diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2016-05-29 20:05:18 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2016-05-29 20:43:08 +1000 |
commit | 71a0053472aaa926d81c21d442100e6822dc6ba2 (patch) | |
tree | a04328970626f7834c7c0e3aa7614c46a8424522 /gst-plugins-good | |
parent | f2837c8a006c2786ee7afc890a44f1d8e4468e65 (diff) | |
download | contrib-71a0053472aaa926d81c21d442100e6822dc6ba2.tar.gz contrib-71a0053472aaa926d81c21d442100e6822dc6ba2.tar.xz |
gst-plugins-good: 1.8.0 -> 1.8.1
Diffstat (limited to 'gst-plugins-good')
-rw-r--r-- | gst-plugins-good/.md5sum | 2 | ||||
-rw-r--r-- | gst-plugins-good/Pkgfile | 10 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gst-plugins-good/.md5sum b/gst-plugins-good/.md5sum index 831113444..878f528e6 100644 --- a/gst-plugins-good/.md5sum +++ b/gst-plugins-good/.md5sum @@ -1 +1 @@ -91ed4649c7c2e43a61f731d144f6f6d0 gst-plugins-good-1.8.0.tar.xz +3eabe7277681b9bef8a64c312de03d47 gst-plugins-good-1.8.1.tar.xz diff --git a/gst-plugins-good/Pkgfile b/gst-plugins-good/Pkgfile index 996be581b..ab29ef564 100644 --- a/gst-plugins-good/Pkgfile +++ b/gst-plugins-good/Pkgfile @@ -2,10 +2,10 @@ # URL: http://gstreamer.freedesktop.org/modules/gst-plugins-good.html # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Matt Housh, jaeger at morpheus dot net -# Depends on: flac gst-plugins-base gtk libdv libshout libsoup libvpx speex taglib wavpack -# +# Depends on: flac gdk-pixbuf gst-plugins-base libdv libshout libsoup libvpx speex taglib wavpack + name=gst-plugins-good -version=1.8.0 +version=1.8.1 release=1 source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz) @@ -21,7 +21,11 @@ build() { --disable-examples \ --disable-oss + # fight unused direct deps + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make make DESTDIR=$PKG install + rm -r $PKG/usr/share/gtk-doc } |