[arch-commits] Commit in libdmapsharing/repos (4 files)
Felix Yan
fyan at archlinux.org
Sun Feb 15 17:56:02 UTC 2015
Date: Sunday, February 15, 2015 @ 18:56:02
Author: fyan
Revision: 231597
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
libdmapsharing/repos/testing-i686/
libdmapsharing/repos/testing-i686/PKGBUILD
(from rev 231596, libdmapsharing/trunk/PKGBUILD)
libdmapsharing/repos/testing-x86_64/
libdmapsharing/repos/testing-x86_64/PKGBUILD
(from rev 231596, 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 231596, libdmapsharing/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-02-15 17:56:02 UTC (rev 231597)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libdmapsharing
+pkgver=2.9.30
+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=('25de55d128d432d82f2a1ec010d7069a')
+
+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 231596, libdmapsharing/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-15 17:56:02 UTC (rev 231597)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libdmapsharing
+pkgver=2.9.30
+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=('25de55d128d432d82f2a1ec010d7069a')
+
+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