Date: Monday, May 25, 2020 @ 13:46:46
  Author: felixonmars
Revision: 634329

archrelease: copy trunk to community-x86_64

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

-----------------------+
 PKGBUILD              |   83 +++++++++++++++++++++++-------------------------
 gstreamermm.changelog |   44 ++++++++++++-------------
 2 files changed, 63 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-25 13:46:42 UTC (rev 634328)
+++ PKGBUILD    2020-05-25 13:46:46 UTC (rev 634329)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-
-pkgbase=gstreamermm
-pkgname=(gstreamermm gstreamermm-docs)
-pkgver=1.10.0
-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')
-makedepends=('mm-common' 'glibmm-docs' 'cairomm' 'cairomm-docs' 'pangomm' 
'pangomm-docs')
-changelog=$pkgname.changelog
-source=(http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/1.10/$pkgname-$pkgver.tar.xz)
-sha256sums=('be58fe9ef7d7e392568ec85e80a84f4730adbf91fb0355ff7d7c616675ea8d60')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --enable-maintainer-mode
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gstreamermm() {
-  cd $pkgbase-$pkgver
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="$pkgdir" install
-}
-
-package_gstreamermm-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  cd $pkgbase-$pkgver
-  make -C docs DESTDIR="$pkgdir" install
-}

Copied: gstreamermm/repos/community-x86_64/PKGBUILD (from rev 634327, 
gstreamermm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-05-25 13:46:46 UTC (rev 634329)
@@ -0,0 +1,41 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+
+pkgbase=gstreamermm
+pkgname=(gstreamermm gstreamermm-docs)
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="C++ interface for GStreamer"
+arch=('x86_64')
+url="https://gstreamer.freedesktop.org/bindings/cplusplus.html";
+license=('LGPL')
+depends=('glibmm' 'gst-plugins-base')
+makedepends=('mm-common' 'glibmm-docs' 'cairomm' 'cairomm-docs' 'pangomm' 
'pangomm-docs')
+changelog=$pkgname.changelog
+source=(https://ftp.gnome.org/pub/GNOME/sources/gstreamermm/1.10/$pkgname-$pkgver.tar.xz)
+sha256sums=('be58fe9ef7d7e392568ec85e80a84f4730adbf91fb0355ff7d7c616675ea8d60')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --enable-maintainer-mode
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_gstreamermm() {
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_gstreamermm-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  cd $pkgbase-$pkgver
+  make -C docs DESTDIR="$pkgdir" install
+}

Deleted: gstreamermm.changelog
===================================================================
--- gstreamermm.changelog       2020-05-25 13:46:42 UTC (rev 634328)
+++ gstreamermm.changelog       2020-05-25 13:46:46 UTC (rev 634329)
@@ -1,22 +0,0 @@
-2017-10-25 Jan Alexander Steffens (heftig) <[email protected]>
-       * gstreamermm 1.10.0-1
-       * split docs
-
-2015-02-25 Jaroslav Lichtblau <[email protected]>
-       * gstreamermm 1.4.3-1
-
-2014-11-12 Jaroslav Lichtblau <[email protected]>
-       * gstreamermm 1.0.10-1
-
-2012-10-28 Jaroslav Lichtblau <[email protected]>
-       * gstreamermm 0.10.11-1
-
-2010-02-02 Jaroslav Lichtblau <[email protected]>
-       * gstreamermm 0.10.10-1
-
-2010-02-02 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 0.10.6
-
-2009-11-07 Jaroslav Lichtblau <[email protected]>
-       * Package moved to [community] as a dependency of subtitleeditor
-       * version 0.10.5

Copied: gstreamermm/repos/community-x86_64/gstreamermm.changelog (from rev 
634327, gstreamermm/trunk/gstreamermm.changelog)
===================================================================
--- gstreamermm.changelog                               (rev 0)
+++ gstreamermm.changelog       2020-05-25 13:46:46 UTC (rev 634329)
@@ -0,0 +1,22 @@
+2017-10-25 Jan Alexander Steffens (heftig) <[email protected]>
+       * gstreamermm 1.10.0-1
+       * split docs
+
+2015-02-25 Jaroslav Lichtblau <[email protected]>
+       * gstreamermm 1.4.3-1
+
+2014-11-12 Jaroslav Lichtblau <[email protected]>
+       * gstreamermm 1.0.10-1
+
+2012-10-28 Jaroslav Lichtblau <[email protected]>
+       * gstreamermm 0.10.11-1
+
+2010-02-02 Jaroslav Lichtblau <[email protected]>
+       * gstreamermm 0.10.10-1
+
+2010-02-02 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 0.10.6
+
+2009-11-07 Jaroslav Lichtblau <[email protected]>
+       * Package moved to [community] as a dependency of subtitleeditor
+       * version 0.10.5

Reply via email to