summaryrefslogtreecommitdiff
path: root/libre/gnormalize-libre
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /libre/gnormalize-libre
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'libre/gnormalize-libre')
-rw-r--r--libre/gnormalize-libre/PKGBUILD62
-rw-r--r--libre/gnormalize-libre/gnormalize.desktop9
-rw-r--r--libre/gnormalize-libre/gnormalize.install14
3 files changed, 0 insertions, 85 deletions
diff --git a/libre/gnormalize-libre/PKGBUILD b/libre/gnormalize-libre/PKGBUILD
deleted file mode 100644
index 75edbfc1e..000000000
--- a/libre/gnormalize-libre/PKGBUILD
+++ /dev/null
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 91575 2013-05-24 12:41:56Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: Chris Brannon <cmbrannon79@gmail.com>
-# Contributor: Corrado Primier <bardo@aur.archlinux.org>
-# Contributor:JZsolt Varadi (karmaxxl)
-# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
-
-_pkgname=gnormalize
-pkgname=gnormalize-libre
-pkgver=0.63
-pkgrel=5
-pkgdesc='Audio normalizer, converter, encoder/decoder, ripper, tagger and player, without nonfree faac and mac recommendation'
-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=('flac: FLAC encoding, FLAC playing in conjunction with mplayer'
- 'lame: MP3 encoding'
- 'mpg321: 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')
-replaces=$_pkgname
-conflicts=$_pkgname
-provides=$_pkgname=$pkgver
-install=gnormalize.install
-source=("http://downloads.sourceforge.net/sourceforge/gnormalize/${_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:
diff --git a/libre/gnormalize-libre/gnormalize.desktop b/libre/gnormalize-libre/gnormalize.desktop
deleted file mode 100644
index 4d4061308..000000000
--- a/libre/gnormalize-libre/gnormalize.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=gnormalize
-Comment=Encoder/Decoder, normalize frontend, etc.
-Exec=gnormalize
-Icon=gnormalize
-MimeType=audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg;
-Categories=GTK;AudioVideo;Player;
-Terminal=false
-Type=Application
diff --git a/libre/gnormalize-libre/gnormalize.install b/libre/gnormalize-libre/gnormalize.install
deleted file mode 100644
index ef533df53..000000000
--- a/libre/gnormalize-libre/gnormalize.install
+++ /dev/null
@@ -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: