summaryrefslogtreecommitdiff
path: root/audio/flactag
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2012-11-19Needs asciidoc.joerg1-1/+3
2012-11-06update to 2.0.4drochner9-81/+48
changes: -minor feature additions -buffixes -build system updates -switched to libmusicbrainz5
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-04Fix Linux build.sbd6-5/+66
2012-01-10Recursive PKGREVISION bump because of devel/libslang2 buildlink addition.sbd1-2/+2
2011-11-23audio/flactag: Fix DragonFly breakagemarino3-8/+12
patch-aa was the main reason this package broke on DragonFly. Probably the __NetBSD__ macro should have been used from the beginning (since pkgsrc serves multiple platforms), but rather than risk breaking flactag on other platforms, I've chosen to use __DragonFly__ macro to restore the original code. Also, -lintl is needed by DragonFly, so the gettext-lib was added the the buildlink3 list.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-07-16use libslang2 instead of libslang, bump PKGREVdrochner3-20/+4
being here, remove a patch which isn't needed anymore because the jpeglib headers were fixed
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-08-03Fix DESTDIR installationjoerg1-1/+3
2009-08-03typecast a printf() argument, might fix build problem on 64-bitdrochner2-1/+15
reported by wiz
2009-07-27add flactag-1.1, a Tagger for flac album filesdrochner7-0/+93