[arch-commits] Commit in opencore-amr/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Dec 10 17:33:16 UTC 2019


    Date: Tuesday, December 10, 2019 @ 17:33:16
  Author: arojas
Revision: 370627

archrelease: copy trunk to extra-x86_64

Added:
  opencore-amr/repos/extra-x86_64/PKGBUILD
    (from rev 370626, opencore-amr/trunk/PKGBUILD)
Deleted:
  opencore-amr/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-10 17:32:58 UTC (rev 370626)
+++ PKGBUILD	2019-12-10 17:33:16 UTC (rev 370627)
@@ -1,25 +0,0 @@
-# Maintainer: Ionut Biru <ionut at archlinux.ro>
-# Contributor: WAntilles <wantilles at adslgr.com>
-
-pkgname=opencore-amr
-pkgver=0.1.5
-pkgrel=2
-pkgdesc="Open source implementation of the Adaptive Multi Rate (AMR) speech codec"
-arch=('x86_64')
-license=('APACHE')
-url="http://opencore-amr.sourceforge.net/"
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-depends=(glibc)
-sha256sums=('2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-

Copied: opencore-amr/repos/extra-x86_64/PKGBUILD (from rev 370626, opencore-amr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-10 17:33:16 UTC (rev 370627)
@@ -0,0 +1,25 @@
+# Maintainer: Ionut Biru <ionut at archlinux.ro>
+# Contributor: WAntilles <wantilles at adslgr.com>
+
+pkgname=opencore-amr
+pkgver=0.1.5
+pkgrel=3
+pkgdesc="Open source implementation of the Adaptive Multi Rate (AMR) speech codec"
+arch=('x86_64')
+license=('APACHE')
+url="http://opencore-amr.sourceforge.net/"
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+depends=(glibc)
+sha256sums=('2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-examples
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list