2005-08-10 22:56:10 +02:00
|
|
|
# $NetBSD: Makefile,v 1.27 2005/08/10 20:56:12 jlam Exp $
|
2004-01-24 18:44:36 +01:00
|
|
|
#
|
|
|
|
|
2004-11-14 10:14:45 +01:00
|
|
|
DISTNAME= rhythmbox-0.8.8
|
2004-01-24 18:44:36 +01:00
|
|
|
CATEGORIES= audio gnome
|
Update to 0.8.0:
* Fix playlist saving [Colin Walters]
* Memory leak fixes [Benjamin Otte]
* Ignore .Trash directories [Jonathan Blandford]
* Add audio/x-mod to known music types [Colin Walters]
* Several drag and drop fixes [Colin Walters]
* Fix usage of GtkFileSelection [Colin Walters]
* Revert back to using "Music Player" as Name [Colin Walters]
* Add code to guard against some GConf errors [Colin Walters]
* Display error on missing help files [Colin Walters]
* Some station properties dialog UI tweaks [Colin Walters]
* Remove quality column for now, it doesn't work [Colin Walters]
* Require GStreamer 0.8 [Colin Walters]
* Handle invalid UTF-8 when parsing playlists [Colin Walters]
* Fixes to bonobo interface [Colin Walters]
* Quote names with spaces for allmusic.com URIs [Colin Walters]
* Disable GTK+ sounds just for Rhythmbox [Miguel Coca]
* Better error message on missing plugin [Colin Walters]
* Fix GConf schema default for selected source [Colin Walters]
* A really major crasher bug fixed [Colin Walters]
* Allow player to release audio sink when GStreamer supports it [Benjamin Otte]
* Fix several crashers in multiple selection dialog [Colin Walters]
* New translations: en_CA, en_GB, pa.
* Updated translations: id, lt, cs, ca, pt_BR, es, nl, sv, pl, da, pt, no,
sr, hr.
2004-04-17 00:16:01 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/0.8/}
|
2004-04-01 21:12:51 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2004-01-24 18:44:36 +01:00
|
|
|
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.rhythmbox.org/
|
|
|
|
COMMENT= Music management application for GNOME
|
|
|
|
|
|
|
|
BUILD_USES_MSGFMT= YES
|
2004-05-02 11:19:32 +02:00
|
|
|
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
|
2004-01-24 18:44:36 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= gnome2-1.5
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config
|
2004-01-24 18:44:36 +01:00
|
|
|
USE_LIBTOOL= YES
|
|
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
|
2004-02-29 17:41:21 +01:00
|
|
|
PKGCONFIG_OVERRIDE= data/rhythmbox.pc.in
|
|
|
|
|
2004-01-24 18:44:36 +01:00
|
|
|
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"
|
2004-01-24 18:44:36 +01:00
|
|
|
.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"
|
2004-09-21 19:22:39 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2004-02-20 13:03:08 +01:00
|
|
|
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
|
2004-02-29 17:41:21 +01:00
|
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
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"
|
2004-01-24 18:44:36 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|