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

Antonio Rojas arojas at archlinux.org
Sun Apr 10 09:38:36 UTC 2016


    Date: Sunday, April 10, 2016 @ 11:38:35
  Author: arojas
Revision: 264467

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

Added:
  libdmapsharing/repos/testing-i686/
  libdmapsharing/repos/testing-i686/PKGBUILD
    (from rev 264466, libdmapsharing/trunk/PKGBUILD)
  libdmapsharing/repos/testing-x86_64/
  libdmapsharing/repos/testing-x86_64/PKGBUILD
    (from rev 264466, libdmapsharing/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: libdmapsharing/repos/testing-i686/PKGBUILD (from rev 264466, libdmapsharing/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-04-10 09:38:35 UTC (rev 264467)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libdmapsharing
+pkgver=2.9.34
+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')
+source=(http://www.flyn.org/projects/libdmapsharing/$pkgname-$pkgver.tar.gz)
+md5sums=('9b500a8af73758d65340cc00ef3e3c85')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --with-mdns=avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libdmapsharing/repos/testing-x86_64/PKGBUILD (from rev 264466, libdmapsharing/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-04-10 09:38:35 UTC (rev 264467)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libdmapsharing
+pkgver=2.9.34
+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')
+source=(http://www.flyn.org/projects/libdmapsharing/$pkgname-$pkgver.tar.gz)
+md5sums=('9b500a8af73758d65340cc00ef3e3c85')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --with-mdns=avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list