aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mjpegtools
Commit message (Collapse)AuthorAgeFilesLines
* Add WITH_JPEGMMX knob for multimedia/jpeg-mmx supportlioux2004-12-151-2/+14
| | | | | PR: 72559 Submitted by: ahze
* Clean up Makefile a bit: remove left bits about openquicktime,lioux2004-12-151-20/+1
| | | | | | | mjpegtools uses libquicktime now PR: 71751 Submitted by: ahze
* - Fix build with gcc 3.4pav2004-08-205-14/+58
| | | | | | | | | | | - Fix plist - Respect CC and CFLAGS - Fix WITH_QUICKTIME knob PR: ports/69452, ports/69595 Submitted by: Michael Johnson <ahze@ahze.net>, Christian Hiris <4711@chello.at> Approved by: maintainer timeout (1 month)
* o Add WITH_LIBDV_PAL knob which triggers WITH_LIBDV accordingly [1]lioux2004-06-261-5/+14
| | | | | | | | | | o BUILD_DEPENDS on devel/nasm only on ${ARCH} == i386 [1] o RUN_DEPENDS on shells/bash2 since scripts are using it. Must take time to rewrite them for sh compliancy o Bump PORTREVISION due to dependency changes [1] PR: 64145 [1] Submitted by: michael jonson <ahze@ahze.net> [1]
* Update to 1.6.2lioux2004-06-267-160/+82
| | | | | PR: 64721 Submitted by: Koop Mast <kwm@rainbow-runner.nl>
* Remove .la files that are no longer installedkris2004-06-091-3/+0
|
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Chase libdv shared library version bumplioux2004-03-141-2/+2
|
* Properly use SDL everywhere:edwin2004-03-081-2/+3
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Make ports/multimedia use the USE_SDL macroedwin2004-03-081-5/+1
| | | | | | PR: ports/61805 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* - Unbreak on -CURRENT [1]pav2004-03-063-7/+75
| | | | | | | | | | - Add patch to add assert header [1] - Add patch to make assembly routine gcc3 friendly (obtained from Gentoo) [1] - Patch path to bash in two scripts - Remove USE_SIZE=yes it's default now and Portlint PR: ports/63745 Submitted by: michael johnson <ahze@ahze.net>
* BROKEN on 5.x: does not compilekris2004-02-181-0/+4
|
* USE_SIZEifylioux2004-02-082-0/+2
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Fix for libtool new world orderade2003-06-291-1/+1
| | | | Reported by: Dorian Büttner <Dorian.Buettner@gmx.de>
* Unmark BROKEN by fixing PLIST. According to bento logs, the errorlioux2003-05-112-3/+4
| | | | | | | is actually a PLIST packaging error, not a build error. Prompted by: bento Submitted by: adamw
* BROKEN: Does not compilekris2003-05-071-0/+2
|
* Fix build when WITH_QUICKTIME is enabledlioux2003-04-281-0/+3
| | | | | PR: 51473 Submitted by: Ulrich Spoerlein <q@uni.de>
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* Improve libgnugetopt handling: use OSVERSION variable to handlelioux2003-04-191-5/+2
| | | | -CURRENT which has getopt_long in libc
* Switch to new USE_GETOPT_LONG ports optionlioux2003-04-181-1/+4
|
* De-pkg-commentlioux2003-02-242-1/+1
|
* Update to 1.6.1lioux2003-01-173-6/+9
|
* Chase libdv library version bump in version 0.9.9lioux2003-01-171-2/+2
|
* devel/sdl12 has been upgraded to shlib version 5.edwin2003-01-071-1/+1
|
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* Fix breakage if libgnugetopt is installed prior to building thislioux2002-12-221-0/+16
| | | | | | | | port. Only depend on libgnugetopt in such scenario: less dependencies and decreases chance of problems with -CURRENT vs libgnugetopt. Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> et al Approved by: portmgr (self & no objections)
* After repo copy from graphics category, update all appropriatelioux2002-11-281-5/+5
| | | | | | | references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
* Chase libdv -ldv.2 library bump. Forgotten in LIB_DEPENDS line.lioux2002-09-261-1/+1
| | | | | PR: 43378 Submitted by: adam@vectors.cx
* libtool patch to improve chances that this port builds in somelioux2002-09-201-0/+10
| | | | installations
* Chase library version bump in libdv version 0.9.8lioux2002-09-051-1/+1
|
* Fix buildlioux2002-09-041-1/+7
| | | | | PR: 42383 Prompted by: Frank Mayhar <frank@exit.com>
* o Fix build in -STABLE (USE_LIBTOOL fix)lioux2002-07-182-10/+12
| | | | | | | o Use opportunity to fine tune post-patch target PR: 40652 Prompted by: jbw <j.bw@verizon.net>
* Complete USE_GLIB-->USE_GNOMENG+USE_GNOME transition.sobomax2002-07-161-5/+5
|
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.sobomax2002-07-161-1/+2
|
* USE_REINPLACElioux2002-07-041-6/+7
|
* Chase lib version from avifile version 0.7.7.20020523lioux2002-06-261-1/+1
|
* o Add AVI support which incidently means both DiVX ;-) and DiVX4lioux2002-06-082-2/+12
| | | | | support in i386 platforms o Bump PORTREVISION
* o New port mjpegtools version 1.6.0: Set of tools to record/playback/editlioux2002-06-016-0/+278
videos in MPEG format o Patch written by Adrian De Groot <adridg@aramis.cs.kun.nl>