summaryrefslogtreecommitdiff
path: root/sysutils/strigi/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2013-02-09 22:32:45 +0000
committermarkd <markd@pkgsrc.org>2013-02-09 22:32:45 +0000
commit12d50c119e634f0864ec5bda7e2a035a9337337b (patch)
tree229e59176ec4a56a4c40fe597a357bfda653e5f5 /sysutils/strigi/Makefile
parent5482a9caecb6a0cffc18cea2b645f93369cc14cb (diff)
downloadpkgsrc-12d50c119e634f0864ec5bda7e2a035a9337337b.tar.gz
Update to 0.7.8
0.7.8 (2013-02-05) - Fix xpm and xbm index. - Extract tracknumber and track count from a value like "03/16". - Fixed indexing of m3u files. - Fix FLAC Files: Remove addtional 'db' in replaygain - Fix: flac analizer was importing only one artist tag. - Fix: non numeric genres in id3 v2 mp3 are ignored. - Fix parsing of genre field in id3v2 tags - Change: TPE2 tag it's used as nmm:albumArtist instead as nmm:performer in ID3 analyzer. - Change: added support to TRACKTOTAL tag as an equivalent to TRACKCOUNT in FLAC analyzer. - C++11 fixes - Let the strigi ffmpeg plugin compile on modern ffmpeg versions. - Simeon Bird (Let the ffmpeg analyser deal with files with have track numbers with a / in them) - Remove dependency on boost. - Use GNUInstallDirs in order to install into lib64 automatically - Install a version file for the CMake config module - Allow the Strigi submodules to be installed in custom prefixes.
Diffstat (limited to 'sysutils/strigi/Makefile')
-rw-r--r--sysutils/strigi/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/strigi/Makefile b/sysutils/strigi/Makefile
index a1dc72c9bf6..f2a097afddd 100644
--- a/sysutils/strigi/Makefile
+++ b/sysutils/strigi/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2013/02/06 23:23:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2013/02/09 22:32:45 markd Exp $
-DISTNAME= strigi-0.7.7
-PKGREVISION= 1
+DISTNAME= strigi-0.7.8
CATEGORIES= sysutils
-MASTER_SITES= http://rdieter.fedorapeople.org/strigi/
+MASTER_SITES= http://www.vandenoever.info/software/strigi/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= markd@NetBSD.org