[arch-commits] Commit in libdmapsharing/repos (4 files)

Jan Steffens heftig at archlinux.org
Wed Sep 20 18:52:18 UTC 2017


    Date: Wednesday, September 20, 2017 @ 18:52:17
  Author: heftig
Revision: 305940

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

Added:
  libdmapsharing/repos/extra-i686/PKGBUILD
    (from rev 305939, libdmapsharing/trunk/PKGBUILD)
  libdmapsharing/repos/extra-x86_64/PKGBUILD
    (from rev 305939, libdmapsharing/trunk/PKGBUILD)
Deleted:
  libdmapsharing/repos/extra-i686/PKGBUILD
  libdmapsharing/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   74 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   36 -----------------------
 extra-x86_64/PKGBUILD |   36 -----------------------
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-09-20 18:51:40 UTC (rev 305939)
+++ extra-i686/PKGBUILD	2017-09-20 18:52:17 UTC (rev 305940)
@@ -1,36 +0,0 @@
-# $Id$
-#Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libdmapsharing
-pkgver=2.9.37+1+ge9fe3e0
-pkgrel=1
-pkgdesc="A library that implements the DMAP family of protocols"
-arch=(i686 x86_64)
-url="http://www.flyn.org/projects/libdmapsharing/index.html"
-license=(LGPL2.1)
-depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
-makedepends=(git gtk-doc gobject-introspection)
-_commit=e9fe3e0416e7491eda100f372c7a3cd97183f60b  # master
-source=("git+https://git.gnome.org/browse/libdmapsharing#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libdmapsharing/repos/extra-i686/PKGBUILD (from rev 305939, libdmapsharing/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-09-20 18:52:17 UTC (rev 305940)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libdmapsharing
+pkgver=2.9.39
+pkgrel=1
+pkgdesc="A library that implements the DMAP family of protocols"
+arch=(i686 x86_64)
+url="http://www.flyn.org/projects/libdmapsharing/index.html"
+license=(LGPL2.1)
+depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
+makedepends=(git gtk-doc gobject-introspection)
+_commit=b5af68774d432bbf44ffa552df26665dce1cc155  # tags/LIBDMAPSHARING_2_9_39^0
+source=("git+https://git.gnome.org/browse/libdmapsharing#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-09-20 18:51:40 UTC (rev 305939)
+++ extra-x86_64/PKGBUILD	2017-09-20 18:52:17 UTC (rev 305940)
@@ -1,36 +0,0 @@
-# $Id$
-#Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libdmapsharing
-pkgver=2.9.37+1+ge9fe3e0
-pkgrel=1
-pkgdesc="A library that implements the DMAP family of protocols"
-arch=(i686 x86_64)
-url="http://www.flyn.org/projects/libdmapsharing/index.html"
-license=(LGPL2.1)
-depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
-makedepends=(git gtk-doc gobject-introspection)
-_commit=e9fe3e0416e7491eda100f372c7a3cd97183f60b  # master
-source=("git+https://git.gnome.org/browse/libdmapsharing#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libdmapsharing/repos/extra-x86_64/PKGBUILD (from rev 305939, libdmapsharing/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-09-20 18:52:17 UTC (rev 305940)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libdmapsharing
+pkgver=2.9.39
+pkgrel=1
+pkgdesc="A library that implements the DMAP family of protocols"
+arch=(i686 x86_64)
+url="http://www.flyn.org/projects/libdmapsharing/index.html"
+license=(LGPL2.1)
+depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
+makedepends=(git gtk-doc gobject-introspection)
+_commit=b5af68774d432bbf44ffa552df26665dce1cc155  # tags/LIBDMAPSHARING_2_9_39^0
+source=("git+https://git.gnome.org/browse/libdmapsharing#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list