[arch-commits] Commit in gstreamer0.10-mm/repos (3 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Nov 12 18:39:33 UTC 2014


    Date: Wednesday, November 12, 2014 @ 19:39:33
  Author: jlichtblau
Revision: 122454

archrelease: copy trunk to community-staging-i686

Added:
  gstreamer0.10-mm/repos/community-staging-i686/
  gstreamer0.10-mm/repos/community-staging-i686/PKGBUILD
    (from rev 122453, gstreamer0.10-mm/trunk/PKGBUILD)
  gstreamer0.10-mm/repos/community-staging-i686/gstreamer0.10-mm.changelog
    (from rev 122453, gstreamer0.10-mm/trunk/gstreamer0.10-mm.changelog)

----------------------------+
 PKGBUILD                   |   27 +++++++++++++++++++++++++++
 gstreamer0.10-mm.changelog |   15 +++++++++++++++
 2 files changed, 42 insertions(+)

Copied: gstreamer0.10-mm/repos/community-staging-i686/PKGBUILD (from rev 122453, gstreamer0.10-mm/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-11-12 18:39:33 UTC (rev 122454)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=gstreamer0.10-mm
+pkgver=0.10.11
+pkgrel=1
+pkgdesc="C++ interface for GStreamer 0.10"
+arch=('i686' 'x86_64')
+url="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
+license=('LGPL')
+depends=('gstreamer0.10-base' 'libxml++')
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/gstreamermm-${pkgver}.tar.xz)
+sha256sums=('12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6')
+
+build() {
+  cd "${srcdir}"/gstreamermm-${pkgver}
+
+  ./configure --prefix=/usr --disable-documentation
+  make
+}
+
+package() {
+  cd "${srcdir}"/gstreamermm-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: gstreamer0.10-mm/repos/community-staging-i686/gstreamer0.10-mm.changelog (from rev 122453, gstreamer0.10-mm/trunk/gstreamer0.10-mm.changelog)
===================================================================
--- community-staging-i686/gstreamer0.10-mm.changelog	                        (rev 0)
+++ community-staging-i686/gstreamer0.10-mm.changelog	2014-11-12 18:39:33 UTC (rev 122454)
@@ -0,0 +1,15 @@
+2014-11-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* package renamed to gstreamer0.10-mm 0.10.11-1
+
+2012-10-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* gstreamermm 0.10.11-1
+
+2010-02-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* gstreamermm 0.10.10-1
+
+2010-02-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.10.6
+
+2009-11-07 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Package moved to [community] as a dependency of subtitleeditor
+	* version 0.10.5



More information about the arch-commits mailing list