[arch-commits] Commit in soundtouch/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri Oct 16 06:53:32 UTC 2020
Date: Friday, October 16, 2020 @ 06:53:31
Author: alucryd
Revision: 398429
archrelease: copy trunk to extra-x86_64
Added:
soundtouch/repos/extra-x86_64/PKGBUILD
(from rev 398428, soundtouch/trunk/PKGBUILD)
Deleted:
soundtouch/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 76 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 42 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-16 06:53:26 UTC (rev 398428)
+++ PKGBUILD 2020-10-16 06:53:31 UTC (rev 398429)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=soundtouch
-pkgver=2.1.2
-pkgrel=2
-pkgdesc='An audio processing library'
-arch=(x86_64)
-url='https://www.surina.net/soundtouch/'
-license=(LGPL)
-makedepends=(git)
-source=(git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
- cd soundtouch
-
- ./bootstrap
-}
-
-build() {
- cd soundtouch
-
- ./configure \
- --prefix='/usr' \
- --enable-shared
- make
-}
-
-package() {
- make DESTDIR="${pkgdir}" pkgdocdir='/usr/share/doc/soundtouch' -C soundtouch install
-}
-
-# vim: ts=2 sw=2 et:
Copied: soundtouch/repos/extra-x86_64/PKGBUILD (from rev 398428, soundtouch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-10-16 06:53:31 UTC (rev 398429)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=soundtouch
+pkgver=2.2
+pkgrel=1
+pkgdesc='An audio processing library'
+arch=(x86_64)
+url=https://www.surina.net/soundtouch/
+license=(LGPL)
+depends=(gcc-libs)
+makedepends=(git)
+_tag=762f56024b7ade81f6565903161dffec0ad4741e
+source=(git+https://gitlab.com/soundtouch/soundtouch.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd soundtouch
+
+ git describe --tags
+}
+
+prepare() {
+ cd soundtouch
+
+ ./bootstrap
+}
+
+build() {
+ cd soundtouch
+
+ ./configure \
+ --prefix=/usr \
+ --enable-shared
+ make
+}
+
+package() {
+ make DESTDIR="${pkgdir}" pkgdocdir=/usr/share/doc/soundtouch -C soundtouch install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list