summaryrefslogtreecommitdiffstats
path: root/multimedia/mpeg4ip/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on amd64: Shared libraries must be compiled with -fPICkris2004-06-191-0/+4
|
* Force using the bundled xvid even when ports xvid is installedlofi2004-06-131-0/+6
| | | | (mpeg4ip doesn't like the latest release).
* - faad have been teached to live along us, what worse, we're now a dependencypav2004-05-161-2/+0
| | | | | | for faad, so emove conflicts. Reported by: Kay Lehmann <kay_lehmann@web.de>
* Update to 1.0lioux2004-04-111-3/+4
|
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* Remove BROKEN: fix build in 5.x-CURRENTlioux2004-03-201-6/+5
| | | | | | | | - <strstream.h> -> <iostream> - remove -Wmissing-declarations declarations PR: 64282 Submitted by: David Yeske <dyeske@yahoo.com>
* 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.
* Make ports/multimedia use the USE_SDL macroedwin2004-03-071-1/+1
| | | | | | PR: ports/61805 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* BROKEN on 5.x: Does not compilekris2004-02-171-0/+4
|
* USE_SIZEifylioux2004-02-081-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Fix build on -HEAD. Committed on behalf of lioux who is having machinelinimon2003-12-041-4/+2
| | | | | | problems. PR: ports/57637 Submitted by: David Yeske <dyeske@yahoo.com>
* Update to 0.9.9lioux2003-09-081-3/+1
|
* get rid of libgnugetopt dependency.sf2003-07-141-6/+2
| | | | as the distfile includes GNU getopt, we don't need to depend on extra library.
* libtool uber-patchade2003-06-261-2/+1
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Back out previous commit, the port was fixed recently by lioux. Thankskris2003-05-181-4/+0
| | | | lioux!
* BROKEN on 5.1: bad C++kris2003-05-181-0/+4
|
* Fix build on alpha ARCH: emms asm opcode should be noop in non-i386lioux2003-05-151-0/+5
| | | | non-MMX ARCH
* o Another try at fixing -CURRENT issues with getopt_long_only()lioux2003-05-151-6/+5
| | | | | | | | | | | | - Always depend on libgnugetopt port - Add include/mpeg4ip_getopt.h as a workaround for 5.x branch native getopt.h implementation - Futhermore, change regexp regarding PTHREAD_LIBS issue on -CURRENT. Submitter reports that previous one did not work but that newer does PR: 50233 Submitted by: David Yeske <dyeske@yahoo.com>
* Only apply the PTHREAD_LIBS fix to 5.x branchlioux2003-05-111-2/+2
|
* Fix small typo: sed recipy should be 's|before|after|', notlioux2003-05-111-1/+1
| | | | s'|before|after|'
* o For some reason configure is not propagating PTHREAD_LIBS to thelioux2003-05-111-2/+9
| | | | | | | | makefiles in the SDL lib lines in the 5.x branch. Add PTHREAD_LIBS by hand on those. o Unmark BROKEN Submitted by: David Yeske <dyeske@yahoo.com>
* BROKEN: Does not compilekris2003-05-061-0/+2
|
* Only try to access OSVERSION variable after <bsd.port.pre.mk> includelioux2003-04-241-2/+2
| | | | Submitted by: FreshPorts ports check service
* Improve libgnugetopt handling: use OSVERSION variable to handlelioux2003-04-241-0/+3
| | | | -CURRENT which has getopt_long in libc
* Update to new USE_GNOME optionslioux2003-04-221-3/+2
|
* Switch to new USE_GETOPT_LONG ports optionlioux2003-04-181-1/+1
|
* Update to 0.9.8lioux2003-04-161-3/+7
|
* De-pkg-commentlioux2003-02-231-0/+1
|
* Chase glib20's shared lib version.marcus2003-02-071-2/+3
|
* Update to 0.9.7. This version now depends on glib/gtk 2.xlioux2003-01-101-10/+25
| | | | Reviewed by: David Yeske <dyeske@yahoo.com>
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* Fix typo in *_DEPENDS list. Libraries should be listed in LIBS_*lioux2002-12-141-3/+3
| | | | | | | not BUILD_* list. PR: 46254 Submitted by: asmodai
* After repo copy from graphics category, update all appropriatelioux2002-11-281-1/+1
| | | | | | | references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
* Add missing devel/libgnugetopt dependencylioux2002-11-261-1/+2
| | | | Submitted by: bento
* o Update to 0.9.6lioux2002-11-131-4/+18
| | | | o Use FreeBSD optimized byteswap routines if 4.7-RELEASE or later
* Update to 0.9.5lioux2002-08-051-32/+42
|
* New port mpeg4ip version 0.9.4.1: Standards-based system to encode,lioux2002-06-051-0/+137
stream and play MPEG-4 audio/video
OpenPOWER on IntegriCloud