[Lunar-commits] r18085 - in moonbase/trunk: audio/gtkpod libs libs/libgpod
Auke Kok
sofar at lunar-linux.org
Wed Jan 11 04:33:42 UTC 2006
Author: sofar
Date: 2006-01-11 04:33:36 +0000 (Wed, 11 Jan 2006)
New Revision: 18085
Added:
moonbase/trunk/libs/libgpod/
moonbase/trunk/libs/libgpod/DEPENDS
moonbase/trunk/libs/libgpod/DETAILS
Modified:
moonbase/trunk/audio/gtkpod/DEPENDS
moonbase/trunk/audio/gtkpod/DETAILS
Log:
Added newer version of gtkpod + libgpod library now required (code splitoff). Thanks dagbrown.
Modified: moonbase/trunk/audio/gtkpod/DEPENDS
===================================================================
--- moonbase/trunk/audio/gtkpod/DEPENDS 2006-01-10 23:37:10 UTC (rev 18084)
+++ moonbase/trunk/audio/gtkpod/DEPENDS 2006-01-11 04:33:36 UTC (rev 18085)
@@ -1,7 +1,2 @@
-depends gtk+-2 &&
-depends libid3tag &&
-
-optional_depends "mpeg4ip" \
- "" \
- "" \
- "for iTunes ACC support"
+depends libid3tag
+depends libgpod
Modified: moonbase/trunk/audio/gtkpod/DETAILS
===================================================================
--- moonbase/trunk/audio/gtkpod/DETAILS 2006-01-10 23:37:10 UTC (rev 18084)
+++ moonbase/trunk/audio/gtkpod/DETAILS 2006-01-11 04:33:36 UTC (rev 18085)
@@ -1,13 +1,17 @@
MODULE=gtkpod
- VERSION=0.94.0
+ VERSION=0.99.2
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:5c6fcb70a90e4ee879e2b2a6fa54b81c57a0378d
+ SOURCE_URL=$SFORGE_URL/gtkpod/
+ SOURCE_VFY=sha1:f91950fc22d52153f06062d746fc68f999f9625d
WEB_SITE=http://gtkpod.sourceforge.net/
- ENTERED=20041210
- UPDATED=20050914
- SHORT="Gtk application for interfacing with an iPod"
+ ENTERED=20050111
+ UPDATED=20060110
+ SHORT="A gtk2 frontend for your iPod"
cat << EOF
-Gtk application for interfacing with an iPod.
-Allows managment of lists and adding music
+Gtkpod is a platform independent GUI for Apple's iPod (1G, 2G, 3G,
+4G, mini -- no information about photo version yet) using GTK2. It
+allows you to upload songs and playlists to your iPod. It supports ID3
+tag editing, multiple charsets for ID3 tags, detects duplicate songs,
+allows offline modification of the database with later synchronisation,
+and more.
EOF
Added: moonbase/trunk/libs/libgpod/DEPENDS
===================================================================
--- moonbase/trunk/libs/libgpod/DEPENDS 2006-01-10 23:37:10 UTC (rev 18084)
+++ moonbase/trunk/libs/libgpod/DEPENDS 2006-01-11 04:33:36 UTC (rev 18085)
@@ -0,0 +1,6 @@
+depends libid3tag &&
+depends gtk+-2 &&
+depends intltool &&
+depends XML-Parser &&
+
+optional_depends "mpeg4ip" "" "" "for iTunes AAC support"
Added: moonbase/trunk/libs/libgpod/DETAILS
===================================================================
--- moonbase/trunk/libs/libgpod/DETAILS 2006-01-10 23:37:10 UTC (rev 18084)
+++ moonbase/trunk/libs/libgpod/DETAILS 2006-01-11 04:33:36 UTC (rev 18085)
@@ -0,0 +1,14 @@
+ MODULE=libgpod
+ VERSION=0.3.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=$SFORGE_URL/gtkpod/
+ SOURCE_VFY=sha1:0d31ff7991ca524405aca81e029181d54169fec8
+ WEB_SITE=http://www.gtkpod.org/
+ ENTERED=20060110
+ UPDATED=20060110
+ SHORT="shared library to access the contents of an iPod"
+cat << EOF
+libgpod is a shared library to access the contents of an iPod. This
+library is based on code used in the gtkpod project. Starting with
+V0.96.CVS gtkpod depends on this library.
+EOF
More information about the Lunar-commits
mailing list