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

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 04:44:55 UTC 2015


    Date: Sunday, December 6, 2015 @ 05:44:55
  Author: foutrelis
Revision: 148813

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

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

-----------------------------------------------------+
 community-staging-i686/PKGBUILD                     |   30 ++++++++++++++++++
 community-staging-i686/gstreamer0.10-mm.changelog   |   15 +++++++++
 community-staging-x86_64/PKGBUILD                   |   30 ++++++++++++++++++
 community-staging-x86_64/gstreamer0.10-mm.changelog |   15 +++++++++
 4 files changed, 90 insertions(+)

Copied: gstreamer0.10-mm/repos/community-staging-i686/PKGBUILD (from rev 148812, gstreamer0.10-mm/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 04:44:55 UTC (rev 148813)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=gstreamer0.10-mm
+pkgver=0.10.11
+pkgrel=2
+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}
+
+  # glibmm 2.46 uses C++11 features
+  CXXFLAGS+=' -std=c++11'
+
+  ./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 148812, gstreamer0.10-mm/trunk/gstreamer0.10-mm.changelog)
===================================================================
--- community-staging-i686/gstreamer0.10-mm.changelog	                        (rev 0)
+++ community-staging-i686/gstreamer0.10-mm.changelog	2015-12-06 04:44:55 UTC (rev 148813)
@@ -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

Copied: gstreamer0.10-mm/repos/community-staging-x86_64/PKGBUILD (from rev 148812, gstreamer0.10-mm/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 04:44:55 UTC (rev 148813)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=gstreamer0.10-mm
+pkgver=0.10.11
+pkgrel=2
+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}
+
+  # glibmm 2.46 uses C++11 features
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr --disable-documentation
+  make
+}
+
+package() {
+  cd "${srcdir}"/gstreamermm-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: gstreamer0.10-mm/repos/community-staging-x86_64/gstreamer0.10-mm.changelog (from rev 148812, gstreamer0.10-mm/trunk/gstreamer0.10-mm.changelog)
===================================================================
--- community-staging-x86_64/gstreamer0.10-mm.changelog	                        (rev 0)
+++ community-staging-x86_64/gstreamer0.10-mm.changelog	2015-12-06 04:44:55 UTC (rev 148813)
@@ -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