summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-cynthiune
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 20:39:38 -0500
committerJeremy Blosser2006-04-24 20:39:38 -0500
commit961fd7a38175af9f3d5041ecc7ac1a5195cc3ea7 (patch)
tree82b120e465ccbf2cebff4c868809809155d38717 /gnustep-apps/gnustep-cynthiune
parentc451726cf313b9c1bce2208c4d409dc3d2806d17 (diff)
sync gnustep-apps/gnustep-cynthiune from test
Diffstat (limited to 'gnustep-apps/gnustep-cynthiune')
-rwxr-xr-xgnustep-apps/gnustep-cynthiune/DEPENDS22
-rwxr-xr-xgnustep-apps/gnustep-cynthiune/DETAILS7
-rw-r--r--gnustep-apps/gnustep-cynthiune/HISTORY13
3 files changed, 30 insertions, 12 deletions
diff --git a/gnustep-apps/gnustep-cynthiune/DEPENDS b/gnustep-apps/gnustep-cynthiune/DEPENDS
index 4dfb499523..3ce475916a 100755
--- a/gnustep-apps/gnustep-cynthiune/DEPENDS
+++ b/gnustep-apps/gnustep-cynthiune/DEPENDS
@@ -1,10 +1,14 @@
-depends gnustep-gui &&
-depends libid3tag &&
-depends libmad &&
-depends libvorbis &&
-depends libogg &&
-depends libmodplug &&
-depends audiofile &&
-depends flac &&
-depends esound
+depends gnustep-gui &&
+depends libid3tag &&
+depends libmad &&
+depends libvorbis &&
+depends libogg &&
+depends libmodplug &&
+depends libmpcdec &&
+depends libmusicbrainz &&
+depends audiofile &&
+depends avifile &&
+depends flac &&
+depends taglib &&
+depends esound
diff --git a/gnustep-apps/gnustep-cynthiune/DETAILS b/gnustep-apps/gnustep-cynthiune/DETAILS
index c6d1239274..d7b3aac9cb 100755
--- a/gnustep-apps/gnustep-cynthiune/DETAILS
+++ b/gnustep-apps/gnustep-cynthiune/DETAILS
@@ -1,14 +1,15 @@
SPELL=gnustep-cynthiune
- VERSION=0.9.4
+ VERSION=0.9.5
SOURCE=Cynthiune-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Cynthiune-$VERSION
SOURCE_URL[0]=http://organact.mine.nu/~wolfgang/cynthiune/$SOURCE
WEB_SITE=http://organact.mine.nu/~wolfgang/cynthiune
- SOURCE_HASH=sha512:cf5ea5fb4948a706d8b14d70074eecc57753010394fded25e8cd87f44d2e947f960d2d90c6d9a48373dcb1aa2162cd65aa2a8d9848b37d239de7074fd6c8c83a
+ SOURCE_HASH=sha512:7fa631c16926eda42e968682ad607b7cdad2379ffc3d081b31a0ee1d88b5250ed4da04d8b90162c3fe281a4c1438e1f133bdc0b1c1ddf8edc07b54a457090057
LICENSE[0]=GPL
ENTERED=20050908
UPDATED=20050908
BUILD_API=2
+ KEYWORDS="music gnustep player"
SHORT="Cynthiune is a romantic music player for GNUstep."
TAR_OPTIONS="--no-same-owner"
@@ -18,4 +19,4 @@ Cynthiune is a free software and romantic music player for GNUstep and MacOSX.
For the moment, it looks pretty much like XMMS, Winamp and similar software.
Even though it has far less features than those, the essential components of a
usable and user-friendly program are there in my opinion.
-EOF
+EOF \ No newline at end of file
diff --git a/gnustep-apps/gnustep-cynthiune/HISTORY b/gnustep-apps/gnustep-cynthiune/HISTORY
index b020c303e9..6cfec8a024 100644
--- a/gnustep-apps/gnustep-cynthiune/HISTORY
+++ b/gnustep-apps/gnustep-cynthiune/HISTORY
@@ -1,3 +1,16 @@
+2006-04-14 Maurizio Boriani <baux@sourcemage.org>
+ * Fix dummy concatenation bugs and others.
+
+2006-04-01 Maurizio Boriani <baux@sourcemage.org>
+ * DETAILS: Bump up to release 0.9.5.
+ * DEPENDS: Add depends for new features support.
+
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-02-27 Maurizio Boriani <baux@sourcemage.org>
+ * BUILD: Add, due to a source code patch need.
+
2006-01-13 Maurizio Boriani <baux@sourcemage.org>
* BUILD: Removed, use default.
* INSTALL: Likewise.