vlc:ver. bump

This commit is contained in:
Rmys
2019-09-17 21:29:52 +03:00
parent aa16d7be2d
commit 8b4bea1e82
2 changed files with 24 additions and 13 deletions
+14
View File
@@ -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 \
+10 -13
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA>
<Summary>VLC media player</Summary>
<Description>VLC is a famous video player and streamer.</Description>
<Archive sha1sum="b35168c1811b07844d861311bd0f2194f4bb82ac" type="tarxz">http://mirrors.netix.net/vlc/vlc/3.0.6/vlc-3.0.6.tar.xz</Archive>
<Archive sha1sum="424a9795e051c198e7fa28107b15809ee6820d43" type="tarxz">http://mirrors.netix.net/vlc/vlc/3.0.8/vlc-3.0.8.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>wayland-client</Dependency>
@@ -126,19 +126,8 @@
<Dependency>wayland-protocols-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">ffmpeg3.patch</Patch> -->
<Patch level="1">lua53_compat.patch</Patch>
<!-- <Patch level="1">vlc-2.2.4-libav-11.7.patch</Patch> -->
<!-- <Patch level="1">vlc-2.2.4-decoder-lock-scope.patch</Patch> -->
<!-- <Patch level="1">vlc-2.2.2-qt5widgets.patch</Patch> -->
<!-- <Patch level="1">vlc-2.2.4-alsa-large-buffers.patch</Patch> -->
<!-- <Patch level="1">vlc-2.2.4-cxx0x.patch</Patch> -->
<!--Patch level="1">vlc-2.2.4-qt57.patch</Patch-->
<!-- <Patch>lc-2.2.0-fix-xcb.patch</Patch> -->
<!-- <Patch>vlc-2.2.0-rdp-1.2.0.patch</Patch> -->
<!-- <Patch level="0">vlc-2.1.1-desktop.patch</Patch> -->
<!-- <Patch level="0">vlc-2.0.4-fix-definition.patch</Patch> -->
<!-- <Patch level="1">aom-remove-unsupported-pixel-formats.patch</Patch> -->
<!-- <Patch level="1">build_fix.patch</Patch> -->
</Patches>
</Source>
@@ -174,6 +163,7 @@
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/kde4/apps/solid/actions</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/solid</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="localedata">/usr/share/locale</Path>
@@ -307,6 +297,13 @@
</Package>
<History>
<Update release="15">
<Date>2019-09-15</Date>
<Version>3.0.8</Version>
<Comment>Version bump.</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="14">
<Date>2019-04-12</Date>
<Version>3.0.6</Version>