diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-29 16:41:21 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-29 16:41:21 +0000 |
commit | d0927bafe6b054802880b71815642645020501cd (patch) | |
tree | 938d080e603833d3951eac613ce276007d2d278d /audio/rhythmbox/Makefile | |
parent | 75bb1ae42973a331f942462bb586f8b01df4b181 (diff) | |
download | pkgsrc-d0927bafe6b054802880b71815642645020501cd.tar.gz |
Update to 0.6.7.
Changes in 0.6.7:
* Brown paper bag release
* Fix usage of GCONF_SCHEMA_FILE_DIR [Joe Markus Clarke]
* Don't include unsupported MIME types in .applications [Colin Walters]
Changes in 0.6.6:
* Don't lose on AMD64 [Colin Walters]
* Honor G_PARAM_CONSTRUCT_ONLY properties [Colin Walters]
* Fix startup notification when already running [Christophe Fergeau]
* Keep current selection on right-click [Colin Walters]
* Fix use of non-POSIX sh syntax [Julio M. Merino Vidal]
* Use GCONF_SCHEMAS_FILE_DIR [Julio M. Merino Vidal]
* Don't crash trying to save session while loading [Colin Walters]
* Escape symlink names when resolving URIs [Colin Walters]
* More gcc-2.95 fixes [Colin Walters]
* Improved genre sort [Colin Walters]
* Parse bare .m3u files [Colin Walters]
* Less strict version tests in autogen.sh [Colin Walters]
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 3f97ee5db38..72a14aa8eb8 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2004/02/20 12:03:08 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/29 16:41:21 jmmv Exp $ # -DISTNAME= rhythmbox-0.6.5 -PKGREVISION= 1 +DISTNAME= rhythmbox-0.6.7 CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=gnome/sources/rhythmbox/0.6/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/0.6/} MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.rhythmbox.org/ @@ -20,6 +19,8 @@ USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES USE_X11= YES +PKGCONFIG_OVERRIDE= data/rhythmbox.pc.in + GCONF2_SCHEMAS= rhythmbox.schemas .include "../../audio/flac/buildlink3.mk" @@ -34,6 +35,7 @@ GCONF2_SCHEMAS= rhythmbox.schemas .include "../../multimedia/gstreamer/buildlink3.mk" .include "../../multimedia/gst-plugins/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |