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

Felix Yan fyan at archlinux.org
Sun Dec 6 11:44:47 UTC 2015


    Date: Sunday, December 6, 2015 @ 12:44:46
  Author: fyan
Revision: 252750

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

Added:
  zita-resampler/repos/staging-i686/PKGBUILD
    (from rev 252748, zita-resampler/trunk/PKGBUILD)
  zita-resampler/repos/staging-x86_64/PKGBUILD
    (from rev 252749, zita-resampler/trunk/PKGBUILD)
Deleted:
  zita-resampler/repos/staging-i686/PKGBUILD
  zita-resampler/repos/staging-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |  142 ++++++++++++++++++++++++++++++++++++++++++++++
 staging-i686/PKGBUILD   |   71 -----------------------
 staging-x86_64/PKGBUILD |   71 -----------------------
 3 files changed, 142 insertions(+), 142 deletions(-)

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2015-12-06 11:44:32 UTC (rev 252749)
+++ staging-i686/PKGBUILD	2015-12-06 11:44:46 UTC (rev 252750)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Philipp Überbacher <murks at lavabit dot com>
-
-pkgname=zita-resampler
-pkgver=1.3.0
-pkgrel=4
-pkgdesc="A C++ library for resampling audio signals"
-url="http://kokkinizita.linuxaudio.org/linuxaudio/"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'libsndfile')
-source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # FS#36248 - strip march=native
-  sed -i '/native/d' {libs,apps}/Makefile
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/libs"
-
-  # lib
-  make PREFIX=/usr
-
-  # create lib link for building apps
-  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
-
-  # apps
-  cd ../apps
-  CXXFLAGS+=" -I../libs" \
-  LDFLAGS+=" -L../libs" \
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/libs"
-
-  # lib
-  install -Dm755 lib$pkgname.so.$pkgver \
-    "$pkgdir/usr/lib/lib$pkgname.so.$pkgver"
-
-  # links
-  ln -s lib$pkgname.so.$pkgver \
-    "$pkgdir/usr/lib/lib$pkgname.so"
-  ln -s lib$pkgname.so.$pkgver \
-    "$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}"
-
-  # headers
-  install -d "$pkgdir/usr/include/$pkgname"
-  install -Dm644 $pkgname/*.h \
-    "$pkgdir/usr/include/$pkgname"
-
-  # apps
-  install -d "$pkgdir/usr/bin"
-  install -Dm755 ../apps/zre{sample,tune} \
-    "$pkgdir/usr/bin"
-
-  # docs
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 ../docs/* \
-    "$pkgdir/usr/share/doc/$pkgname"
-
-  # man
-  install -d "$pkgdir/usr/share/man/man1"
-  install -Dm644 ../apps/zre{sample,tune}.1 \
-    "$pkgdir/usr/share/man/man1"
-}

Copied: zita-resampler/repos/staging-i686/PKGBUILD (from rev 252748, zita-resampler/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-06 11:44:46 UTC (rev 252750)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Philipp Überbacher <murks at lavabit dot com>
+
+pkgname=zita-resampler
+pkgver=1.3.0
+pkgrel=5
+pkgdesc="A C++ library for resampling audio signals"
+url="http://kokkinizita.linuxaudio.org/linuxaudio/"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'libsndfile')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # FS#36248 - strip march=native
+  sed -i '/native/d' {libs,apps}/Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+
+  # lib
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+=" -I../libs" \
+  LDFLAGS+=" -L../libs" \
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+
+  # lib
+  install -Dm755 lib$pkgname.so.$pkgver \
+    "$pkgdir/usr/lib/lib$pkgname.so.$pkgver"
+
+  # links
+  ln -s lib$pkgname.so.$pkgver \
+    "$pkgdir/usr/lib/lib$pkgname.so"
+  ln -s lib$pkgname.so.$pkgver \
+    "$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}"
+
+  # headers
+  install -d "$pkgdir/usr/include/$pkgname"
+  install -Dm644 $pkgname/*.h \
+    "$pkgdir/usr/include/$pkgname"
+
+  # apps
+  install -d "$pkgdir/usr/bin"
+  install -Dm755 ../apps/zre{sample,tune} \
+    "$pkgdir/usr/bin"
+
+  # docs
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 ../docs/* \
+    "$pkgdir/usr/share/doc/$pkgname"
+
+  # man
+  install -d "$pkgdir/usr/share/man/man1"
+  install -Dm644 ../apps/zre{sample,tune}.1 \
+    "$pkgdir/usr/share/man/man1"
+}

Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2015-12-06 11:44:32 UTC (rev 252749)
+++ staging-x86_64/PKGBUILD	2015-12-06 11:44:46 UTC (rev 252750)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Philipp Überbacher <murks at lavabit dot com>
-
-pkgname=zita-resampler
-pkgver=1.3.0
-pkgrel=4
-pkgdesc="A C++ library for resampling audio signals"
-url="http://kokkinizita.linuxaudio.org/linuxaudio/"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'libsndfile')
-source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # FS#36248 - strip march=native
-  sed -i '/native/d' {libs,apps}/Makefile
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/libs"
-
-  # lib
-  make PREFIX=/usr
-
-  # create lib link for building apps
-  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
-
-  # apps
-  cd ../apps
-  CXXFLAGS+=" -I../libs" \
-  LDFLAGS+=" -L../libs" \
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/libs"
-
-  # lib
-  install -Dm755 lib$pkgname.so.$pkgver \
-    "$pkgdir/usr/lib/lib$pkgname.so.$pkgver"
-
-  # links
-  ln -s lib$pkgname.so.$pkgver \
-    "$pkgdir/usr/lib/lib$pkgname.so"
-  ln -s lib$pkgname.so.$pkgver \
-    "$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}"
-
-  # headers
-  install -d "$pkgdir/usr/include/$pkgname"
-  install -Dm644 $pkgname/*.h \
-    "$pkgdir/usr/include/$pkgname"
-
-  # apps
-  install -d "$pkgdir/usr/bin"
-  install -Dm755 ../apps/zre{sample,tune} \
-    "$pkgdir/usr/bin"
-
-  # docs
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 ../docs/* \
-    "$pkgdir/usr/share/doc/$pkgname"
-
-  # man
-  install -d "$pkgdir/usr/share/man/man1"
-  install -Dm644 ../apps/zre{sample,tune}.1 \
-    "$pkgdir/usr/share/man/man1"
-}

Copied: zita-resampler/repos/staging-x86_64/PKGBUILD (from rev 252749, zita-resampler/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-06 11:44:46 UTC (rev 252750)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Philipp Überbacher <murks at lavabit dot com>
+
+pkgname=zita-resampler
+pkgver=1.3.0
+pkgrel=5
+pkgdesc="A C++ library for resampling audio signals"
+url="http://kokkinizita.linuxaudio.org/linuxaudio/"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'libsndfile')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # FS#36248 - strip march=native
+  sed -i '/native/d' {libs,apps}/Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+
+  # lib
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+=" -I../libs" \
+  LDFLAGS+=" -L../libs" \
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+
+  # lib
+  install -Dm755 lib$pkgname.so.$pkgver \
+    "$pkgdir/usr/lib/lib$pkgname.so.$pkgver"
+
+  # links
+  ln -s lib$pkgname.so.$pkgver \
+    "$pkgdir/usr/lib/lib$pkgname.so"
+  ln -s lib$pkgname.so.$pkgver \
+    "$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}"
+
+  # headers
+  install -d "$pkgdir/usr/include/$pkgname"
+  install -Dm644 $pkgname/*.h \
+    "$pkgdir/usr/include/$pkgname"
+
+  # apps
+  install -d "$pkgdir/usr/bin"
+  install -Dm755 ../apps/zre{sample,tune} \
+    "$pkgdir/usr/bin"
+
+  # docs
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 ../docs/* \
+    "$pkgdir/usr/share/doc/$pkgname"
+
+  # man
+  install -d "$pkgdir/usr/share/man/man1"
+  install -Dm644 ../apps/zre{sample,tune}.1 \
+    "$pkgdir/usr/share/man/man1"
+}



More information about the arch-commits mailing list