summaryrefslogtreecommitdiff
path: root/libre/gnormalize
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-05-16 15:17:31 -0400
committerDavid P <megver83@parabola.nu>2018-05-16 15:17:31 -0400
commit080f32a3a3e1b3044880ce5fac84dc01dabc4f0e (patch)
treeb53232bffaac7ef972856a13b107a4d73ac2d7d1 /libre/gnormalize
parent30f40fb91514c592533316a9948e4977572e8230 (diff)
downloadabslibre-080f32a3a3e1b3044880ce5fac84dc01dabc4f0e.tar.gz
abslibre-080f32a3a3e1b3044880ce5fac84dc01dabc4f0e.tar.bz2
abslibre-080f32a3a3e1b3044880ce5fac84dc01dabc4f0e.zip
remove deprecated [libre] packages
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/gnormalize')
-rw-r--r--libre/gnormalize/PKGBUILD61
-rw-r--r--libre/gnormalize/gnormalize.desktop9
2 files changed, 0 insertions, 70 deletions
diff --git a/libre/gnormalize/PKGBUILD b/libre/gnormalize/PKGBUILD
deleted file mode 100644
index 4a2930da4..000000000
--- a/libre/gnormalize/PKGBUILD
+++ /dev/null
@@ -1,61 +0,0 @@
-# $Id: PKGBUILD 176065 2016-05-21 16:57:34Z arodseth $
-# Maintainer (Arch): Alexander Rødseth <rodseth@gmail.com>
-# Contributor (Arch): Chris Brannon <cmbrannon79@gmail.com>
-# Contributor (Arch): Corrado Primier <bardo@aur.archlinux.org>
-# Contributor (Arch): JZsolt Varadi (karmaxxl)
-# Maintainer (Hyperbola): André Silva <emulatorman@hyperbola.info>
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname=gnormalize
-pkgver=0.63
-pkgrel=7.parabola1
-pkgdesc='Audio normalizer, converter, encoder/decoder, ripper, tagger and player, without nonfree faac and mac recommendation'
-arch=('any')
-url='https://gnormalize.sourceforge.net/'
-license=('GPL')
-depends=('cddb_get' 'gtk2-perl')
-makedepends=('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}-libre" "${pkgname}-parabola")
-conflicts=("${pkgname}-libre" "${pkgname}-parabola")
-source=("https://downloads.sourceforge.net/sourceforge/gnormalize/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('80fd9aa2da8d7fcc88bd180be2adce1aed863bedba7d715144029bd95b61ccb6')
-
-prepare() {
- cd "$pkgname-$pkgver"
-
- lzma -qd gnormalize.1.lzma
- gendesk -f -n \
- --pkgname "$pkgname" \
- --pkgdesc "$pkgdesc" \
- --mimetypes 'audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg'
-}
-
-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"
- install -Dm644 "$pkgname.desktop" \
- "$pkgdir/usr/share/applications/$pkgname.desktop"
- 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
-}
-
-# vim: ts=2 sw=2 et:
diff --git a/libre/gnormalize/gnormalize.desktop b/libre/gnormalize/gnormalize.desktop
deleted file mode 100644
index 4d4061308..000000000
--- a/libre/gnormalize/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