[arch-commits] Commit in libsndfile/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Aug 24 03:02:05 UTC 2010


    Date: Monday, August 23, 2010 @ 23:02:04
  Author: eric
Revision: 88487

Removed jack makedepends and optdepends (close FS#20574)

Modified:
  libsndfile/trunk/ChangeLog
  libsndfile/trunk/PKGBUILD

-----------+
 ChangeLog |    4 ++++
 PKGBUILD  |   15 +++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2010-08-24 01:19:41 UTC (rev 88486)
+++ ChangeLog	2010-08-24 03:02:04 UTC (rev 88487)
@@ -1,3 +1,7 @@
+2010-08-23  Eric Belanger  <eric at archlinux.org>
+
+	* Removed jack makedepends and optdepends (close FS#20574)
+
 2009-12-30  Eric Belanger  <eric at archlinux.org>
 
 	* libsndfile 1.0.21-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-24 01:19:41 UTC (rev 88486)
+++ PKGBUILD	2010-08-24 03:02:04 UTC (rev 88487)
@@ -9,17 +9,20 @@
 arch=('i686' 'x86_64')
 url="http://www.mega-nerd.com/libsndfile"
 license=('LGPL')
-depends=('alsa-lib' 'flac>=1.2.1' 'libvorbis')
-makedepends=('jack-audio-connection-kit')
-optdepends=('jack-audio-connection-kit: for JACK support')
+depends=('alsa-lib' 'flac' 'libvorbis')
 options=('!libtool')
+changelog=ChangeLog
 source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz)
 md5sums=('880a40ec636ab2185b97f8927299b292')
 sha1sums=('136845a8bb5679e033f8f53fb98ddeb5ee8f1d97')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-sqlite || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr --disable-sqlite
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list