summaryrefslogtreecommitdiff
path: root/audio/libtunepimp
AgeCommit message (Collapse)AuthorFilesLines
2013-04-29Add a number of includes hidden by libstdc++'s name space pollution.joerg3-1/+27
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-4/+4
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache2-4/+4
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2011-07-02fix build with current curl.markd2-4/+10
2011-06-03Set LICENSE.wiz1-1/+5
2011-06-03Package doesn't depend on expat directly, so remove expat inclusionwiz1-2/+1
in bl3.mk as well.
2011-06-03Add upstream bug report URL.wiz2-3/+4
2011-06-03Fix broken test by assuming pkgsrc handles version check for us.wiz2-1/+18
(Problem here is that 1.10 doesn't compare as bigger than 1.4.)
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-29Fix build with gcc4.3markd15-8/+207
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-4/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-07-25Revision bump due to ABI changes of audio/libmpcdec.obache1-2/+2
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-4/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-19MP4Close returns void now, adapt.dillo2-1/+26
Patch will be sent upstream shortly.
2007-06-08Add libmpcdec support. Addresses PR 36452 by Gilles Dauphin.wiz1-2/+3
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2007-02-22remove direct dependency on fftw -- this is pulled in by libofadrochner1-2/+1
2007-02-15undo previous rev, wiz@ is right and kdemultimedia does not usextraeme1-2/+1
libtunepimp >= 0.5.
2007-02-10Use BUILDLINK_FNAME_TRANSFORM and move the header files fromxtraeme1-1/+2
${PREFIX}/include/tunepimp-0.5 to ${PREFIX}/include/tunepimp. We need the header files at this location for some packages (and avoid unnecessary patches) like kdemultimedia3.
2007-02-09build against libmp4v2 instead of the full mpeg4ip and bump PKGREVISIONdrochner1-3/+3
where the default build is affected
2007-01-07PKGREVISION bump for flac shlib major bump and corresponding ABIwiz1-1/+2
depends bump.
2006-12-05Update to 0.5.3:wiz5-21/+20
version 0.5.3: - Support for FLAC 1.1.3. Thanks to Josh Coalson. - Fixed linking of the wav plugin. - Fixed crash on extracting PUID from XML.
2006-11-19tv@ pointed out that curl-7.16.0 had a shlib major bump --wiz2-2/+4
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
2006-10-22Update to 0.5.2:wiz6-51/+20
version 0.5.2: - Case insensitive checking for the .mp3 extension. (#1515) - Fallback to TDRC if TDRL is not found, when reading ID3v2.3 tags. (#2190) - Ignore "MP3ext" in the padding area of ID3 tags. (#2123) - Fixes for DragonFly BSD and new versions of NetBSD. Patch by tk@giga.or.at (#2048) - Load plugins from "$(libdir)/tunepimp/plugins" instead of hard-coded path "$(prefix)/lib/tunepimp/plugins".
2006-08-13Update to 0.5.1:wiz5-32/+16
version 0.5.1: - Fixed broken symlink problem in plugins/tta/Makefile.am - Don't write files/directories with leading dots. (#1427) - Added SetNotifyCallback to the Python bindings.
2006-07-24Fix hard-coded -lpthread.joerg2-1/+16
2006-07-12Update to 0.5.0. Bigger API change, old version in libtunepimp0.4.wiz8-75/+64
Changes: version 0.5.0: - Versioned header files. tunepimp/tunepimp.h -> tunepimp-0.5/tunepimp.h - Removed track lookup parts of libtunepimp - WavPack, Speex and The True Audio metadata plugins - Correct handling of UNC paths on Windows - Fixed non-album tracks renaming/moving (#1408) - Trivial change to id3tag to read tags empty ID3 frames (#1568) version 0.5.0-alpha2: - Python bindings: compatibility with ctypes 0.9.9.3 (#1171) - Python bindings: fixed libtunepimp .so version (3 -> 4) (#1168) - Support for "Windows-safe" file names on non-Windows systems (for files on FAT32, Samba, ...) (#1014, #1222) - Fixed checking for end of stream in Ogg Vorbis and FLAC plugins (#1291) - Added decoding to MPC plugin (#1355) version 0.5.0-alpha1: - New acoustic fingerprint technology - MusicDNS <http://www.musicdns.org/> - New file name format variable %albumtracks (#951)
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-05-30Remove two mirrors that are not mirroring.wiz1-4/+2
2006-04-16Fix statvfs support on NetBSD and Solaris (block counts are in unitsmarkd5-9/+64
of f_frsize, not f_bsize). Also add DragonFly support from the old tunepimp package (untested). Package uses c++ and libtool so say so in Makefile. Bump PKGREVISION.
2006-04-13Fix adding LIBS in configureadam2-4/+20
2006-04-13Add CONFLICTS with tunepimp, old version of the same package.wiz1-1/+2
2006-04-12Initial import of libtunepimp-0.4.2:wiz7-0/+120
The TunePimp library serves as a tool to allow developers to create MusicBrainz enabled tagging applications. The TunePimp library is a full featured tagging library that allows the developer to open music files for identification/lookup. Once files have been identified, it writes new metadata tags to the music files and writes the files to a standardized directory hierarchy. TunePimp includes the following features: * Create TRM IDs from WAV, MP3, Ogg/Vorbis and FLAC files * Automatically lookup files by TRM or by metadata * Read and write metadata from the music files * Optionally rename files according to a user specified file mask * Optionally move files to a user specified directory hierarchy