pkgsrc/audio/rhythmbox/Makefile

48 lines
1.6 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.27 2005/08/10 20:56:12 jlam Exp $
#
DISTNAME= rhythmbox-0.8.8
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/0.8/}
Update to 0.7.1: Overview of Changes in Rhythmbox 0.7.1 ====================================== * Initial iPod support (see README.iPod) [Christophe Fergeau] * Ignore files with unknown MIME types [Colin Walters] * Support for Rating criteria in automatic playlists [Colin Walters] * Disc number tags [Christophe Fergeau] * Per-song automatic rating is now configurable [Michael Terry] * Improved multiselection dialog [Colin Walters] * Fix GStreamer configure checks [Christophe Fergeau, Colin Walters] * Use weighted random algorithm when using Shuffle+Repeat [Jeffrey Yasskin] * Remove Bonobo statusbar for now [Colin Walters] * Disable "Browse by..." context menu if browser isn't enabled [Colin Walters] * Some state saving: search text, selected source [Colin Walters] * Use GtkFileChooser in startup druid too [Christophe Fergeau, Colin Walters] * Add audioconvert in pipeline [Colin Walters] * Don't do prelighting on ratings (avoids theme color issues) [Colin Walters] * Actually save library if it didn't exist before [Christophe Fergeau] * Use GAtomic if available [Christophe Fergeau] * Improved Xing header parsing [Christophe Fergeau] * Improved duration reading using GStreamer [Christophe Fergeau] * Fix flac configury [foser@gentoo.org] * Don't set sink to NULL to avoid pausing issue [Colin Walters] * Fix occasional deadlock on startup [Colin Walters] * Other various bugfixes * New and updated translations Overview of Changes in Rhythmbox 0.7.0 ====================================== * Support for GStreamer-based metadata [Colin Walters] * Initial tag editing work [Colin Walters] * Adaptive ratings [Michael Terry] * ReplayGain support [Jeremy SIMON] * Create automatic playlists via drag and drop from browsers [Jonatan Magnusson] * Editing of automatic playlists [Colin Walters] * Song info dialog cleanups [Colin Walters] * Implement "Browse this genre/artist/album" context menu [Colin Walters] * Allow reordering playlists via DND [Colin Walters] * Automatically scroll view while dragging [Yann Rouillard] * Fix sorting by genre [Colin Walters] * Pause support for multimedia keys [Crispin Flowerday] * Lots of playback order fixes and speedups [Jeffrey Yasskin] * .m3u parsing fixes [Colin Walters] * Some MacOS X work [Jeffrey Yasskin] * Fix time display with partial days [James Kahn] * Use new GtkFileChooser if available [Sriram Ramkrishna] * Internet radio buffering progress now uses bottom progress bar [Colin Walters] * Correctly remember state for Import Folder dialog [Colin Walters] * Lots more error checking for playback [Colin Walters] * Update INTERNALS documentation [Colin Walters] * New "equals" criteria for automatic playlists [Colin Walters] * New default iradio station list [Colin Walters, Jeffrey Yasskin, Joseph Wilhelm] * Default CFLAGS warning bits stolen from gnome-keyring [Colin Walters] * Configuration/build fixes [Juilo M. Merino Vidal] * More C89 fixes [Scott Wheeler] * General code cleanup [Colin Walters, Christophe Fergeau, Jeffrey Yasskin] * Misc bugfixes [Colin Walters, Christophe Fergeau, Jefferey Yasskin] * New and updated translations
2004-04-01 21:12:51 +02:00
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.rhythmbox.org/
COMMENT= Music management application for GNOME
BUILD_USES_MSGFMT= YES
DEPENDS+= gst-plugins-esound>=0.8.1:../../audio/gst-plugins-esound
DEPENDS+= gst-plugins-gnomevfs>=0.8.1:../../sysutils/gst-plugins-gnomevfs
DEPENDS+= gst-plugins-mad>=0.8.1:../../audio/gst-plugins-mad
DEPENDS+= gst-plugins-vorbis>=0.8.1:../../audio/gst-plugins-vorbis
BUILDLINK_DEPENDS.gstreamer+= gstreamer>=0.8.1
BUILDLINK_DEPENDS.gst-plugins+= gst-plugins>=0.8.1
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
PKGCONFIG_OVERRIDE= data/rhythmbox.pc.in
GCONF2_SCHEMAS= rhythmbox.schemas
2004-02-20 13:03:08 +01:00
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/libid3tag/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
2004-02-20 13:03:08 +01:00
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../multimedia/gstreamer/buildlink3.mk"
.include "../../multimedia/gst-plugins/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
2004-02-20 13:03:08 +01:00
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
Update to 0.7.1: Overview of Changes in Rhythmbox 0.7.1 ====================================== * Initial iPod support (see README.iPod) [Christophe Fergeau] * Ignore files with unknown MIME types [Colin Walters] * Support for Rating criteria in automatic playlists [Colin Walters] * Disc number tags [Christophe Fergeau] * Per-song automatic rating is now configurable [Michael Terry] * Improved multiselection dialog [Colin Walters] * Fix GStreamer configure checks [Christophe Fergeau, Colin Walters] * Use weighted random algorithm when using Shuffle+Repeat [Jeffrey Yasskin] * Remove Bonobo statusbar for now [Colin Walters] * Disable "Browse by..." context menu if browser isn't enabled [Colin Walters] * Some state saving: search text, selected source [Colin Walters] * Use GtkFileChooser in startup druid too [Christophe Fergeau, Colin Walters] * Add audioconvert in pipeline [Colin Walters] * Don't do prelighting on ratings (avoids theme color issues) [Colin Walters] * Actually save library if it didn't exist before [Christophe Fergeau] * Use GAtomic if available [Christophe Fergeau] * Improved Xing header parsing [Christophe Fergeau] * Improved duration reading using GStreamer [Christophe Fergeau] * Fix flac configury [foser@gentoo.org] * Don't set sink to NULL to avoid pausing issue [Colin Walters] * Fix occasional deadlock on startup [Colin Walters] * Other various bugfixes * New and updated translations Overview of Changes in Rhythmbox 0.7.0 ====================================== * Support for GStreamer-based metadata [Colin Walters] * Initial tag editing work [Colin Walters] * Adaptive ratings [Michael Terry] * ReplayGain support [Jeremy SIMON] * Create automatic playlists via drag and drop from browsers [Jonatan Magnusson] * Editing of automatic playlists [Colin Walters] * Song info dialog cleanups [Colin Walters] * Implement "Browse this genre/artist/album" context menu [Colin Walters] * Allow reordering playlists via DND [Colin Walters] * Automatically scroll view while dragging [Yann Rouillard] * Fix sorting by genre [Colin Walters] * Pause support for multimedia keys [Crispin Flowerday] * Lots of playback order fixes and speedups [Jeffrey Yasskin] * .m3u parsing fixes [Colin Walters] * Some MacOS X work [Jeffrey Yasskin] * Fix time display with partial days [James Kahn] * Use new GtkFileChooser if available [Sriram Ramkrishna] * Internet radio buffering progress now uses bottom progress bar [Colin Walters] * Correctly remember state for Import Folder dialog [Colin Walters] * Lots more error checking for playback [Colin Walters] * Update INTERNALS documentation [Colin Walters] * New "equals" criteria for automatic playlists [Colin Walters] * New default iradio station list [Colin Walters, Jeffrey Yasskin, Joseph Wilhelm] * Default CFLAGS warning bits stolen from gnome-keyring [Colin Walters] * Configuration/build fixes [Juilo M. Merino Vidal] * More C89 fixes [Scott Wheeler] * General code cleanup [Colin Walters, Christophe Fergeau, Jeffrey Yasskin] * Misc bugfixes [Colin Walters, Christophe Fergeau, Jefferey Yasskin] * New and updated translations
2004-04-01 21:12:51 +02:00
.include "../../textproc/scrollkeeper/omf.mk"
2004-02-20 13:03:08 +01:00
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"