diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2012-03-02 21:02:48 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2012-03-02 21:09:39 +1100 |
commit | 98c776c02acf776007adce7ee1f34896525574fc (patch) | |
tree | 629afc6e741e764f3323d8f16c4d10f34e0b49b2 /gst-plugins-bad/Pkgfile | |
parent | aab4a6c5289cd5d8dc4d032501e0f30003bb1eeb (diff) | |
download | contrib-98c776c02acf776007adce7ee1f34896525574fc.tar.gz contrib-98c776c02acf776007adce7ee1f34896525574fc.tar.xz |
gst-plugins-bad: 0.10.22 -> 0.10.23
Diffstat (limited to 'gst-plugins-bad/Pkgfile')
-rw-r--r-- | gst-plugins-bad/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gst-plugins-bad/Pkgfile b/gst-plugins-bad/Pkgfile index 8bd024544..6ec03b753 100644 --- a/gst-plugins-bad/Pkgfile +++ b/gst-plugins-bad/Pkgfile @@ -5,9 +5,9 @@ # Depends on: amrwb curl e2fsprogs gst-plugins-base krb5 ladspa libdca libdvdnav libmms libmodplug libmpcdec libmusicbrainz librsvg libvdpau mjpegtools neon name=gst-plugins-bad -version=0.10.22 -release=2 -source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.bz2) +version=0.10.23 +release=1 +source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz) build() { cd $name-$version @@ -24,4 +24,5 @@ build() { make make DESTDIR=$PKG install + rm -r $PKG/usr/share/gtk-doc } |