summaryrefslogtreecommitdiffstats
path: root/main/gst-plugins-good1
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-11-11 09:38:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-11 09:38:19 +0000
commitd4867305e8ee08f3bd6e53a113de69d0579fd1e4 (patch)
treeb2e784ffe16c0450649a9569d6a3ee1de834b73f /main/gst-plugins-good1
parent4d69aecc486bc8fb2d6a45a7a077673804654974 (diff)
downloadaports-d4867305e8ee08f3bd6e53a113de69d0579fd1e4.tar.bz2
aports-d4867305e8ee08f3bd6e53a113de69d0579fd1e4.tar.xz
main/gst-plugins-good1: upgrade to 1.2.1
Diffstat (limited to 'main/gst-plugins-good1')
-rw-r--r--main/gst-plugins-good1/APKBUILD13
-rw-r--r--main/gst-plugins-good1/uclibc-o_cloexec.patch10
2 files changed, 4 insertions, 19 deletions
diff --git a/main/gst-plugins-good1/APKBUILD b/main/gst-plugins-good1/APKBUILD
index d179e6b66..851e001bf 100644
--- a/main/gst-plugins-good1/APKBUILD
+++ b/main/gst-plugins-good1/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gst-plugins-good1
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=0
pkgdesc="GStreamer Multimedia Framework Good Plugins"
url="http://gstreamer.freedesktop.org/"
@@ -40,14 +40,12 @@ replaces=
ldpath="/usr/lib/gstreamer-1.0"
source="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-$pkgver.tar.xz
- uclibc-o_cloexec.patch
"
_builddir="$srcdir"/gst-plugins-good-$pkgver
prepare() {
cd "$_builddir"
- update_config_sub || return 1
for i in $source; do
case $i in
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
@@ -79,9 +77,6 @@ package() {
find "$pkgdir" -name '*.la' -delete
}
-md5sums="df96825d4154940fd934aa0a95b40836 gst-plugins-good-1.2.0.tar.xz
-991c3409e953321ae46420f462d1d005 uclibc-o_cloexec.patch"
-sha256sums="2256a6b2744ea18d8810642cf9061a2f12f4b7eba87d3fbc98004262b4f0fdfa gst-plugins-good-1.2.0.tar.xz
-029d41e47d260b9d10797a7b0369519f8343100878e59a92e5f19c1b04457ee1 uclibc-o_cloexec.patch"
-sha512sums="153f0b249b42162af758de87329ad57a735e29bdac8f3821a1d0929fa2c9d939ce3fa5a4fb586184fc8e59e57c7207b0ad0e2f7b4106c826dd47eb0f40d36e3b gst-plugins-good-1.2.0.tar.xz
-c2731f079655fd40d781e7d28b6d4a8e9260d3fd7b7a69914aab72f8c850023e398fd228a6b9f2695f4190effc22a3a5d8b18ea7521412d712ecda15f6659808 uclibc-o_cloexec.patch"
+md5sums="082156e9fb737ee6132b6b663f2901a1 gst-plugins-good-1.2.1.tar.xz"
+sha256sums="660fa02dbe01086fcf702d87acc0ba5dde2559d6a11ecf438874afe504c50517 gst-plugins-good-1.2.1.tar.xz"
+sha512sums="98158767ae09894da8ce21c6d363bd00ecb7f488bd5d6770ac3c3ec011901091f7b6e84985b83cbd5841b0b81c1738902a072bfe57d80239cb85edd58db5f8ed gst-plugins-good-1.2.1.tar.xz"
diff --git a/main/gst-plugins-good1/uclibc-o_cloexec.patch b/main/gst-plugins-good1/uclibc-o_cloexec.patch
deleted file mode 100644
index 91fa7b94c..000000000
--- a/main/gst-plugins-good1/uclibc-o_cloexec.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./sys/v4l2/gstv4l2bufferpool.c.orig 2013-09-26 15:06:24.538190075 +0000
-+++ ./sys/v4l2/gstv4l2bufferpool.c 2013-09-26 15:08:34.062894231 +0000
-@@ -30,6 +30,7 @@
- #include <string.h>
- #include <unistd.h>
- #if HAVE_DECL_V4L2_MEMORY_DMABUF
-+#define __USE_GNU
- #include <fcntl.h>
- #endif
-