[arch-commits] Commit in twolame/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Nov 12 22:40:50 UTC 2019


    Date: Tuesday, November 12, 2019 @ 22:40:49
  Author: dvzrv
Revision: 527039

archrelease: copy trunk to community-x86_64

Added:
  twolame/repos/community-x86_64/PKGBUILD
    (from rev 527038, twolame/trunk/PKGBUILD)
Deleted:
  twolame/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-12 22:40:43 UTC (rev 527038)
+++ PKGBUILD	2019-11-12 22:40:49 UTC (rev 527039)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: farid abdelnour <farid at atelier-labs.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.org>
-
-pkgname=twolame
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="An optimized MPEG Audio Layer 2 (MP2) encoder"
-arch=('x86_64')
-url="http://www.twolame.org/"
-license=('LGPL2.1')
-depends=('glibc' 'libsndfile')
-source=("https://github.com/njh/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('cc594bc8d2322922280f915a3c0aa52540cca0350d6498bc96f3f60fd6e53f951e775ea015a44bdb29ec883b46b31a0e5483f6a5c188b02e30008289273c7d03')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-              --disable-static
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: twolame/repos/community-x86_64/PKGBUILD (from rev 527038, twolame/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-12 22:40:49 UTC (rev 527039)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: farid abdelnour <farid at atelier-labs.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.org>
+
+pkgname=twolame
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="An optimized MPEG Audio Layer 2 (MP2) encoder"
+arch=('x86_64')
+url="http://www.twolame.org/"
+license=('LGPL2.1')
+depends=('glibc' 'libsndfile')
+provides=('libtwolame.so')
+source=("https://github.com/njh/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('cc594bc8d2322922280f915a3c0aa52540cca0350d6498bc96f3f60fd6e53f951e775ea015a44bdb29ec883b46b31a0e5483f6a5c188b02e30008289273c7d03')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list