[arch-commits] Commit in abcde/repos/community-any (PKGBUILD PKGBUILD)

Jakob Gruber schuay at archlinux.org
Wed Aug 15 18:08:57 UTC 2018


    Date: Wednesday, August 15, 2018 @ 18:08:57
  Author: schuay
Revision: 371872

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
    (from rev 371871, abcde/trunk/PKGBUILD)
Deleted:
  abcde/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-15 18:08:49 UTC (rev 371871)
+++ PKGBUILD	2018-08-15 18:08:57 UTC (rev 371872)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen <j.kossen at home.nl>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Maintainer: schuay <jakob.gruber at gmail.com>
-
-pkgname=abcde
-pkgver=2.9.1
-pkgrel=3
-pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go'
-arch=('any')
-url='https://abcde.einval.com/'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools')
-optdepends=('cdparanoia: Paranoia ripping support'
-            'flac: FLAC encoding support'
-            'glyr: album art support'
-            'lame: MP3 encoding support'
-            'python-eyed3: ID3 tag support'
-            'vorbisgain: Ogg Vorbis normalization support')
-backup=("etc/${pkgname}.conf")
-source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign})
-validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
-              '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, Andrew Strong
-sha256sums=('70ec6e06b791115fbe88dee313f58f691f9b559ee992f2af5ed64fe6ad2e55d7'
-            'SKIP')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
-  # https://bugs.archlinux.org/task/58046
-  sed -i 's/^#CDDBMETHOD=musicbrainz/CDDBMETHOD=cddb/' abcde.conf
-}
-
-package() {
-  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" prefix=/usr sysconfdir=/etc install
-}
-

Copied: abcde/repos/community-any/PKGBUILD (from rev 371871, abcde/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-15 18:08:57 UTC (rev 371872)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Maintainer: schuay <jakob.gruber at gmail.com>
+
+pkgname=abcde
+pkgver=2.9.2
+pkgrel=1
+pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go'
+arch=('any')
+url='https://abcde.einval.com/'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools')
+optdepends=('cdparanoia: Paranoia ripping support'
+            'flac: FLAC encoding support'
+            'glyr: album art support'
+            'lame: MP3 encoding support'
+            'opus-tools: Opus encoding support'
+            'python-eyed3: ID3 tag support'
+            'vorbisgain: Ogg Vorbis normalization support')
+backup=("etc/${pkgname}.conf")
+source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign})
+validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
+              '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, Andrew Strong
+sha256sums=('34356c6ea4cc39b33c807261bfdf8e8da8905b2ed50313147c78b283eef6858d'
+            'SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+  # https://bugs.archlinux.org/task/58046
+  sed -i 's/^#CDDBMETHOD=musicbrainz/CDDBMETHOD=cddb/' abcde.conf
+}
+
+package() {
+  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" prefix=/usr sysconfdir=/etc install
+}
+



More information about the arch-commits mailing list