Commit graph

16 commits

Author SHA1 Message Date
joerg
a8fedba850 Needs asciidoc. 2012-11-19 23:14:14 +00:00
drochner
8dfa8b07ba update to 2.0.4
changes:
-minor feature additions
-buffixes
-build system updates
-switched to libmusicbrainz5
2012-11-06 18:38:33 +00:00
asau
2fead99d50 "user-destdir" is default these days 2012-09-11 23:59:21 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
sbd
a7467007f3 Fix Linux build. 2012-02-04 09:26:10 +00:00
sbd
7a48fe94ff Recursive PKGREVISION bump because of devel/libslang2 buildlink addition. 2012-01-10 01:45:20 +00:00
marino
b8e6f6e33b audio/flactag: Fix DragonFly breakage
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-11-23 00:42:00 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
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-12-23 11:44:24 +00:00
drochner
93dcf275eb use libslang2 instead of libslang, bump PKGREV
being here, remove a patch which isn't needed anymore because
the jpeglib headers were fixed
2010-07-16 16:23:49 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
e1852cb52f Fix DESTDIR installation 2009-08-03 13:39:45 +00:00
drochner
a2ec4c9820 typecast a printf() argument, might fix build problem on 64-bit
reported by wiz
2009-08-03 10:02:35 +00:00
drochner
e7a51b7a88 add flactag-1.1, a Tagger for flac album files 2009-07-27 13:51:12 +00:00