diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-23 01:35:11 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-23 01:35:11 -0300 |
commit | 144e4cdbad853ca3a1e10a32f29f01190dc4ac5e (patch) | |
tree | cd326ebceface1140e7d1d2bf9cb5c28f0dc7657 /libre/gst-plugins-bad-libre/PKGBUILD | |
parent | d49176767584203dfdf6ff16296787bbcae3239d (diff) | |
download | abslibre-144e4cdbad853ca3a1e10a32f29f01190dc4ac5e.tar.gz abslibre-144e4cdbad853ca3a1e10a32f29f01190dc4ac5e.tar.bz2 abslibre-144e4cdbad853ca3a1e10a32f29f01190dc4ac5e.zip |
gst and gstreamer packages: rebranding and updating versions
Diffstat (limited to 'libre/gst-plugins-bad-libre/PKGBUILD')
-rw-r--r-- | libre/gst-plugins-bad-libre/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/gst-plugins-bad-libre/PKGBUILD b/libre/gst-plugins-bad-libre/PKGBUILD index 1cb133713..7a12f8ca9 100644 --- a/libre/gst-plugins-bad-libre/PKGBUILD +++ b/libre/gst-plugins-bad-libre/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 178027 2013-02-13 20:38:52Z heftig $ +# $Id: PKGBUILD 180524 2013-03-22 19:07:19Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer (Parabola): Márcio Silva <coadde@lavabit.com> pkgbase=gst-plugins-bad pkgname=gst-plugins-bad-libre -pkgver=1.0.5 -pkgrel=1.1 -pkgdesc='GStreamer Multimedia Framework Bad Plugins, without nonfree faac support' +pkgver=1.0.6 +pkgrel=1 +pkgdesc='GStreamer Multimedia Framework Bad Plugins, with nonfree faac support removed and Parabola rebranded' arch=( i686 x86_64 @@ -58,7 +58,7 @@ source=( "$url/src/$pkgbase/$pkgbase-$pkgver.tar.xz" ) sha256sums=( - 2e8f5b9a2fd274142d0a916b6425b9466028978b85858dc835dc80de744b276a + 92130899d0b78b71f1551cada9b10b550e91506c2d7b8b748e5cc18a620d302d ) build() { @@ -69,7 +69,7 @@ build() { automake --add-missing ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --enable-experimental \ - --with-package-name='GStreamer Bad Plugins (Parabola)' \ + --with-package-name='GStreamer Bad Plugins (Parabola GNU/Linux-libre)' \ --with-package-origin='https://parabolagnulinux.org/' \ --with-gtk=3.0 make |