[arch-commits] Commit in mpg123/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jun 17 18:17:30 UTC 2020


    Date: Wednesday, June 17, 2020 @ 18:17:29
  Author: felixonmars
Revision: 389441

archrelease: copy trunk to testing-x86_64

Added:
  mpg123/repos/testing-x86_64/PKGBUILD
    (from rev 389440, mpg123/trunk/PKGBUILD)
Deleted:
  mpg123/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-17 18:17:19 UTC (rev 389440)
+++ PKGBUILD	2020-06-17 18:17:29 UTC (rev 389441)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=mpg123
-pkgver=1.26.0
-pkgrel=1
-pkgdesc='Console based real time MPEG Audio Player for Layer 1, 2 and 3'
-url="https://sourceforge.net/projects/mpg123"
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-            'jack: for jack audio support'
-            'libpulse: for pulse audio support')
-provides=(libmpg123.so libout123.so)
-source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('0b58b02228f950320fa948fde17730f22a27e7bf6185fe678632281ca230fa5b84358382acb0f1f438631fcdfb93d1dce252d4fbfe616711144f181deb9f2a3e'
-            'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --enable-int-quality \
-    --with-module-suffix=.so \
-    --with-audio="alsa oss sdl jack pulse"
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}
-
-# vim: ts=2 sw=2 et:

Copied: mpg123/repos/testing-x86_64/PKGBUILD (from rev 389440, mpg123/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-17 18:17:29 UTC (rev 389441)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=mpg123
+pkgver=1.26.1
+pkgrel=1
+pkgdesc='Console based real time MPEG Audio Player for Layer 1, 2 and 3'
+url="https://sourceforge.net/projects/mpg123"
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('libltdl' 'alsa-lib')
+makedepends=('sdl' 'jack' 'libpulse')
+optdepends=('sdl: for sdl audio support'
+            'jack: for jack audio support'
+            'libpulse: for pulse audio support')
+provides=(libmpg123.so libout123.so)
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('e3a7318a4c5b2e043f6fa70d1ccc93e654d81ec0b1262578153c72a3e3c1d8a8ff7ec49a2a6553791d4f18e2fd59b5e2c3846dd1c002effd651d7d4c0fd8b0dc'
+            'SKIP')
+validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --enable-int-quality \
+    --with-module-suffix=.so \
+    --with-audio="alsa oss sdl jack pulse"
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 scripts/conplay "${pkgdir}/usr/bin/conplay"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list