[arch-commits] Commit in gstreamer0.10-bad/trunk (2 files)

Jan de Groot jgc at archlinux.org
Mon Nov 22 10:07:07 UTC 2010


    Date: Monday, November 22, 2010 @ 05:07:06
  Author: jgc
Revision: 100239

upgpkg: gstreamer0.10-bad 0.10.20-1
Update to 0.10.20
This release adds some plugins that were requested on the bugtracker, aswell as a GSettings plugin that should replace the GConf element over time

Added:
  gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install
Modified:
  gstreamer0.10-bad/trunk/PKGBUILD

-----------------------------------+
 PKGBUILD                          |    9 +++++----
 gstreamer0.10-bad-plugins.install |   11 +++++++++++
 2 files changed, 16 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-22 09:46:13 UTC (rev 100238)
+++ PKGBUILD	2010-11-22 10:07:06 UTC (rev 100239)
@@ -3,15 +3,15 @@
 
 pkgbase=gstreamer0.10-bad
 pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
-pkgver=0.10.19
+pkgver=0.10.20
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL')
-makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.29' 'xvidcore>=1.2.2' 'libdca>=0.0.5' 'bzip2' 'libdc1394>=2.1.2' 'exempi>=2.1.1' 'jack>=0.118.0' 'neon>=0.29.3' 'faac>=1.28' 'libexif>=0.6.19' 'musicbrainz>=2.1.5' 'faad2>=2.7' 'libmms>=0.6' 'libcdaudio>=0.99.12' 'libmpcdec>=1.2.6' 'mjpegtools>=1.9.0' 'libdvdnav>=4.1.3' 'libmodplug>=0.8.8.1' 'jasper>=1.900.1' 'liblrdf>=0.4.0' 'libofa>=0.9.3' 'soundtouch>=1.5.0' 'libvdpau>=0.4' 'schroedinger>=1.0.9' 'libass>=0.9.9' 'libvpx>=0.9.1')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.30' 'xvidcore' 'libdca' 'bzip2' 'libdc1394' 'exempi' 'jack' 'neon' 'faac' 'libexif' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 'rtmpdump')
 url="http://gstreamer.freedesktop.org/"
 options=(!libtool !emptydirs)
 source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.bz2)
-md5sums=('368f72e2a1c7a6e8fe60394e4315259b')
+md5sums=('7c84766f6d24f41ba90c3f6141012ab8')
 
 build() {
   cd "${srcdir}/gst-plugins-bad-${pkgver}"
@@ -35,8 +35,9 @@
 
 package_gstreamer0.10-bad-plugins() {
   pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)"
-  depends=("gstreamer0.10-bad=${pkgver}" 'xvidcore>=1.2.2' 'libdca>=0.0.5' 'bzip2' 'libdc1394>=2.1.2' 'exempi>=2.1.1' 'jack>=0.118.0' 'neon>=0.29.3' 'faac>=1.28' 'libexif>=0.6.19' 'musicbrainz>=2.1.5' 'faad2>=2.7' 'libmms>=0.6' 'libcdaudio>=0.99.12' 'libmpcdec>=1.2.6' 'mjpegtools>=1.9.0' 'libdvdnav>=4.1.3' 'libmodplug>=0.8.8.1' 'jasper>=1.900.1' 'liblrdf>=0.4.0' 'libofa>=0.9.3' 'libvdpau>=0.4' 'soundtouch>=1.5.0' 'libass>=0.9.9' 'schroedinger>=1.0.9' 'libvpx>=0.9.1')
+  depends=("gstreamer0.10-bad=${pkgver}" 'xvidcore' 'libdca' 'bzip2' 'libdc1394' 'exempi' 'jack' 'neon' 'faac' 'libexif' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 'libvdpau' 'soundtouch' 'libass' 'schroedinger' 'libvpx' 'gsm' 'rtmpdump' 'libgme')
   groups=('gstreamer0.10-plugins')
+  install=gstreamer0.10-bad-plugins.install
 
   cd "${srcdir}/gst-plugins-bad-${pkgver}"
   make -C gst-libs DESTDIR="${pkgdir}" install

Added: gstreamer0.10-bad-plugins.install
===================================================================
--- gstreamer0.10-bad-plugins.install	                        (rev 0)
+++ gstreamer0.10-bad-plugins.install	2010-11-22 10:07:06 UTC (rev 100239)
@@ -0,0 +1,11 @@
+post_install() {
+    usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list