[Lunar-commits] r17948 - moonbase/trunk/audio/digitaldj

Dennis Veatch stumbles at lunar-linux.org
Fri Jan 6 14:20:18 UTC 2006


Author: stumbles
Date: 2006-01-06 14:20:16 +0000 (Fri, 06 Jan 2006)
New Revision: 17948

Modified:
   moonbase/trunk/audio/digitaldj/DETAILS
Log:

* mp3db.c: removed last mysql_connect
* configure.in/digitaldj.spec: upped version to 0.7.5
* ddj.c/playlist.c: fixed bug causing overwriting playlists not to
	  update the song count
* ddj.c: automatically create a user on auto db install
* ddj.c/mp3db.c: don't close root mysql
* configure.in/digitaldj.spec: upped version to 0.7.4

compiled with gcc-3.4.5, glibc-2.3.6 and kernel-headers-2.6



Modified: moonbase/trunk/audio/digitaldj/DETAILS
===================================================================
--- moonbase/trunk/audio/digitaldj/DETAILS	2006-01-06 14:02:01 UTC (rev 17947)
+++ moonbase/trunk/audio/digitaldj/DETAILS	2006-01-06 14:20:16 UTC (rev 17948)
@@ -1,12 +1,17 @@
-           MODULE=digitaldj
-         VERSION=0.7.3
+          MODULE=digitaldj
+         VERSION=0.7.5
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.nostatic.org/ddj/
-        WEB_SITE=http://www.nostatic.org/ddj
+   SOURCE_URL[0]=$SFORGE_URL/ddj/
+      SOURCE_VFY=sha1:457944153b2136bc16f6f0066c90dd510e409175
+        WEB_SITE=http://www.nostatic.org/ddj/index.shtml/
       MAINTAINER="kc8apf at kc8apf.net"
          ENTERED=20021228
-         UPDATED=20030520
+         UPDATED=20060106
            SHORT="DigitalDJ is an SQL-based mp3-player frontend"
+
 cat << EOF
-DigitalDJ is an SQL-based mp3-player frontend. It is designed to work with Grip. When Grip encodes mp3 files, it will place all of the song information into an SQL database. DigitalDJ can then use this information to create playlists based on any number of criteria.
+DigitalDJ is an SQL-based mp3-player frontend. It is designed to work with Grip.
+When Grip encodes mp3 files, it will place all of the song information into an
+SQL database. DigitalDJ can then use this information to create playlists based
+on any number of criteria.
 EOF



More information about the Lunar-commits mailing list