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

Andreas Radke andyrtr at archlinux.org
Wed May 5 10:44:07 UTC 2021


    Date: Wednesday, May 5, 2021 @ 10:44:07
  Author: andyrtr
Revision: 927446

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-05 10:43:57 UTC (rev 927445)
+++ PKGBUILD	2021-05-05 10:44:07 UTC (rev 927446)
@@ -1,39 +0,0 @@
-# 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.3
-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'
-            'imagemagick: 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=('046cd0bba78dd4bbdcbcf82fe625865c60df35a005482de13a6699c5a3b83124'
-            '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 927445, abcde/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-05 10:44:07 UTC (rev 927446)
@@ -0,0 +1,39 @@
+# 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.3
+pkgrel=4
+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' 'which' 'inetutils')
+optdepends=('cdparanoia: Paranoia ripping support'
+            'flac: FLAC encoding support'
+            'glyr: album art support'
+            'imagemagick: 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=('046cd0bba78dd4bbdcbcf82fe625865c60df35a005482de13a6699c5a3b83124'
+            '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