[arch-commits] Commit in gstreamermm/repos (3 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Nov 12 18:46:20 UTC 2014


    Date: Wednesday, November 12, 2014 @ 19:46:20
  Author: jlichtblau
Revision: 122456

archrelease: copy trunk to community-staging-x86_64

Added:
  gstreamermm/repos/community-staging-x86_64/
  gstreamermm/repos/community-staging-x86_64/PKGBUILD
    (from rev 122455, gstreamermm/trunk/PKGBUILD)
  gstreamermm/repos/community-staging-x86_64/gstreamermm.changelog
    (from rev 122455, gstreamermm/trunk/gstreamermm.changelog)

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

Copied: gstreamermm/repos/community-staging-x86_64/PKGBUILD (from rev 122455, gstreamermm/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-11-12 18:46:20 UTC (rev 122456)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=gstreamermm
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="C++ interface for GStreamer"
+arch=('i686' 'x86_64')
+url="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
+license=('LGPL')
+depends=('glibmm' 'gst-plugins-base-libs')
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/1.0/$pkgname-$pkgver.tar.xz)
+sha256sums=('dd9e9b2d2bc7f52ab9196f4613b99700e1c9f2ab7c076bd87c657f3f435f1dc6')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: gstreamermm/repos/community-staging-x86_64/gstreamermm.changelog (from rev 122455, gstreamermm/trunk/gstreamermm.changelog)
===================================================================
--- community-staging-x86_64/gstreamermm.changelog	                        (rev 0)
+++ community-staging-x86_64/gstreamermm.changelog	2014-11-12 18:46:20 UTC (rev 122456)
@@ -0,0 +1,15 @@
+2014-11-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* gstreamermm 1.0.10-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