Commit graph

95 commits

Author SHA1 Message Date
jperkin
84991145cf PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
adam
d1ab9d8533 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
markd
7fe117f514 Fix build with ffmpeg>=0.11. gentoo patch from Brennan Shacklett 2012-11-17 21:46:44 +00:00
wiz
a825c28ac2 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00
drochner
72652a0ad6 update to 1.1.7
changes:
-bugfixes
-speed improve,memt
-new ffmpeg compatibility
2012-10-10 13:37:25 +00:00
asau
04a5a3626d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
ryoon
601958a392 Recursive revbump from multimedia/libvpx 1.1.0 update 2012-09-22 13:48:15 +00:00
ryoon
08d62b2732 Recursive revbump from graphics/libwebp update.
Thank you, obache@.
2012-08-18 08:49:40 +00:00
adam
3d6aa7045c Clean-up, generally to make it build on Mac OS X 2012-07-07 15:50:19 +00:00
sbd
cdfc7f300d Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
wiz
5fb1e22076 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
sbd
53c77840d2 Recursive bump for graphics/ImageMagick buildlink addition. 2011-11-20 22:11:21 +00:00
sbd
3e204c0c3d Recursive bump for multimedia/ffmpeg buildlink addition. 2011-11-16 01:33:15 +00:00
sbd
ff3e585f03 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
ryoon
a15d3c051a Recursive revbump after graphics/ImageMagick update. 2011-10-22 15:00:20 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
ada744dc0a 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
obache
26a427fe4e Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1.
Bump ABI_DEPENDS (and recursive bump).
2010-11-14 14:05:57 +00:00
wiz
92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
gls
21ade6092d Add two files left out of the PLIST when lzo option is enabled.
Should fix PR/43403, noted by Ryo HAYASAKA.
2010-06-03 19:33:33 +00:00
drochner
2cc59760b0 -enable xvid and mpeg2 support explicitely, seems that these are
not enebled per depault anymore upstream (this doesn't add
 dependencies, so it doesn't hurt)
 from Helge Muehlmeier per PR pkg/43267
-make faac support optional (off per default) because the needed
 library cannot be freely redistributed for patent reasons
bump PKGREVISION
2010-05-08 16:04:05 +00:00
wiz
7e9f949650 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
joerg
a0e6713ee7 Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
drochner
e6ad3ca98e update to 1.1.5
changes:
-v4l improvements
-tcdemux: drop the builtin limit of streams selectable for passthrough
-Fixed the x264 module to work with libx264 >= 76
-Update the video stabilization plugins to version 0.61
-Made libmpeg2 an optional dependency

pkgsrc notes:
-v4l is not supported yet
-added x264 option (on per default)
-libmpeg2 is still mandatory
2009-11-15 18:09:35 +00:00
drochner
08f9254e8b update to 1.1.4
changes:
-Fixed the build system to comply with autoconf 2.64
-Fixed bugs: #16046 (command line option parsing)
2009-09-09 17:41:54 +00:00
sno
41483c09f2 bumping revision due graphics/ImageMagick update 2009-08-26 21:20:13 +00:00
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
drochner
c07b5d869a update to 1.1.3
changes:
-Support for CubicKeys4 and Sinc8 zoom algorithms
-bugfixes
2009-08-17 17:25:51 +00:00
drochner
e33b375399 update to 1.1.2
This is a major update, too much to list here.
2009-07-07 16:38:29 +00:00
joerg
24151e2b99 Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
ahoka
bb14b3f8cd Bump for ffmpeg update. 2009-06-12 17:24:53 +00:00
bjs
8c2b0e2547 Recursive dependency bump for multimedia/x264-devel. It's tough
to know which packages are affected by the update and how, so to be
safe, I'm doing a full bump.
2008-12-18 17:28:16 +00:00
adam
b30bfe4cb6 Changes 1.0.7:
* bump FFmpeg libraries requisite to SVN >= 20080705. Drop old header
  layout support. Drop static linking support (unsupported from ages).
  Update user documentation accordingly.
* make AVIStreamHeader structure (more) 64 bit safe.
* keep up with lastest ffmpeg API changes.
PkgSrc:
* Fix buildling with newer ImageMagick
2008-11-21 17:35:12 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
joerg
e3a71de58f filter_tomsmocomp is only present on i386. Mark as DESTDIR safe. 2008-09-17 18:52:10 +00:00
abs
2356f34767 Remove patch which changed configure test for
#include <libpostproc/postprocess.h> to
    #include <postprocess.h>

As is no longer needed (and breaks configure) with latest ffmpeg,
and instead patch filter_pp.c to include "libpostproc/postprocess.h"
instead of "postprocess.h"

Bump PKGREVISION
2008-09-15 12:46:44 +00:00
ahoka
5363df8af0 Correct a missed ffmpeg-devel reference. 2008-09-11 18:21:49 +00:00
ahoka
0bc62e12a4 ffmpeg-devel -> ffmpeg
Bump!
2008-09-07 23:55:36 +00:00
drochner
ffc49a9895 fix build w/o lzo 2008-08-26 13:21:59 +00:00
drochner
8338c3ebae update to 1.0.6
changes: does not longer require LZOv1 (this was broken in pkgsrc since
archivers/lzo is v2)
2008-08-07 18:43:42 +00:00
wiz
41f426ade1 Reset maintainer on his request. 2008-05-25 21:20:07 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
xtraeme
57ddafa624 Enable the ogg, vorbis and theora plugins. 2008-02-20 12:16:40 +00:00
xtraeme
36ddea3a27 Fix typo in the lzo option, noted by wiz@. 2008-02-20 12:14:53 +00:00
xtraeme
cdb01e3fee Do not depend on x264 directly, now that ffmpeg-devel has been fixed
all shared libraries for the plugins are created correctly.

PKGREVISION++
2008-02-20 12:06:16 +00:00
xtraeme
dac9a5476a Update to 1.0.5: bugfixes and misc speedups. 2008-02-20 10:20:04 +00:00
wiz
f109fb13b1 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 11:35:41 +00:00
drochner
37ac78fcfb link "tcmodinfo" against libpthread, so that it can dlopen() plugins
which are linked against libpthread
bump PKGREVISION
2007-08-09 20:06:35 +00:00
xtraeme
db30afd1cf Update to 1.0.3: bugfixes. 2007-04-17 18:51:45 +00:00
rillig
3954e1a79d Fixed AWK interpreter in two scripts. PKGREVISION++ 2007-03-08 09:07:41 +00:00