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

Levente Polyak anthraxx at archlinux.org
Tue Sep 10 22:23:23 UTC 2019


    Date: Tuesday, September 10, 2019 @ 22:23:22
  Author: anthraxx
Revision: 362179

upgpkg: mpg123 1.25.12-1

Modified:
  mpg123/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-10 21:18:34 UTC (rev 362178)
+++ PKGBUILD	2019-09-10 22:23:22 UTC (rev 362179)
@@ -1,11 +1,12 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
 
 pkgname=mpg123
-pkgver=1.25.11
+pkgver=1.25.12
 pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+pkgdesc='Console based real time MPEG Audio Player for Layer 1, 2 and 3'
+url="https://sourceforge.net/projects/mpg123"
 arch=('x86_64')
-url="https://sourceforge.net/projects/mpg123"
 license=('LGPL2.1')
 depends=('libltdl' 'alsa-lib')
 makedepends=('sdl' 'jack' 'libpulse')
@@ -12,14 +13,18 @@
 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})
-sha256sums=('df063307faa27c7d9efe63d2139b1564cfc7cdbb7c6f449c89ef8faabfa0eab2'
+sha256sums=('1ffec7c9683dfb86ea9040d6a53d6ea819ecdda215df347f79def08f1fe731d1'
             'SKIP')
 validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
+  ./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
@@ -29,5 +34,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
+  install -Dm 755 scripts/conplay "${pkgdir}/usr/bin/conplay"
 }
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list