aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mpeg4ip
Commit message (Collapse)AuthorAgeFilesLines
* Fix libmpeg2 detection on 4.x branchlioux2004-12-091-0/+14
| | | | Submitted by: glewis
* Fix build on amd64. Add missing dependency on multimedia/mpeg4ip-libmp4v2.kris2004-12-072-11/+16
| | | | | Submitted by: peter Approved by: maintainer timeout
* Chase library version bump on multimedia/ffmpeglioux2004-12-061-1/+1
|
* - Fix header problemahze2004-11-282-3/+6
| | | | | | - Bump PORTREVISION Approved by: lioux
* Fix build on FreeBSD 4.x branch: use a patch only on 5.x branchlioux2004-11-142-0/+1
| | | | | Reviewed by: ahze, Geoffrey Mainland <mainland@apeiron.net>,
* o Update to 1.1lioux2004-11-1016-251/+408
| | | | | | | o Deploy OPTIONS PR: 72206 Submitted by: ahze
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
| | | | big upgrade.
* BROKEN on 5.x: Does not compilekris2004-09-261-0/+4
| | | | Approved by: portmgr (self)
* - Fix build with gcc-3.4pav2004-08-091-0/+11
| | | | | | PR: ports/69468 Submitted by: Michael Johnson <ahze@ahze.net> Approved by: maintainer timeout (16 days)
* Re-add CONFLICTS=faad* so that mpeg4ip does not conflict withlioux2004-07-211-0/+4
| | | | | | | | audio/faad port when it installs its own libmp4v2 (WITHOUT_MPEG4IP) library instead of the mpeg4ip's one PR: 66724 Submitted by: michael johnson <ahze@ahze.net>
* Fix build on AMD64lioux2004-07-191-1/+1
| | | | | PR: 69043 Submitted by: Conrad J. Sabatier <conrads@cox.net>
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* 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-141-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-171-2/+0
| | | | | | for faad, so emove conflicts. Reported by: Kay Lehmann <kay_lehmann@web.de>
* Update to 1.0lioux2004-04-113-9/+55
|
* Update to 1.0lioux2004-04-113-34/+6
|
* 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-081-1/+1
| | | | | | PR: ports/61805 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* 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 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-083-6/+2
|
* get rid of libgnugetopt dependency.sf2003-07-142-6/+31
| | | | as the distfile includes GNU getopt, we don't need to depend on extra library.
* libtool uber-patchade2003-06-271-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-191-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-161-0/+5
| | | | non-MMX ARCH
* o Another try at fixing -CURRENT issues with getopt_long_only()lioux2003-05-152-6/+17
| | | | | | | | | | | | - 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-071-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-163-6/+10
|
* De-pkg-commentlioux2003-02-242-1/+1
|
* Chase glib20's shared lib version.marcus2003-02-081-2/+3
|
* Update to 0.9.7. This version now depends on glib/gtk 2.xlioux2003-01-114-11/+47
| | | | 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-146-5/+108
| | | | o Use FreeBSD optimized byteswap routines if 4.7-RELEASE or later
* Update to 0.9.5lioux2002-08-053-45/+51
|
* New port mpeg4ip version 0.9.4.1: Standards-based system to encode,lioux2002-06-065-0/+243
stream and play MPEG-4 audio/video