summaryrefslogtreecommitdiff
path: root/multimedia/mjpegtools
AgeCommit message (Collapse)AuthorFilesLines
2011-03-06Remove comments to avoid grep mismatches.wiz1-7/+1
2011-02-10Add a fix for lavtools and jpeg7 from Gentoo via upstream bug tracker.wiz2-1/+29
Ride bump from a few minutes ago.
2011-02-10Add upstream bug report URL.wiz2-3/+4
2011-02-10Really fix png support. From John Bowler.wiz3-52/+511
Bump PKGREVISION.
2011-02-07Bump PKGREVISION for interlaced png fix.wiz1-2/+2
2011-02-07Fix interlaced png handling (lots of (unnecessary) warnings when running,wiz2-51/+25
but works).
2011-02-06Small improvement to png patch. Non-interlaced pngs now work as inputs.wiz2-5/+7
Interlaced not yet.
2011-01-29Fix build with gcc4.5markd3-1/+22
add PLIST.Linux for additional (v4l) files installed on linux.
2011-01-24Fix build with png-1.5.wiz2-1/+91
2011-01-24Set LICENSE.wiz1-1/+2
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 suitabledsainty2-4/+4
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-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
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-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-08Fix pkglint warning.wiz1-2/+2
2009-01-08Remove unneeded patch.wiz2-14/+1
2009-01-08Update to 1.9.0:wiz7-510/+90
mpeg2enc works "better". some changes for the libquicktime. maintainance for newer release of other packages the mjpegtools need.
2008-09-07Change 'mjpegtools-simd' option to 'simd' in preparation for libmpg123bjs1-2/+3
import.
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-05-30Removed some code duplication from the buildlink3 files by using the newrillig1-8/+3
pkg-build-options.mk procedure.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-02-05Dislabe running an SDL test program under Mac OS X. The test programtron1-2/+8
fails for some weird reason and the "configure" script assumes SDL isn't installed which results in an incomplete package.
2007-02-01modular X11 : .include "../../x11/libXxf86dga/buildlink3.mk"abs1-2/+2
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg1-2/+2
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-03Do not try to link to unexistent libs like laudio and laa, I don't knowxtraeme1-1/+3
where they came from, but they are not needed and were causing me build problems.
2006-10-13Fix non-portable shell scripts, bump package revision.tron4-3/+531
2006-08-04Regenerate patch file so that Mac OS X's "patch" no longer refusedtron2-7/+6
to apply the patch.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
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-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+2
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-06-30Include "assert.h" in "Region2D.hh" to get definition of assert().tron2-1/+15
This fixes build problems with GCC 4.x.
2006-06-21make this build on amd64/current, from Martijn van Buul per PR pkg/33769drochner2-1/+15
(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-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz2-4/+4
for SDL shlib changes.
2006-05-14Uses C++.seb1-1/+3
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
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-03-31List the info pages directly in the PLIST and ensure that we honorjlam2-4/+6
PKGINFODIR.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-03-08All scripts use #!/bin/sh now.ghen1-8/+1
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-30* Add missing files now that mplex has been re-added.xtraeme5-7/+37
* Add a patch that should fix the build on amd64. * Fixed pkglint warnings. Bump PKGREVISION.
2006-01-29Include mplex in the mjpegtools package, and bump PKGREVISION.ben5-30/+7
Remove mplex as a standalone package, to reduce maintenance.
2006-01-25tyopxtraeme1-2/+2
2006-01-25Add the "mjpegtools-simd" option, to enable MMX/3DNOW supportxtraeme2-4/+9
(disabled by default for compatibility with binary packages), pointed out by ghen.
2006-01-25Require at least >=1.8.0 because dependencies were changed.xtraeme1-2/+2