Date: Wednesday, July 26, 2017 @ 07:15:59 Author: felixonmars Revision: 246392
upgpkg: lib32-gst-plugins-good 1.12.2-1 Modified: lib32-gst-plugins-good/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-26 07:13:52 UTC (rev 246391) +++ PKGBUILD 2017-07-26 07:15:59 UTC (rev 246392) @@ -4,7 +4,7 @@ _basename=gst-plugins-good pkgname=lib32-gst-plugins-good -pkgver=1.12.1 +pkgver=1.12.2 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)" url="https://gstreamer.freedesktop.org/" @@ -15,8 +15,9 @@ lib32-libcaca lib32-libavc1394 lib32-libiec61883 lib32-libxdamage lib32-v4l-utils lib32-cairo lib32-libgudev lib32-speex lib32-flac lib32-libraw1394 gst-plugins-good) makedepends=(lib32-gstreamer python autoconf-archive git) +checkdepends=(lib32-gst-plugins-base) options=(!emptydirs) -_commit=687d43c48a7d93fbdced6b991bd886b9c6a89e94 # tags/1.12.1^0 +_commit=188ab74da41dc0d0c62e7918327fba7bdabdf314 # tags/1.12.2^0 source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit" "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common" 0001-tests-souphttpsrc-Update-test-cert.pem.patch @@ -23,12 +24,12 @@ 0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch 0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch 0004-tests-souphttpsrc-Avoid-deprecated-ssl-ca-file-prope.patch) -sha256sums=('SKIP' +sha512sums=('SKIP' 'SKIP' - 'c8ebf17293c7c2a623cc40339b5619d3496e49a41229780f113ea84ce83c1e60' - 'a1ff7f89a23f84ee0b407f61c32421d875e2a04b06d6d493d1e5e25f3d6e569a' - '77df36fcf0760f2bda577887ad0b2908900320d4a4f65f002cb8d8452e060d1d' - 'befe8bab743a80e5a5a8d1e3e7b6908405f7d6dce471a6d1dace243986d72428') + 'b5e675448dc80f32207046a5fa6bd8b59da8d63bf2a0fc35763e39dac343cef4e88564e7fba4aa8ac0408370cf3d50b2f081c139c353e9b79982a03d58d77ef2' + 'b795d1f17c134b2cf3d9ccd1a016f54ab1a963dcd37386f8ec32a80af74844caaa1493a66cf3ed55ca5c9372d67e0bfd3e60671c4e2ec4f09d9a865b3b6a6975' + 'f55e304abda9b62e6bc811f0224585bbfb92de6802dabd24d08b0ff03dcfa97c8857f0be86a5af23ead46373c130f06264e435a44f0aac88b794112a9691245d' + '672f7ef0d2e5352de589640537a00de9a22fc615568440761b46fee8645989da2653baa73e330f841cb1180acad9779b2067d8084c04cd884a1acacd6fbc3509') pkgver() { cd $_basename @@ -61,7 +62,7 @@ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --build=i686-pc-linux-gnu --libdir=/usr/lib32 \ --with-package-name="GStreamer Good Plugins (Arch Linux)" \ - --with-package-origin="http://www.archlinux.org/" \ + --with-package-origin="https://www.archlinux.org/" \ --enable-experimental --disable-static --disable-gtk-doc \ # https://bugzilla.gnome.org/show_bug.cgi?id=655517
