diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-01-14 20:48:52 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-01-14 20:48:52 +0000 |
commit | d2e2a074f9d54e8179e7407453eca1c631a9166a (patch) | |
tree | a50f9e74213924350199001efc68eb2a77e419bc /audio/gqmpeg/PLIST | |
parent | cff42f8efd2caa776befc7aab0b6319edb1a473d (diff) | |
download | pkgsrc-d2e2a074f9d54e8179e7407453eca1c631a9166a.tar.gz |
Update gqmpeg to 0.12.0. Changes:
+ Added bitrate etc. information and comment support for ogg files,
including a comment editor.
+ Song titles and comments are now customizable, and are saved in the
playlist (to customize use right click menu in playlist).
+ Added Traditional Chinese translation (zh_TW).
- Added help window (displays README).
- Basic read-only support for m3u 3.0 titles saved in a playlist.
* Fix (at least improved) --dockwm behavior.
* Several misc fixes.
Update submitted by Rui-Xiang Guo <rxg@ms25.url.com.tw> in PR 15242
Diffstat (limited to 'audio/gqmpeg/PLIST')
-rw-r--r-- | audio/gqmpeg/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/gqmpeg/PLIST b/audio/gqmpeg/PLIST index a00790bf94b..8bd54a772bc 100644 --- a/audio/gqmpeg/PLIST +++ b/audio/gqmpeg/PLIST @@ -1,14 +1,16 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:16:44 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/01/14 20:48:52 hubertf Exp $ bin/gqmpeg bin/gqmpeg-shoutcast-plugin.sh man/man1/gqmpeg.1 share/gnome/apps/Multimedia/gqmpeg.desktop +share/gqmpeg/skins/README share/gqmpeg/skins/SKIN-SPECS ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gqmpeg.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gqmpeg.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gqmpeg.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gqmpeg.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gqmpeg.mo +${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gqmpeg.mo share/pixmaps/gqmpeg.png @unexec rmdir -p %D/share/gqmpeg/skins 2> /dev/null || true @unexec rmdir -p %D/share/gnome/apps/Multimedia 2> /dev/null || true |