diff options
-rw-r--r-- | libre/gst-plugins-bad-libre/PKGBUILD | 10 | ||||
-rw-r--r-- | libre/your-freedom/PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/libre/gst-plugins-bad-libre/PKGBUILD b/libre/gst-plugins-bad-libre/PKGBUILD index fe437a478..7e39211c9 100644 --- a/libre/gst-plugins-bad-libre/PKGBUILD +++ b/libre/gst-plugins-bad-libre/PKGBUILD @@ -1,24 +1,24 @@ -# $Id: PKGBUILD 211613 2014-04-21 16:52:40Z jgc $ +# $Id: PKGBUILD 217512 2014-07-20 23:05:04Z heftig $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> _pkgname=gst-plugins-bad pkgname=$_pkgname-libre -pkgver=1.2.4 +pkgver=1.4.0 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support" arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="http://gstreamer.freedesktop.org/" -depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 'faad2' 'mpg123' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 'libwebp' 'libsrtp' 'gnutls' 'wildmidi') +depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 'faad2' 'mpg123' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc') makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 'python' 'valgrind' 'wildmidi' 'librsvg' - 'gobject-introspection' 'gtk-doc') + 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 'libtiger' 'ladspa' 'openal' 'libusb') provides=($_pkgname=$pkgver) conflicts=($_pkgname) replaces=($_pkgname) options=(!emptydirs) source=(${url}/src/$_pkgname/$_pkgname-$pkgver.tar.xz) -sha256sums=('984c133ec9d5d705e313d9e2bbd1472b93c6567460602a9a316578925ffe2eca') +sha256sums=('ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9') build() { cd $_pkgname-$pkgver diff --git a/libre/your-freedom/PKGBUILD b/libre/your-freedom/PKGBUILD index 4360d253e..a30855123 100644 --- a/libre/your-freedom/PKGBUILD +++ b/libre/your-freedom/PKGBUILD @@ -5,8 +5,8 @@ pkgdesc="This package conflicts with every nonfree package known to date to ensu license=('GPL3') url="https://projects.parabolagnulinux.org/blacklist.git" -pkgver=20140623.3 -_gitver=a9535cf32f27dd22ee6154d3b73fb52c8a7ae513 +pkgver=20140728 +_gitver=2aa60d75945c1291d8f1f1bac628f846cc82ab7e pkgrel=1 arch=('any') @@ -15,7 +15,7 @@ install=${pkgname}.install makedepends=(librelib) source=(blacklist-${_gitver}.txt::https://projects.parabolagnulinux.org/blacklist.git/plain/blacklist.txt?id=${_gitver}) -md5sums=('d28686e73aeb011bf4dc621d9cb02979') +md5sums=('091641742c24e8e99efd36a70c5c4c38') package() { cd "$srcdir" |