[arch-commits] Commit in gnormalize/repos/community-any (3 files)

Alexander Rødseth arodseth at archlinux.org
Sat May 21 16:57:43 UTC 2016


    Date: Saturday, May 21, 2016 @ 18:57:43
  Author: arodseth
Revision: 176066

archrelease: copy trunk to community-any

Added:
  gnormalize/repos/community-any/PKGBUILD
    (from rev 176065, gnormalize/trunk/PKGBUILD)
Deleted:
  gnormalize/repos/community-any/PKGBUILD
  gnormalize/repos/community-any/gnormalize.install

--------------------+
 PKGBUILD           |  117 +++++++++++++++++++++++++--------------------------
 gnormalize.install |   14 ------
 2 files changed, 58 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-21 16:57:34 UTC (rev 176065)
+++ PKGBUILD	2016-05-21 16:57:43 UTC (rev 176066)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor:JZsolt Varadi (karmaxxl) 
-
-pkgname=gnormalize
-pkgver=0.63
-pkgrel=5
-pkgdesc='Audio normalizer, converter, encoder/decoder, ripper, tagger and player'
-arch=('any')
-url='http://gnormalize.sourceforge.net/'
-license=('GPL')
-depends=('perl' 'cddb_get' 'desktop-file-utils' 'gtk2-perl' 'hicolor-icon-theme')
-makedepends=('xz' 'gendesk')
-optdepends=('faac: full MP4 format'
-            'flac: FLAC encoding, FLAC playing in conjunction with mplayer'
-            'lame: MP3 encoding'
-            'mac: full Monkeys Audio Codec support (available in the AUR)'
-            'mpg123: MP3 playing'
-            'mplayer: FLAC/WAV playing'
-            'musepack-tools: full Musepack support'
-            'perl-mp3-info: MP3 ID3 tags'
-            'vorbis-tools: full OGG Vorbis support'
-            'cdcd: CD playing'
-            'cdparanoia: CD ripping'
-            'cdrkit: CD ripping - alternative to cdparanoia'
-            'wavegain: sound normalization')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('80fd9aa2da8d7fcc88bd180be2adce1aed863bedba7d715144029bd95b61ccb6')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --mimetypes \
-  'audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg'
-  lzma -qd gnormalize.1.lzma
-} 
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
-  install -d "$pkgdir/usr/share/$pkgname/animations"
-  install -m644 animations/*.gif "$pkgdir/usr/share/$pkgname/animations/"
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-  install -Dm644 "icons/$pkgname.png" \
-    "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  for i in 16 32 48 ; do
-    install -Dm644 "icons/gnormalize-$i.png" \
-      "$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/$pkgname.png"
-  done
-  install -Dm644 "$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnormalize/repos/community-any/PKGBUILD (from rev 176065, gnormalize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-21 16:57:43 UTC (rev 176066)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor:JZsolt Varadi (karmaxxl) 
+
+pkgname=gnormalize
+pkgver=0.63
+pkgrel=6
+pkgdesc='Audio normalizer, converter, encoder/decoder, ripper, tagger and player'
+arch=('any')
+url='http://gnormalize.sourceforge.net/'
+license=('GPL')
+depends=('perl' 'cddb_get' 'desktop-file-utils' 'gtk2-perl' 'hicolor-icon-theme')
+makedepends=('xz' 'gendesk')
+optdepends=('faac: full MP4 format'
+            'flac: FLAC encoding, FLAC playing in conjunction with mplayer'
+            'lame: MP3 encoding'
+            'mac: full Monkeys Audio Codec support (available in the AUR)'
+            'mpg123: MP3 playing'
+            'mplayer: FLAC/WAV playing'
+            'musepack-tools: full Musepack support'
+            'perl-mp3-info: MP3 ID3 tags'
+            'vorbis-tools: full OGG Vorbis support'
+            'cdcd: CD playing'
+            'cdparanoia: CD ripping'
+            'cdrkit: CD ripping - alternative to cdparanoia'
+            'wavegain: sound normalization')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('80fd9aa2da8d7fcc88bd180be2adce1aed863bedba7d715144029bd95b61ccb6')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --mimetypes \
+  'audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg'
+  lzma -qd gnormalize.1.lzma
+} 
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
+  install -d "$pkgdir/usr/share/$pkgname/animations"
+  install -m644 animations/*.gif "$pkgdir/usr/share/$pkgname/animations/"
+  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
+  install -Dm644 "icons/$pkgname.png" \
+    "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  for i in 16 32 48 ; do
+    install -Dm644 "icons/gnormalize-$i.png" \
+      "$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/$pkgname.png"
+  done
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnormalize.install
===================================================================
--- gnormalize.install	2016-05-21 16:57:34 UTC (rev 176065)
+++ gnormalize.install	2016-05-21 16:57:43 UTC (rev 176066)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list