Commit graph

67 commits

Author SHA1 Message Date
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
bjs
a27df6d6e7 Change 'mjpegtools-simd' option to 'simd' in preparation for libmpg123
import.
2008-09-07 00:35:12 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
rillig
7f125459d8 Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
2007-05-30 08:54:28 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +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
joerg
5e43280b23 Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-12 21:52:34 +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
tron
002bc76cf1 Regenerate patch file so that Mac OS X's "patch" no longer refused
to apply the patch.
2006-08-04 16:43:37 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
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-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +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
tron
057ec66619 Include "assert.h" in "Region2D.hh" to get definition of assert().
This fixes build problems with GCC 4.x.
2006-06-30 18:39:08 +00:00
drochner
39b95b1059 make this build on amd64/current, from Martijn van Buul per PR pkg/33769
(it builds for me on amd64/3.0, but the effect is easily verified by
disassembling -- basically it is insignificant because "cpuid" always
yields just 32 bit, but if newer compilers complain something must be done)
2006-06-21 18:29:18 +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
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +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
c3bb057293 tyop 2006-01-25 10:07:39 +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
54ef101fbe Require at least >=1.8.0 because dependencies were changed. 2006-01-25 08:52:46 +00:00
xtraeme
564fd6754a Fix typos. 2006-01-25 08:18:18 +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
grant
e6716a7e39 fix comment to match reality 2005-07-29 01:15:16 +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
f2d0a42a26 Fix build under DragonFly. From Joerg Sonnenberger. 2005-06-06 19:10:44 +00:00
jmmv
4e64b01fb6 This needs X11. From Joerg Sonnenberger. 2005-06-06 19:10:36 +00:00
reed
cfbbfd0635 Add patches to get around these errors:
error: label at end of compound statement
 error: array bound forbidden after parenthesized type-id

This was noticed on FreeBSD 5.4-STABLE with gcc 3.4.2.
Also test build under NetBSD 1.6.2_STABLE with gcc 2.95.3
and Linux with gcc 3.3.5.

No PKGREVISION bump since this should not change anything.
This package does not have a maintainer.
2005-05-28 00:05:39 +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
agc
5ae9517d74 Add RMD160 digests. 2005-02-24 11:24:01 +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