summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e75f0e42cd68..ac7caf575790 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cynthiune.app
pkgdesc = Free software and romantic music player for GNUstep
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = http://gap.nongnu.org/cynthiune/index.html
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = cynthiune.app
depends = gnustep-base
depends = gnustep-gui
depends = gnustep-back
+ depends = libmad
optdepends = libid3tag
optdepends = libmad
optdepends = libvorbis
diff --git a/PKGBUILD b/PKGBUILD
index e4e0c94062f1..0cc0a6fe186f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=Cynthiune
pkgname=cynthiune.app
-pkgrel=2
+pkgrel=3
pkgver=1.0.0
pkgdesc='Free software and romantic music player for GNUstep'
arch=('i686' 'x86_64')
url='http://gap.nongnu.org/cynthiune/index.html'
license=('GPL')
groups=('gnustep-apps')
-depends=('gnustep-base' 'gnustep-gui' 'gnustep-back')
+depends=('gnustep-base' 'gnustep-gui' 'gnustep-back' 'libmad')
optdepends=('libid3tag' 'libmad' 'libvorbis' 'libogg' 'libmpcdec' 'esound')
makedepends=('gcc-objc' 'gnustep-make')
source=("http://savannah.nongnu.org/download/gap/Cynthiune-1.0.0.tar.gz"
@@ -47,4 +47,4 @@ package() {
cd $_pkgname-$pkgver
make DESTDIR="$pkgdir" install
install -Dm644 "$pkgdir/usr/lib/GNUstep/Applications/$_pkgname.app/Resources/$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
-} \ No newline at end of file
+}