Date: Friday, March 17, 2023 @ 22:25:31
  Author: dvzrv
Revision: 471363

archrelease: copy trunk to extra-x86_64

Added:
  libopenmpt/repos/extra-x86_64/PKGBUILD
    (from rev 471362, libopenmpt/trunk/PKGBUILD)
Deleted:
  libopenmpt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   97 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-17 22:25:17 UTC (rev 471362)
+++ PKGBUILD    2023-03-17 22:25:31 UTC (rev 471363)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-pkgname=libopenmpt
-pkgver=0.6.9
-pkgrel=1
-pkgdesc="A library to render tracker music to a PCM audio stream"
-arch=(x86_64)
-url="https://lib.openmpt.org/libopenmpt/";
-license=(BSD)
-depends=(
-  flac libFLAC.so
-  gcc-libs
-  glibc
-  libogg libogg.so
-  libpulse libpulse.so libpulse-simple.so
-  libsndfile libsndfile.so
-  libvorbis libvorbis.so libvorbisfile.so
-  mpg123 libmpg123.so
-  portaudio libportaudio.so
-)
-makedepends=(autoconf-archive doxygen help2man)
-provides=(libopenmpt.so)
-source=($pkgname-$pkgver.tar.gz::https://lib.openmpt.org/files/libopenmpt/src/$pkgname-$pkgver+release.autotools.tar.gz)
-sha512sums=('89d44bae0e705b6b8aa54a0939fdf435a879f5197c30c3343f7f6c273511cf3d07e5b64e8859fc9e24842a5f845133723b5cdd36b65112c34c9350607f1e0fea')
-b2sums=('7a9210537a743b3c4557bdbbb4b8df8e48aa89736a8c1fdb19781c04463156ce308d430f5a06fcb7a774605335981ad838b11da8f16c6a5ea00473cd38133abe')
-
-prepare() {
-  cd $pkgname-$pkgver+release.autotools
-  autoreconf -fiv
-}
-
-build() {
-  cd $pkgname-$pkgver+release.autotools
-  ./configure --prefix=/usr
-  # prevent excessive overlinking due to libtool
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  make -k check -C $pkgname-$pkgver+release.autotools
-}
-
-package() {
-  cd $pkgname-$pkgver+release.autotools
-  make DESTDIR="$pkgdir" install
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: libopenmpt/repos/extra-x86_64/PKGBUILD (from rev 471362, 
libopenmpt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-17 22:25:31 UTC (rev 471363)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge <[email protected]>
+
+pkgname=libopenmpt
+pkgver=0.6.9
+pkgrel=2
+pkgdesc="A library to render tracker music to a PCM audio stream"
+arch=(x86_64)
+url="https://lib.openmpt.org/libopenmpt/";
+license=(BSD)
+depends=(
+  flac libFLAC.so
+  gcc-libs
+  glibc
+  libogg  # required by pkgconf
+  libpulse libpulse.so libpulse-simple.so
+  libsndfile libsndfile.so
+  libvorbis libvorbis.so libvorbisfile.so
+  mpg123 libmpg123.so
+  portaudio libportaudio.so
+  zlib
+)
+makedepends=(autoconf-archive doxygen help2man)
+provides=(libopenmpt.so)
+source=($pkgname-$pkgver.tar.gz::https://lib.openmpt.org/files/libopenmpt/src/$pkgname-$pkgver+release.autotools.tar.gz)
+sha512sums=('89d44bae0e705b6b8aa54a0939fdf435a879f5197c30c3343f7f6c273511cf3d07e5b64e8859fc9e24842a5f845133723b5cdd36b65112c34c9350607f1e0fea')
+b2sums=('7a9210537a743b3c4557bdbbb4b8df8e48aa89736a8c1fdb19781c04463156ce308d430f5a06fcb7a774605335981ad838b11da8f16c6a5ea00473cd38133abe')
+
+prepare() {
+  cd $pkgname-$pkgver+release.autotools
+  autoreconf -fiv
+}
+
+build() {
+  cd $pkgname-$pkgver+release.autotools
+  ./configure --prefix=/usr
+  # prevent excessive overlinking due to libtool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  make -k check -C $pkgname-$pkgver+release.autotools
+}
+
+package() {
+  cd $pkgname-$pkgver+release.autotools
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}

Reply via email to