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

Felix Yan fyan at nymeria.archlinux.org
Sun Jul 6 12:13:54 UTC 2014


    Date: Sunday, July 6, 2014 @ 14:13:54
  Author: fyan
Revision: 115183

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

Added:
  gstreamermm/repos/community-i686/PKGBUILD
    (from rev 115182, gstreamermm/trunk/PKGBUILD)
  gstreamermm/repos/community-i686/gstreamermm.changelog
    (from rev 115182, gstreamermm/trunk/gstreamermm.changelog)
  gstreamermm/repos/community-x86_64/PKGBUILD
    (from rev 115182, gstreamermm/trunk/PKGBUILD)
  gstreamermm/repos/community-x86_64/gstreamermm.changelog
    (from rev 115182, gstreamermm/trunk/gstreamermm.changelog)
Deleted:
  gstreamermm/repos/community-i686/PKGBUILD
  gstreamermm/repos/community-i686/gstreamermm.changelog
  gstreamermm/repos/community-x86_64/PKGBUILD
  gstreamermm/repos/community-x86_64/gstreamermm.changelog

----------------------------------------+
 /PKGBUILD                              |   70 +++++++++++++++++++++++++++++++
 /gstreamermm.changelog                 |   18 +++++++
 community-i686/PKGBUILD                |   35 ---------------
 community-i686/gstreamermm.changelog   |    9 ---
 community-x86_64/PKGBUILD              |   35 ---------------
 community-x86_64/gstreamermm.changelog |    9 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-06 12:13:24 UTC (rev 115182)
+++ community-i686/PKGBUILD	2014-07-06 12:13:54 UTC (rev 115183)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=gstreamermm
-pkgver=0.10.11
-pkgrel=1
-pkgdesc="C++ interface for GStreamer"
-arch=('i686' 'x86_64')
-url="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
-license=('LGPL')
-depends=('glibmm' 'gstreamer0.10-base>=0.10.25' 'libsigc++2.0' 'libxml++')
-makedepends=('doxygen' 'pkgconfig')
-changelog=$pkgname.changelog
-source=(http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-# Make check won't work, since it checks mic input/capture which don't exists on pkgbuild.com
-#  make check
-
-}

Copied: gstreamermm/repos/community-i686/PKGBUILD (from rev 115182, gstreamermm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-06 12:13:54 UTC (rev 115183)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=gstreamermm
+pkgver=0.10.11
+pkgrel=2
+pkgdesc="C++ interface for GStreamer"
+arch=('i686' 'x86_64')
+url="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
+license=('LGPL')
+depends=('glibmm' 'gstreamer0.10-base>=0.10.25' 'libsigc++2.0' 'libxml++')
+makedepends=('doxygen' 'pkgconfig')
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+# Make check won't work, since it checks mic input/capture which don't exists on pkgbuild.com
+#  make check
+
+}

Deleted: community-i686/gstreamermm.changelog
===================================================================
--- community-i686/gstreamermm.changelog	2014-07-06 12:13:24 UTC (rev 115182)
+++ community-i686/gstreamermm.changelog	2014-07-06 12:13:54 UTC (rev 115183)
@@ -1,9 +0,0 @@
-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: gstreamermm/repos/community-i686/gstreamermm.changelog (from rev 115182, gstreamermm/trunk/gstreamermm.changelog)
===================================================================
--- community-i686/gstreamermm.changelog	                        (rev 0)
+++ community-i686/gstreamermm.changelog	2014-07-06 12:13:54 UTC (rev 115183)
@@ -0,0 +1,9 @@
+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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-06 12:13:24 UTC (rev 115182)
+++ community-x86_64/PKGBUILD	2014-07-06 12:13:54 UTC (rev 115183)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=gstreamermm
-pkgver=0.10.11
-pkgrel=1
-pkgdesc="C++ interface for GStreamer"
-arch=('i686' 'x86_64')
-url="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
-license=('LGPL')
-depends=('glibmm' 'gstreamer0.10-base>=0.10.25' 'libsigc++2.0' 'libxml++')
-makedepends=('doxygen' 'pkgconfig')
-changelog=$pkgname.changelog
-source=(http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-# Make check won't work, since it checks mic input/capture which don't exists on pkgbuild.com
-#  make check
-
-}

Copied: gstreamermm/repos/community-x86_64/PKGBUILD (from rev 115182, gstreamermm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-06 12:13:54 UTC (rev 115183)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=gstreamermm
+pkgver=0.10.11
+pkgrel=2
+pkgdesc="C++ interface for GStreamer"
+arch=('i686' 'x86_64')
+url="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
+license=('LGPL')
+depends=('glibmm' 'gstreamer0.10-base>=0.10.25' 'libsigc++2.0' 'libxml++')
+makedepends=('doxygen' 'pkgconfig')
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+# Make check won't work, since it checks mic input/capture which don't exists on pkgbuild.com
+#  make check
+
+}

Deleted: community-x86_64/gstreamermm.changelog
===================================================================
--- community-x86_64/gstreamermm.changelog	2014-07-06 12:13:24 UTC (rev 115182)
+++ community-x86_64/gstreamermm.changelog	2014-07-06 12:13:54 UTC (rev 115183)
@@ -1,9 +0,0 @@
-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: gstreamermm/repos/community-x86_64/gstreamermm.changelog (from rev 115182, gstreamermm/trunk/gstreamermm.changelog)
===================================================================
--- community-x86_64/gstreamermm.changelog	                        (rev 0)
+++ community-x86_64/gstreamermm.changelog	2014-07-06 12:13:54 UTC (rev 115183)
@@ -0,0 +1,9 @@
+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