diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-27 16:12:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-27 16:12:42 +0000 |
commit | cdf1b0bd41da1c861123405505d5c42a23d61895 (patch) | |
tree | 72460c7cfc605fdb25918bda903e4fbbe827fe50 | |
parent | f99ec4839169f01eb63c4adaceb7e6ddcc5f1731 (diff) | |
download | pkgsrc-cdf1b0bd41da1c861123405505d5c42a23d61895.tar.gz |
Initial import of gmpc-tagedit-0.20.0:
The tagedit plugin for GMPC adds a editor panel for editing song
tags. With the plugin enabled, you are able to queue one or more
songs to the Tag editor from the playlist or song browser. You may
then enter the Tag editor panel and modify the tags of the queued
songs one by one or by groups. The changes are recorded when you
hit the Save button. If you made a mistake while editing tags, you
may discard the changes you made to one song or a group of songs.
-rw-r--r-- | audio/gmpc-tagedit/DESCR | 7 | ||||
-rw-r--r-- | audio/gmpc-tagedit/Makefile | 30 | ||||
-rw-r--r-- | audio/gmpc-tagedit/PLIST | 16 | ||||
-rw-r--r-- | audio/gmpc-tagedit/distinfo | 5 |
4 files changed, 58 insertions, 0 deletions
diff --git a/audio/gmpc-tagedit/DESCR b/audio/gmpc-tagedit/DESCR new file mode 100644 index 00000000000..92794264ebe --- /dev/null +++ b/audio/gmpc-tagedit/DESCR @@ -0,0 +1,7 @@ +The tagedit plugin for GMPC adds a editor panel for editing song +tags. With the plugin enabled, you are able to queue one or more +songs to the Tag editor from the playlist or song browser. You may +then enter the Tag editor panel and modify the tags of the queued +songs one by one or by groups. The changes are recorded when you +hit the Save button. If you made a mistake while editing tags, you +may discard the changes you made to one song or a group of songs. diff --git a/audio/gmpc-tagedit/Makefile b/audio/gmpc-tagedit/Makefile new file mode 100644 index 00000000000..2738012aef3 --- /dev/null +++ b/audio/gmpc-tagedit/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/27 16:12:42 wiz Exp $ +# + +DISTNAME= gmpc-tagedit-0.20.0 +CATEGORIES= audio +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/0.20.0/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_TAGEDIT +COMMENT= GMPC plugin for editing song tags +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS= gmake intltool pkg-config + +BUILDLINK_API_DEPENDS.gmpc+= gmpc>=0.16.2 +.include "../../audio/gmpc/buildlink3.mk" +BUILDLINK_API_DEPENDS.libmpd+= libmpd>=0.15.98 +.include "../../audio/libmpd/buildlink3.mk" +.include "../../audio/taglib/buildlink3.mk" +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16 +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/gob2/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8 +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gmpc-tagedit/PLIST b/audio/gmpc-tagedit/PLIST new file mode 100644 index 00000000000..3bb7bbd55f9 --- /dev/null +++ b/audio/gmpc-tagedit/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/27 16:12:42 wiz Exp $ +lib/gmpc/plugins/gmpctageditplugin.la +share/locale/bg/LC_MESSAGES/gmpc-tagedit.mo +share/locale/bs/LC_MESSAGES/gmpc-tagedit.mo +share/locale/de/LC_MESSAGES/gmpc-tagedit.mo +share/locale/es/LC_MESSAGES/gmpc-tagedit.mo +share/locale/fr/LC_MESSAGES/gmpc-tagedit.mo +share/locale/it/LC_MESSAGES/gmpc-tagedit.mo +share/locale/ja/LC_MESSAGES/gmpc-tagedit.mo +share/locale/nb/LC_MESSAGES/gmpc-tagedit.mo +share/locale/nl/LC_MESSAGES/gmpc-tagedit.mo +share/locale/pl/LC_MESSAGES/gmpc-tagedit.mo +share/locale/ro/LC_MESSAGES/gmpc-tagedit.mo +share/locale/ru/LC_MESSAGES/gmpc-tagedit.mo +share/locale/sv/LC_MESSAGES/gmpc-tagedit.mo +share/locale/zh_CN/LC_MESSAGES/gmpc-tagedit.mo diff --git a/audio/gmpc-tagedit/distinfo b/audio/gmpc-tagedit/distinfo new file mode 100644 index 00000000000..6ccaa9cb925 --- /dev/null +++ b/audio/gmpc-tagedit/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/02/27 16:12:42 wiz Exp $ + +SHA1 (gmpc-tagedit-0.20.0.tar.gz) = e074c9efde0996e5864867277ea32224a580121e +RMD160 (gmpc-tagedit-0.20.0.tar.gz) = c081cd04649b5a043a47b9e8f3461fcd7265ccb8 +Size (gmpc-tagedit-0.20.0.tar.gz) = 309837 bytes |