Merge pull request #6203 from Rmys/master

vlc-3.0.5:ver.bump
This commit is contained in:
Rmys
2018-12-29 11:05:16 +03:00
committed by GitHub
2 changed files with 15 additions and 9 deletions
+5 -5
View File
@@ -13,13 +13,13 @@ def setup():
# Make it build with libtool 1.5 # Make it build with libtool 1.5
#shelltools.system("rm -rf m4/lt* m4/libtool.m4") #shelltools.system("rm -rf m4/lt* m4/libtool.m4")
shelltools.system("sed -i '/DEPRECATED/s:^://:' modules/text_renderer/freetype/text_layout.c") shelltools.system("sed -i '/DEPRECATED/s:^://:' modules/text_renderer/freetype/text_layout.c")
shelltools.system("export CFLAGS+=-I/usr/include/samba-4.0") #shelltools.system("export CFLAGS+=-I/usr/include/samba-4.0")
shelltools.system("export CPPFLAGS+=-I/usr/include/samba-4.0") #shelltools.system("export CPPFLAGS+=-I/usr/include/samba-4.0")
shelltools.system("export CXXFLAGS+=-std=c++11") #shelltools.system("export CXXFLAGS+=-std=c++11")
shelltools.export("AUTOPOINT", "true") shelltools.export("AUTOPOINT", "true")
shelltools.system("./bootstrap") shelltools.system("./bootstrap")
autotools.autoreconf("-vfi") #autotools.autoreconf("-vfi")
autotools.rawConfigure("\ autotools.rawConfigure("\
--prefix=/usr \ --prefix=/usr \
--libdir=/usr/lib \ --libdir=/usr/lib \
@@ -31,7 +31,7 @@ def setup():
--with-x \ --with-x \
BUILDCC=gcc \ BUILDCC=gcc \
LUAC=luac LUA_LIBS='`pkg-config --libs lua`' \ LUAC=luac LUA_LIBS='`pkg-config --libs lua`' \
RCC=/usr/bin/rcc-qt5 \ RCC=/usr/bin/rcc \
--disable-asdcp \ --disable-asdcp \
--disable-coverage \ --disable-coverage \
--disable-cprof \ --disable-cprof \
+10 -4
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>VLC media player</Summary> <Summary>VLC media player</Summary>
<Description>VLC is a famous video player and streamer.</Description> <Description>VLC is a famous video player and streamer.</Description>
<Archive sha1sum="dd1b7350bb0a7848e172e9dbbe0705ec5bb3d48c" type="tarxz">http://mirrors.netix.net/vlc/vlc/3.0.3/vlc-3.0.3.tar.xz</Archive> <Archive sha1sum="30cc15be6e163bf8484d280205e72680188019e4" type="tarxz">http://mirrors.netix.net/vlc/vlc/3.0.5/vlc-3.0.5.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-svg-devel</Dependency> <Dependency>qt5-svg-devel</Dependency>
<Dependency>wayland-client</Dependency> <Dependency>wayland-client</Dependency>
@@ -127,8 +127,7 @@
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<!-- <Patch level="1">ffmpeg3.patch</Patch> --> <!-- <Patch level="1">ffmpeg3.patch</Patch> -->
<Patch level="1">lua53_compat.patch</Patch> --> <Patch level="1">lua53_compat.patch</Patch>
<!-- <Patch level="1">vlc-9999-libva-1.2.1-compat.patch</Patch> -->
<!-- <Patch level="1">vlc-2.2.4-libav-11.7.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.4-decoder-lock-scope.patch</Patch> -->
<!-- <Patch level="1">vlc-2.2.2-qt5widgets.patch</Patch> --> <!-- <Patch level="1">vlc-2.2.2-qt5widgets.patch</Patch> -->
@@ -139,7 +138,7 @@
<!-- <Patch>vlc-2.2.0-rdp-1.2.0.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.1.1-desktop.patch</Patch> -->
<!-- <Patch level="0">vlc-2.0.4-fix-definition.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">aom-remove-unsupported-pixel-formats.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
@@ -308,6 +307,13 @@
</Package> </Package>
<History> <History>
<Update release="12">
<Date>2018-12-28</Date>
<Version>3.0.5</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11"> <Update release="11">
<Date>2018-09-16</Date> <Date>2018-09-16</Date>
<Version>3.0.3</Version> <Version>3.0.3</Version>