summaryrefslogtreecommitdiff
path: root/audio/gtkpod/Makefile
diff options
context:
space:
mode:
authorsmb <smb@pkgsrc.org>2007-12-26 14:02:34 +0000
committersmb <smb@pkgsrc.org>2007-12-26 14:02:34 +0000
commit5ea0bc5fc4a8f59b0b0a250985c00fd8573edfa3 (patch)
tree8319c9a3f5a89a2e239dd1d321451ceb0f7686e9 /audio/gtkpod/Makefile
parent48ae334282f4502057eb9b3c02f58f27a788de18 (diff)
downloadpkgsrc-5ea0bc5fc4a8f59b0b0a250985c00fd8573edfa3.tar.gz
Upgrade to 0.99.12 to make it build on amd64.
Other changes: gtkpod V0.99.12 NEW FEATURE: Import and management of photographs on ipods that support them. Update of README to include photo management. UPDATE: Application requires libgpod version 0.6.0 or higher. UPDATE: Better icon theme specification compliance. BUGFIX: Fixes to tomboy script. Thanks to Javier Kohen. BUGFIX: Issues with display of track length. Inconsistent units used in conjunction with libgpod (Jorg). UPDATE: Cover art preview window either displays an album cover to its full size or to a size consistent with the user's desktop. UPDATE: Download of Album Art from the net feature modified to the ability of dragging-and-dropping a .jpg image from a web browser. This has been changed due to licensing concerns over album art. Drag and Drop section of README updated accordingly (Paul). BUGFIX: Issues on detecting changed local / podcast database. Thanks to Mario Rossi. BUGFIX: Issues addressed on Details Window. BUGFIX: Crash avoided when auto-detecting an iTunes database that cannot be read. UPDATE: Display of error output of scripts (Jorg). IMPROVEMENT: Configuring and Compilation support (Todd). UPDATE: New scripts for flac, ogg, mp3, m4a, wav conversion to mp3 and m4a. Thanks to Peter van de Does. BUGFIX: Model number identified and written to ipod upon loading to ensure libgpod can read the ipod's artwork. UPDATE: Updates and bug fixes to gapless playback. Thanks to Michael Tiffany. BUGFIX: When Cover Art Display is widened, covers space out rather than stretch. BUGFIX: Fixed memory leaks in CoverArt Display and Details window. Thanks to Daniele Forsi. UPDATE: French translation. Thanks to Ã#ric Lassauge. UPDATE: Italian translation. Thanks to Daniele Forsi. UPDATE: Hebrew translation. Thanks to Assaf Gillat. UPDATE: Swedish translation. Thanks to Stefan Asserhäll. NEW FEATURE: Added Romanian translation support. Thanks to Alex Eftimie. NEW FEATURE: Added Russian translation support. Thanks to Matvey Kozhev. gtkpod V0.99.10 NEW FEATURE: on-the-fly conversion of WAV, FLAC and OGG (as well as MP3 and M4A). Thanks to Marc d[readlock], Simon Naunton and Peter Edwards! Multi-threaded background conversion was added by Jorg Schuler. NEW FEATURE: editing of TV show metadata and track media type. Thanks to Mario Rossi. NEW FEATURE: Display of Album Art. Thanks to P.G. Richardson. NEW FEATURE: Download of Album Art from the net. Thanks to P.G. Richardson. NEW FEATURE: copy playlists and tracks from within the context menu without DND can simplify life with many playlists. Thanks to Andrzej Palejko for his patch. NEW FEATURE: preliminary support for calculating gapless playback information (lame encoded mp3 files only). Thanks to Michael Tiffany. UPDATE: Smart playlists now support the following new fields: album artist, tv show, last skipped, season number, skipcount and video kind. IMPROVEMENT: Clicking on an item with the right mouse button will select and open the context menu, which is the intended behavior. As a consequence, the interface will remain blocked while the selection is being updated and displayed. BUGFIX: dragging tracks between two iPods would sometimes not actually copy the file. UPDATED: Italian translation (thanks to Daniele Forsi) PACKAGING: Install a .desktop file and icons according to the freedesktop.org specification.
Diffstat (limited to 'audio/gtkpod/Makefile')
-rw-r--r--audio/gtkpod/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile
index d06ff380ce7..5ec0d6ab102 100644
--- a/audio/gtkpod/Makefile
+++ b/audio/gtkpod/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.18 2007/09/21 13:03:27 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2007/12/26 14:02:35 smb Exp $
#
-DISTNAME= gtkpod-0.99.8
-PKGREVISION= 2
+DISTNAME= gtkpod-0.99.12
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/}
-PATCHFILES= gtkpod-0.99.8_libgpod-0.4.2.diff
-PATCH_SITES= http://ftp.osuosl.org/pub/gentoo/distfiles/
-PATCH_DIST_STRIP= -p1
+#PATCHFILES= gtkpod-0.99.8_libgpod-0.4.2.diff
+#PATCH_SITES= http://ftp.osuosl.org/pub/gentoo/distfiles/
+#PATCH_DIST_STRIP= -p1
MAINTAINER= smb@NetBSD.org
HOMEPAGE= http://www.gtkpod.org/
@@ -19,6 +18,7 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= intltool msgfmt perl:run pkg-config
+USE_TOOLS+= gmake
REPLACE_PERL+= scripts/mab2vcard
@@ -35,6 +35,8 @@ DEPENDS+= bash>=3.2.9:../../shells/bash
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.4.0
BUILDLINK_API_DEPENDS.libgpod+= libgpod>=0.4.2
+USE_DIRS+= xdg-1.4
+
.include "options.mk"
.include "../../audio/libgpod/buildlink3.mk"
@@ -44,6 +46,7 @@ BUILDLINK_API_DEPENDS.libgpod+= libgpod>=0.4.2
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
+.include "../../graphics/libgnomecanvasmm/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"