diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-09-24 10:29:35 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-09-24 10:29:35 +0000 |
commit | 2f03d60d6398f7ced483768ab6a6811a678267a7 (patch) | |
tree | 294ce98d7334f3134f6f6022df5a41b869117861 /multimedia/fuppes/Makefile | |
parent | 0587e79c3de9b38495707ad6f2a48fdf12b13513 (diff) | |
download | pkgsrc-2f03d60d6398f7ced483768ab6a6811a678267a7.tar.gz |
Update to 0.660
* Fix build with recent ffmpeg
Changelog:
Version SVN-660 2010-01-11
* fixed subscription parsing for coherence UPnP framework
* initial support for wpl playlists (Robert Massaioli)
* initial ffmpegthumbnailer plugin
* initial windows service
* WMP 11 support
* cleanup and bugfixes
* added album & genre search/sort capabilities
Diffstat (limited to 'multimedia/fuppes/Makefile')
-rw-r--r-- | multimedia/fuppes/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/fuppes/Makefile b/multimedia/fuppes/Makefile index b3de43716de..04ee3b51400 100644 --- a/multimedia/fuppes/Makefile +++ b/multimedia/fuppes/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2012/09/22 13:48:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2012/09/24 10:29:35 ryoon Exp $ # -DISTNAME= fuppes-0.640 -PKGREVISION= 19 +DISTNAME= fuppes-0.660 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuppes/} @@ -13,6 +12,8 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config |