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

Felix Yan felixonmars at archlinux.org
Sat Feb 16 17:46:58 UTC 2019


    Date: Saturday, February 16, 2019 @ 17:46:56
  Author: felixonmars
Revision: 433592

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-16 17:46:34 UTC (rev 433591)
+++ PKGBUILD	2019-02-16 17:46:56 UTC (rev 433592)
@@ -1,39 +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.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
-}
-

Copied: abcde/repos/community-any/PKGBUILD (from rev 433591, abcde/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-16 17:46:56 UTC (rev 433592)
@@ -0,0 +1,38 @@
+# 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=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=('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