- Update to 0.70

* Add support of AAC files (WITH_AAC knob)
* New Info window (with statistics)
* Many small improvements with large practival impact
* Bug fixes

PR:		ports/59851
Submitted by:	David Le Brun <david@dyn-ns.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2003-12-04 16:21:02 +00:00
parent e33341da83
commit add774fd03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95023
4 changed files with 21 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# #
PORTNAME= gtkpod PORTNAME= gtkpod
PORTVERSION= 0.60 PORTVERSION= 0.70
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= ${PORTNAME}
@ -17,6 +17,15 @@ COMMENT= GUI for Apple iPods using GTK2
LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib
RUN_DEPENDS= mp3gain:${PORTSDIR}/audio/mp3gain RUN_DEPENDS= mp3gain:${PORTSDIR}/audio/mp3gain
.if defined(WITH_AAC)
LIB_DEPENDS+= mp4v2:${PORTSDIR}/multimedia/mpeg4ip
.else
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "To enable AAC support define the WITH_AAC knob."
@${ECHO_MSG}
.endif
USE_REINPLACE= yes USE_REINPLACE= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes
@ -38,6 +47,8 @@ post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/TODOandBUGS.txt ${DOCSDIR}
.endif .endif
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (gtkpod-0.60.tar.gz) = 4108e065a6865b98ae677b031426b945 MD5 (gtkpod-0.70.tar.gz) = 496605746630db2e35b8b4d2577701ee

View File

@ -3,17 +3,20 @@ gtkpod is a graphical user interface to upload and manage songs to your iPod.
It allows you to : It allows you to :
* Read your existing iTunesDB (i.e. import the existing contents of * Read your existing iTunesDB (i.e. import the existing contents of
your iPod). your iPod).
* Add mp3 files to the iPod. You can choose the charset the ID3 tags * Add mp3 and m4a (no-protected AAC) files (single files, directories or
existing playlists) to the iPod. You can choose the charset the ID3 tags
are encoded in from within gtkpod. The default is the charset currently are encoded in from within gtkpod. The default is the charset currently
used by your locale setting. used by your locale setting.
* When adding songs, gtkpod detects duplicates (option). * When adding songs, gtkpod detects duplicates (option).
* Remove songs from the iPod. * Remove songs from the iPod.
* Create and modify playlists. * Create and modify playlists.
* Modify ID3 tags -- changes are also updated in the original file (option) * Modify ID3 tags -- changes are also updated in the original file (option)
* Refresh ID3 tags from file (if you've changed the tags in the original
file).
* Sync directories.
* Normalize the volume of your tracks (uses mp3gain)
* Write the updated iTunesDB and added songs to your iPod. * Write the updated iTunesDB and added songs to your iPod.
* Work offline and synchronize your new playlists / songs with the iPod * Work offline and synchronize your new playlists / songs with the iPod
at a later time at a later time
Nota: you need a Windows iPod
WWW: http://gtkpod.sourceforge.net WWW: http://gtkpod.sourceforge.net

View File

@ -4,4 +4,6 @@ share/locale/fr/LC_MESSAGES/gtkpod.mo
share/locale/it/LC_MESSAGES/gtkpod.mo share/locale/it/LC_MESSAGES/gtkpod.mo
share/locale/ja/LC_MESSAGES/gtkpod.mo share/locale/ja/LC_MESSAGES/gtkpod.mo
%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/TODOandBUGS.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%