From 8b4bea1e822d0aa89fb6a6fc45365c92aa69dc49 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 17 Sep 2019 21:29:52 +0300 Subject: [PATCH] vlc:ver. bump --- multimedia/video/vlc/actions.py | 14 ++++++++++++++ multimedia/video/vlc/pspec.xml | 23 ++++++++++------------- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/multimedia/video/vlc/actions.py b/multimedia/video/vlc/actions.py index 80787c3ae9..6adf6073e2 100644 --- a/multimedia/video/vlc/actions.py +++ b/multimedia/video/vlc/actions.py @@ -18,12 +18,22 @@ def setup(): #shelltools.system("export CXXFLAGS+=-std=c++11") shelltools.export("AUTOPOINT", "true") + #shelltools.export("CC", "clang") + #shelltools.export("CXX", "clang++") + shelltools.export("LDFLAGS", "-L/usr/lib -llua") + shelltools.export("CFLAGS", "-I/usr/include/samba-4.0") + shelltools.export("CPPFLAGS", "-I/usr/include/samba-4.0") + shelltools.export("CXXFLAGS", "-I/usr/include/samba-4.0 -std=c++11") + shelltools.export("LUAC", "/usr/bin/luac") + shelltools.export("LUA_LIBS", "$(pkg-config --libs lua)") + shelltools.export("RCC", "/usr/bin/rcc") shelltools.system("./bootstrap") #autotools.autoreconf("-vfi") autotools.rawConfigure("\ --prefix=/usr \ --libdir=/usr/lib \ --sysconfdir=/etc \ + --with-kde-solid=/usr/share/solid/actions/ \ --with-default-font-family=Sans \ --with-default-monospace-font-family=Monospace \ --with-default-font=/usr/share/fonts/dejavu/DejaVuSans.ttf \ @@ -62,6 +72,10 @@ def setup(): --enable-a52 \ --enable-aa \ --enable-alsa \ + --enable-archive \ + --enable-avcodec \ + --enable-avformat \ + --enable-postproc \ --enable-bluray \ --enable-dc1394 \ --enable-dbus \ diff --git a/multimedia/video/vlc/pspec.xml b/multimedia/video/vlc/pspec.xml index 6f4e6b7ff4..893c4f02bf 100644 --- a/multimedia/video/vlc/pspec.xml +++ b/multimedia/video/vlc/pspec.xml @@ -13,7 +13,7 @@ app:gui VLC media player VLC is a famous video player and streamer. - http://mirrors.netix.net/vlc/vlc/3.0.6/vlc-3.0.6.tar.xz + http://mirrors.netix.net/vlc/vlc/3.0.8/vlc-3.0.8.tar.xz qt5-svg-devel wayland-client @@ -126,19 +126,8 @@ wayland-protocols-devel - lua53_compat.patch - - - - - - - - - - - + @@ -174,6 +163,7 @@ /usr/share/icons /usr/share/kde4/apps/solid/actions /usr/share/metainfo + /usr/share/solid /usr/share/doc /usr/share/man /usr/share/locale @@ -307,6 +297,13 @@ + + 2019-09-15 + 3.0.8 + Version bump. + Idris Kalp + idriskalp@gmail.com + 2019-04-12 3.0.6