Date: Monday, April 29, 2013 @ 19:23:52
  Author: bpiotrowski
Revision: 183942

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gstreamer0.10-bad/repos/staging-i686/
  gstreamer0.10-bad/repos/staging-i686/PKGBUILD
    (from rev 183941, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/staging-i686/gstreamer0.10-bad-plugins.install
    (from rev 183941, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)
  gstreamer0.10-bad/repos/staging-x86_64/
  gstreamer0.10-bad/repos/staging-x86_64/PKGBUILD
    (from rev 183941, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/staging-x86_64/gstreamer0.10-bad-plugins.install
    (from rev 183941, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)

--------------------------------------------------+
 staging-i686/PKGBUILD                            |   52 +++++++++++++++++++++
 staging-i686/gstreamer0.10-bad-plugins.install   |   11 ++++
 staging-x86_64/PKGBUILD                          |   52 +++++++++++++++++++++
 staging-x86_64/gstreamer0.10-bad-plugins.install |   11 ++++
 4 files changed, 126 insertions(+)

Copied: gstreamer0.10-bad/repos/staging-i686/PKGBUILD (from rev 183941, 
gstreamer0.10-bad/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2013-04-29 17:23:52 UTC (rev 183942)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+
+pkgbase=gstreamer0.10-bad
+pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
+pkgver=0.10.23
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus')
+url="http://gstreamer.freedesktop.org/";
+options=(!libtool !emptydirs)
+source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.xz)
+md5sums=('e4822fa2cc933768e2998311a1565979')
+
+build() {
+  cd "${srcdir}/gst-plugins-bad-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static --enable-experimental \
+    --with-package-name="GStreamer Bad Plugins (Archlinux)" \
+    --with-package-origin="http://www.archlinux.org/";
+
+  make
+  sed -e 's/gst sys ext/gst/' -i Makefile
+}
+
+# Disable for now: 2 tests fail, one of them is because of not having a camera 
during build.
+#check() {
+#  cd "${srcdir}/gst-plugins-bad-${pkgver}"
+#  make check
+#}
+
+package_gstreamer0.10-bad() {
+  pkgdesc="GStreamer Multimedia Framework Bad Plugin libraries 
(gst-plugins-bad)"
+  depends=('gstreamer0.10-base>=0.10.34')
+
+  cd "${srcdir}/gst-plugins-bad-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gstreamer0.10-bad-plugins() {
+  pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)"
+  depends=("gstreamer0.10-bad=${pkgver}" 'xvidcore' 'libdca' 'bzip2' 
'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'libvdpau' 'soundtouch' 'libass' 'schroedinger' 'libvpx' 'gsm' 'rtmpdump' 
'libgme' 'libsndfile' 'librsvg' 'wildmidi' 'opus')
+  groups=('gstreamer0.10-plugins')
+  install=gstreamer0.10-bad-plugins.install
+
+  cd "${srcdir}/gst-plugins-bad-${pkgver}"
+  make -C gst-libs DESTDIR="${pkgdir}" install
+  make -C ext DESTDIR="${pkgdir}" install
+  make -C sys DESTDIR="${pkgdir}" install
+  make -C gst-libs DESTDIR="${pkgdir}" uninstall
+}

Copied: gstreamer0.10-bad/repos/staging-i686/gstreamer0.10-bad-plugins.install 
(from rev 183941, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)
===================================================================
--- staging-i686/gstreamer0.10-bad-plugins.install                              
(rev 0)
+++ staging-i686/gstreamer0.10-bad-plugins.install      2013-04-29 17:23:52 UTC 
(rev 183942)
@@ -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
+}

Copied: gstreamer0.10-bad/repos/staging-x86_64/PKGBUILD (from rev 183941, 
gstreamer0.10-bad/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2013-04-29 17:23:52 UTC (rev 183942)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+
+pkgbase=gstreamer0.10-bad
+pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
+pkgver=0.10.23
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus')
+url="http://gstreamer.freedesktop.org/";
+options=(!libtool !emptydirs)
+source=(${url}/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.xz)
+md5sums=('e4822fa2cc933768e2998311a1565979')
+
+build() {
+  cd "${srcdir}/gst-plugins-bad-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static --enable-experimental \
+    --with-package-name="GStreamer Bad Plugins (Archlinux)" \
+    --with-package-origin="http://www.archlinux.org/";
+
+  make
+  sed -e 's/gst sys ext/gst/' -i Makefile
+}
+
+# Disable for now: 2 tests fail, one of them is because of not having a camera 
during build.
+#check() {
+#  cd "${srcdir}/gst-plugins-bad-${pkgver}"
+#  make check
+#}
+
+package_gstreamer0.10-bad() {
+  pkgdesc="GStreamer Multimedia Framework Bad Plugin libraries 
(gst-plugins-bad)"
+  depends=('gstreamer0.10-base>=0.10.34')
+
+  cd "${srcdir}/gst-plugins-bad-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gstreamer0.10-bad-plugins() {
+  pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)"
+  depends=("gstreamer0.10-bad=${pkgver}" 'xvidcore' 'libdca' 'bzip2' 
'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'libvdpau' 'soundtouch' 'libass' 'schroedinger' 'libvpx' 'gsm' 'rtmpdump' 
'libgme' 'libsndfile' 'librsvg' 'wildmidi' 'opus')
+  groups=('gstreamer0.10-plugins')
+  install=gstreamer0.10-bad-plugins.install
+
+  cd "${srcdir}/gst-plugins-bad-${pkgver}"
+  make -C gst-libs DESTDIR="${pkgdir}" install
+  make -C ext DESTDIR="${pkgdir}" install
+  make -C sys DESTDIR="${pkgdir}" install
+  make -C gst-libs DESTDIR="${pkgdir}" uninstall
+}

Copied: 
gstreamer0.10-bad/repos/staging-x86_64/gstreamer0.10-bad-plugins.install (from 
rev 183941, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)
===================================================================
--- staging-x86_64/gstreamer0.10-bad-plugins.install                            
(rev 0)
+++ staging-x86_64/gstreamer0.10-bad-plugins.install    2013-04-29 17:23:52 UTC 
(rev 183942)
@@ -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
+}

Reply via email to