From da8ed9506da851f4d34e74cb8e0f25d296a3a9af Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:37:36 +0200 Subject: [PATCH 01/14] libvpx: update to 1.6.0. (soname bump) --- common/shlibs | 2 +- srcpkgs/libvpx/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index ecd496507bd..d1180e21776 100644 --- a/common/shlibs +++ b/common/shlibs @@ -789,7 +789,7 @@ libclutter-gtk-1.0.so.0 clutter-gtk-1.1.2_1 libchamplain-0.12.so.0 libchamplain-0.12.5_2 libchamplain-gtk-0.12.so.0 libchamplain-0.12.5_2 libgeoclue.so.0 geoclue-0.12.0_1 -libvpx.so.3 libvpx-1.5.0_1 +libvpx.so.4 libvpx-1.6.0_1 libXevie.so.1 libXevie-1.0.2_1 libatspi.so.0 at-spi2-core-1.91.91_1 libatk-bridge-2.0.so.0 at-spi2-atk-2.6.0_1 diff --git a/srcpkgs/libvpx/template b/srcpkgs/libvpx/template index 674891a2b4d..7204045cc94 100644 --- a/srcpkgs/libvpx/template +++ b/srcpkgs/libvpx/template @@ -1,6 +1,6 @@ # Template file for 'libvpx' pkgname=libvpx -version=1.5.0 +version=1.6.0 revision=1 hostmakedepends="perl yasm" short_desc="The VP8/VP9 Codecs" @@ -8,7 +8,7 @@ maintainer="Juan RP " homepage="http://www.webmproject.org" license="BSD" distfiles="http://downloads.webmproject.org/releases/webm/libvpx-${version}.tar.bz2" -checksum=306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797 +checksum=d0afbb5eb1ecae68f8d578abace160a97e2e8a230e3028cf4db115d59a695aad do_configure() { export LD="$CC" From b106d052c981a214daed1c64171ffe46e49acc92 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:38:37 +0200 Subject: [PATCH 02/14] avidemux: rebuild against libvpx-1.6.0. --- srcpkgs/avidemux/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/avidemux/template b/srcpkgs/avidemux/template index 01a8bc432ee..af39fcdb7f0 100644 --- a/srcpkgs/avidemux/template +++ b/srcpkgs/avidemux/template @@ -1,7 +1,7 @@ # Template file for 'avidemux' pkgname=avidemux version=2.6.13 -revision=1 +revision=2 wrksrc="${pkgname}_${version}" hostmakedepends="cmake pkg-config qt5-qmake yasm" # XXX: MesaLib-devel, libva-devel, libvdpau-devel, etc. and make display output work From 6229e513ad2bda676ce9ccc686e4e92caeb17921 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:38:37 +0200 Subject: [PATCH 03/14] ffmpeg: rebuild against libvpx-1.6.0. --- srcpkgs/ffmpeg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template index 60ad53e3591..86f71905b90 100644 --- a/srcpkgs/ffmpeg/template +++ b/srcpkgs/ffmpeg/template @@ -1,7 +1,7 @@ # Template file for 'ffmpeg' pkgname=ffmpeg version=2.8.7 -revision=4 +revision=5 short_desc="Decoding, encoding and streaming software" maintainer="Juan RP " license="GPL-3" From 927b05d1f77a111fe511f92432f4ee28f29703ed Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:38:37 +0200 Subject: [PATCH 04/14] firefox: rebuild against libvpx-1.6.0. --- srcpkgs/firefox/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 674550b06db..71c78fa886f 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -1,7 +1,7 @@ # Template build file for 'firefox'. pkgname=firefox version=48.0.2 -revision=3 +revision=4 short_desc="Lightweight gecko-based web browser" maintainer="Juan RP " homepage="https://www.mozilla.org/firefox/" From 2e8d965763f18ce65ca963eb4d2d39bcd38d28dd Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:38:38 +0200 Subject: [PATCH 05/14] firefox-esr: rebuild against libvpx-1.6.0. --- srcpkgs/firefox-esr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template index cbd6cc9cc3a..33e1208211c 100644 --- a/srcpkgs/firefox-esr/template +++ b/srcpkgs/firefox-esr/template @@ -1,7 +1,7 @@ # Template build file for 'firefox-esr'. pkgname=firefox-esr version=45.3.0 -revision=2 +revision=3 wrksrc="firefox-${version}esr" short_desc="Lightweight gecko-based web browser" maintainer="Eivind Uggedal " From 5d38b9674cf23426d78e3d3cb0435d936bf18e49 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:38:38 +0200 Subject: [PATCH 06/14] gst-plugins-bad: rebuild against libvpx-1.6.0. --- srcpkgs/gst-plugins-bad/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gst-plugins-bad/template b/srcpkgs/gst-plugins-bad/template index 589675d0b64..5c3ed279c51 100644 --- a/srcpkgs/gst-plugins-bad/template +++ b/srcpkgs/gst-plugins-bad/template @@ -1,7 +1,7 @@ # Template file for 'gst-plugins-bad'. pkgname=gst-plugins-bad version=0.10.23 -revision=15 +revision=16 lib32disabled=yes build_style=gnu-configure configure_args="--enable-experimental --disable-static" From cd1ee40a9cae5d7ec510b4d30a358fd906886faf Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:38:38 +0200 Subject: [PATCH 07/14] gst-plugins-good1: rebuild against libvpx-1.6.0. --- srcpkgs/gst-plugins-good1/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gst-plugins-good1/template b/srcpkgs/gst-plugins-good1/template index f3491f697f9..dc671c56951 100644 --- a/srcpkgs/gst-plugins-good1/template +++ b/srcpkgs/gst-plugins-good1/template @@ -2,7 +2,7 @@ pkgname=gst-plugins-good1 reverts="1:1.4.5_3" version=1.8.3 -revision=1 +revision=2 wrksrc="${pkgname/1/}-${version#*:}" lib32disabled=yes build_style=gnu-configure From 512fa58d6b215e8419252cf2e6affad50ed04513 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:38:38 +0200 Subject: [PATCH 08/14] icecat: rebuild against libvpx-1.6.0. --- srcpkgs/icecat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/icecat/template b/srcpkgs/icecat/template index b297ed23b70..6e82372a33a 100644 --- a/srcpkgs/icecat/template +++ b/srcpkgs/icecat/template @@ -1,7 +1,7 @@ # Template build file for 'icecat'. pkgname=icecat version=38.8.0 -revision=2 +revision=3 short_desc="GNU version of the Firefox browser" maintainer="Jürgen Buchmüller " homepage="https://www.gnu.org/software/${pkgname}/" From 05a8f166458443a11f7f1ff95f425c42d544eb04 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:38:38 +0200 Subject: [PATCH 09/14] thunderbird: rebuild against libvpx-1.6.0. --- srcpkgs/thunderbird/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index ac06df9e1a2..e35c1096ae0 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -1,7 +1,7 @@ # Template build file for 'thunderbird'. pkgname=thunderbird version=45.3.0 -revision=1 +revision=2 short_desc="Standalone Mail/News reader" maintainer="Enno Boland " homepage="http://www.mozilla.org/thunderbird/" From 57f8221265e725635fac70c5ee0278c140f8252e Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:38:38 +0200 Subject: [PATCH 10/14] toxcore-git: rebuild against libvpx-1.6.0. --- srcpkgs/toxcore-git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/toxcore-git/template b/srcpkgs/toxcore-git/template index 197175504cc..52cb1a7f697 100644 --- a/srcpkgs/toxcore-git/template +++ b/srcpkgs/toxcore-git/template @@ -1,7 +1,7 @@ # Template file for 'toxcore-git' pkgname=toxcore-git version=20160707 -revision=1 +revision=2 build_style=gnu-configure _commithash=755f084e8720b349026c85afbad58954cb7ff1d4 hostmakedepends="autoconf automake libtool pkg-config" From 2240f10a76b642696809bde0f64dc9c75f0fb5ee Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:38:39 +0200 Subject: [PATCH 11/14] toxic: rebuild against libvpx-1.6.0. --- srcpkgs/toxic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/toxic/template b/srcpkgs/toxic/template index 517d2e06b8a..28a60d01862 100644 --- a/srcpkgs/toxic/template +++ b/srcpkgs/toxic/template @@ -1,7 +1,7 @@ # Template file for 'toxic' pkgname=toxic version=0.7.0 -revision=2 +revision=3 short_desc="Ncurses-based TOX instant messanger client" maintainer="Juan RP " license="GPL-3" From 173a2b32889e78a99623e24c48a65b1935883ba2 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:38:39 +0200 Subject: [PATCH 12/14] utox: rebuild against libvpx-1.6.0. --- srcpkgs/utox/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/utox/template b/srcpkgs/utox/template index 6278a8a9917..25d8102ac00 100644 --- a/srcpkgs/utox/template +++ b/srcpkgs/utox/template @@ -1,7 +1,7 @@ # Template file for 'utox' pkgname=utox version=0.9.8 -revision=1 +revision=2 wrksrc="uTox-${version}" build_style=gnu-makefile short_desc="Lightweight TOX instant messenger client written in C" From 6ba98542aa311e4793b8bbccdb2feecd6367b54a Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:38:39 +0200 Subject: [PATCH 13/14] virtualbox-ose: rebuild against libvpx-1.6.0. --- srcpkgs/virtualbox-ose/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/virtualbox-ose/template b/srcpkgs/virtualbox-ose/template index ca4bd060666..8e78a4213f3 100644 --- a/srcpkgs/virtualbox-ose/template +++ b/srcpkgs/virtualbox-ose/template @@ -1,7 +1,7 @@ # Template file for 'virtualbox-ose' pkgname=virtualbox-ose version=5.1.6 -revision=1 +revision=2 wrksrc="VirtualBox-${version}" short_desc="General-purpose full virtualizer for x86 hardware" maintainer="Juan RP " From 45e8a8fd49b205c5d231b6985bb0d172bc1cf93d Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 13 Sep 2016 21:38:39 +0200 Subject: [PATCH 14/14] xpra: rebuild against libvpx-1.6.0. --- srcpkgs/xpra/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index bee5e4cae07..fddfa11b5c0 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,7 +1,7 @@ # Template file for 'xpra' pkgname=xpra version=0.17.5 -revision=1 +revision=2 build_style=python-module conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf" pycompile_module="xpra"