Commit graph

56 commits

Author SHA1 Message Date
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
sbd
d861d004a9 Add PLIST.Linux
Bump PKGREVISION
2012-12-31 08:00:41 +00:00
asau
a19397ba81 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
adam
cbb377e9fa Changes 2.0.0:
* a lot of small patches and fixes
2012-07-07 15:49:00 +00:00
wiz
02e4be20c3 Remove comments to avoid grep mismatches. 2011-03-06 16:36:50 +00:00
wiz
94ecff5298 Really fix png support. From John Bowler.
Bump PKGREVISION.
2011-02-10 16:41:56 +00:00
wiz
30cc043ff1 Bump PKGREVISION for interlaced png fix. 2011-02-07 10:20:36 +00:00
wiz
2973ce35c7 Set LICENSE. 2011-01-24 09:54:35 +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
wiz
e8d8834f6a 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
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
36acb70028 Fix pkglint warning. 2009-01-08 17:25:40 +00:00
wiz
b7c3fa7b0c Update to 1.9.0:
mpeg2enc works "better".
some changes for the libquicktime.
maintainance for newer release of other packages the mjpegtools need.
2009-01-08 17:21:36 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
tron
be2174e014 Dislabe running an SDL test program under Mac OS X. The test program
fails for some weird reason and the "configure" script assumes SDL
isn't installed which results in an incomplete package.
2007-02-05 20:38:57 +00:00
abs
cf7af26a81 modular X11 : .include "../../x11/libXxf86dga/buildlink3.mk" 2007-02-01 10:48:11 +00:00
xtraeme
32e8220fcf Do not try to link to unexistent libs like laudio and laa, I don't know
where they came from, but they are not needed and were causing me
build problems.
2006-12-03 15:16:03 +00:00
tron
a9a91268a9 Fix non-portable shell scripts, bump package revision. 2006-10-13 12:51:27 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
wiz
ad782541d0 Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
for SDL shlib changes.
2006-06-12 16:28:05 +00:00
seb
a0883baabb Uses C++. 2006-05-14 15:36:34 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
739ade02f5 List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
2006-03-31 23:56:28 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
ghen
eb4fd68d75 All scripts use #!/bin/sh now. 2006-03-08 10:12:14 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xtraeme
b0712984e6 * Add missing files now that mplex has been re-added.
* Add a patch that should fix the build on amd64.
* Fixed pkglint warnings.

Bump PKGREVISION.
2006-01-30 08:44:25 +00:00
ben
e97be5bf55 Include mplex in the mjpegtools package, and bump PKGREVISION.
Remove mplex as a standalone package, to reduce maintenance.
2006-01-29 04:25:58 +00:00
xtraeme
8b67c767b8 Add the "mjpegtools-simd" option, to enable MMX/3DNOW support
(disabled by default for compatibility with binary packages),
pointed out by ghen.
2006-01-25 10:01:36 +00:00
xtraeme
f32c8b7dc2 Update mjpegtools/mplex to 1.8.0.
Some changes:

* Modularised input handling for MPEG compression tools.
* movtar read/write support
* MJPEG playback in software, and experimental MJPEG hardware
   overlay playback (see mjpeg/)
* mpeg2enc _much_ improved!
2006-01-25 08:09:12 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
ghen
aa5b7c54fb Use USE_TOOLS+=bash:run rather than depending on shells/bash and deriving
the path from it.  Suggested by jlam, ok'ed by xtraeme.
2005-12-14 18:18:07 +00:00
ghen
80882c404d Use EVAL_PREFIX instead of assuming bash lives in ${PREFIX}.
Suggested by jmmv, ok by jmmv & wiz.  Ride on previous PKGREVISION.
2005-12-13 15:53:53 +00:00
ghen
f57c653bd1 Patch some shell scripts to start with #!${PREFIX}/bin/bash instead of #!/bin/bash (at least two of these scripts don't run with /bin/sh). This solves part of PR pkg/29342 (the other part concerns geography/gpsdrive). 2005-12-13 12:19:37 +00:00
wiz
7e1c5bfbc9 Convert aalib to options framework, adding an 'x11' option, and remove
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.

Addresses PR 32046 by Leonard Schmidt.
2005-12-11 09:40:37 +00:00
hubertf
bfe24ea606 Work around gcc 4 (on MacOS X 10.4.something) not knowing -fmove-all-movables
Bump to rev. mjpegtools-1.6.2nb5
2005-06-15 22:42:38 +00:00
wiz
3a631d7d39 Add option for enabling CMOV support, defaulting to off.
This changes the default for this package, so bump PKGREVISION.

From Geert Hendrickx in PR 30366.
2005-06-07 21:23:04 +00:00
wiz
ebd1c19ab8 Remove (commented out) references to avifile, which was removed
from pkgsrc quite some time ago.
2005-06-07 21:17:55 +00:00
jmmv
4e64b01fb6 This needs X11. From Joerg Sonnenberger. 2005-06-06 19:10:36 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
1f2ba12d0f PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk). 2005-03-27 15:43:32 +00:00
reed
252452d843 Use INFO_FILES for registering the mjpeg-howto.info documentation files.
And remove from PLIST.
This fixes problem when INFO_DIR is using a custom directory such
as share/info.

Do not bump PKGREVISION, because couldn't package in first place when
this problem occurred.

This will cause a warning:
install-info: warning: no info dir entry in `/usr/pkg/share/info/mjpeg-howto.info'
TODO: so add a START-INFO-DIR-ENTRY/END-INFO-DIR-ENTRY pair dir entry.
2005-02-03 23:04:40 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
sekiya
757fee7ad7 Build libmjpegutil as a shared library, which in turn allows transcode to
use the mjpegutil modules.  This commit incorporates changes suggested by wiz@.

Bump package revision, as well.
2004-04-17 05:50:50 +00:00
recht
b3f4a09a71 update to 1.6.2
Changes:
Since the authors don't provide a proper CHANGES file/release announcement, this
is me guess from diffing to last version (1.6.1.93):
- aix build fixes
- icc support
- doc updates
- yuvfps tries to find a normalized framerate by default

... and probably the usual: bug-fixes
2004-03-11 13:17:03 +00:00