aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-261-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118402
* - Fix build with gcc-3.4Pav Lucistnik2004-08-081-0/+11
| | | | | | | | | PR: ports/69468 Submitted by: Michael Johnson <ahze@ahze.net> Approved by: maintainer timeout (16 days) Notes: svn path=/head/; revision=115672
* Re-add CONFLICTS=faad* so that mpeg4ip does not conflict withMario Sergio Fujikawa Ferreira2004-07-201-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> Notes: svn path=/head/; revision=114316
* Fix build on AMD64Mario Sergio Fujikawa Ferreira2004-07-181-1/+1
| | | | | | | | PR: 69043 Submitted by: Conrad J. Sabatier <conrads@cox.net> Notes: svn path=/head/; revision=113914
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-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 Notes: svn path=/head/; revision=113296
* BROKEN on amd64: Shared libraries must be compiled with -fPICKris Kennaway2004-06-191-0/+4
| | | | Notes: svn path=/head/; revision=111800
* Force using the bundled xvid even when ports xvid is installedMichael Nottebrock2004-06-131-0/+6
| | | | | | | (mpeg4ip doesn't like the latest release). Notes: svn path=/head/; revision=111404
* - faad have been teached to live along us, what worse, we're now a dependencyPav Lucistnik2004-05-161-2/+0
| | | | | | | | | for faad, so emove conflicts. Reported by: Kay Lehmann <kay_lehmann@web.de> Notes: svn path=/head/; revision=109299
* Update to 1.0Mario Sergio Fujikawa Ferreira2004-04-113-9/+55
| | | | Notes: svn path=/head/; revision=106729
* Update to 1.0Mario Sergio Fujikawa Ferreira2004-04-113-34/+6
| | | | Notes: svn path=/head/; revision=106727
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Remove BROKEN: fix build in 5.x-CURRENTMario Sergio Fujikawa Ferreira2004-03-201-6/+5
| | | | | | | | | | | - <strstream.h> -> <iostream> - remove -Wmissing-declarations declarations PR: 64282 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=104692
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Make ports/multimedia use the USE_SDL macroEdwin Groothuis2004-03-071-1/+1
| | | | | | | | | PR: ports/61805 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=103240
* BROKEN on 5.x: Does not compileKris Kennaway2004-02-171-0/+4
| | | | Notes: svn path=/head/; revision=101266
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-082-0/+2
| | | | Notes: svn path=/head/; revision=100321
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Fix build on -HEAD. Committed on behalf of lioux who is having machineMark Linimon2003-12-041-4/+2
| | | | | | | | | problems. PR: ports/57637 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=94870
* Update to 0.9.9Mario Sergio Fujikawa Ferreira2003-09-083-6/+2
| | | | Notes: svn path=/head/; revision=88716
* get rid of libgnugetopt dependency.FUJISHIMA Satsuki2003-07-142-6/+31
| | | | | | | as the distfile includes GNU getopt, we don't need to depend on extra library. Notes: svn path=/head/; revision=84832
* libtool uber-patchAde Lovett2003-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) Notes: svn path=/head/; revision=83696
* Back out previous commit, the port was fixed recently by lioux. ThanksKris Kennaway2003-05-181-4/+0
| | | | | | | lioux! Notes: svn path=/head/; revision=81282
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-0/+4
| | | | Notes: svn path=/head/; revision=81207
* Fix build on alpha ARCH: emms asm opcode should be noop in non-i386Mario Sergio Fujikawa Ferreira2003-05-151-0/+5
| | | | | | | non-MMX ARCH Notes: svn path=/head/; revision=81048
* o Another try at fixing -CURRENT issues with getopt_long_only()Mario Sergio Fujikawa Ferreira2003-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> Notes: svn path=/head/; revision=81010
* Only apply the PTHREAD_LIBS fix to 5.x branchMario Sergio Fujikawa Ferreira2003-05-111-2/+2
| | | | Notes: svn path=/head/; revision=80648
* Fix small typo: sed recipy should be 's|before|after|', notMario Sergio Fujikawa Ferreira2003-05-111-1/+1
| | | | | | | s'|before|after|' Notes: svn path=/head/; revision=80647
* o For some reason configure is not propagating PTHREAD_LIBS to theMario Sergio Fujikawa Ferreira2003-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> Notes: svn path=/head/; revision=80646
* BROKEN: Does not compileKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80292
* Only try to access OSVERSION variable after <bsd.port.pre.mk> includeMario Sergio Fujikawa Ferreira2003-04-241-2/+2
| | | | | | | Submitted by: FreshPorts ports check service Notes: svn path=/head/; revision=79572
* Improve libgnugetopt handling: use OSVERSION variable to handleMario Sergio Fujikawa Ferreira2003-04-241-0/+3
| | | | | | | -CURRENT which has getopt_long in libc Notes: svn path=/head/; revision=79567
* Update to new USE_GNOME optionsMario Sergio Fujikawa Ferreira2003-04-221-3/+2
| | | | Notes: svn path=/head/; revision=79442
* Switch to new USE_GETOPT_LONG ports optionMario Sergio Fujikawa Ferreira2003-04-181-1/+1
| | | | Notes: svn path=/head/; revision=79175
* Update to 0.9.8Mario Sergio Fujikawa Ferreira2003-04-163-6/+10
| | | | Notes: svn path=/head/; revision=79048
* De-pkg-commentMario Sergio Fujikawa Ferreira2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76311
* Chase glib20's shared lib version.Joe Marcus Clarke2003-02-071-2/+3
| | | | Notes: svn path=/head/; revision=75043
* Update to 0.9.7. This version now depends on glib/gtk 2.xMario Sergio Fujikawa Ferreira2003-01-104-11/+47
| | | | | | | Reviewed by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=72861
* Update version number of SDL shared library.Maxim Sobolev2003-01-021-1/+1
| | | | Notes: svn path=/head/; revision=72210
* Fix typo in *_DEPENDS list. Libraries should be listed in LIBS_*Mario Sergio Fujikawa Ferreira2002-12-141-3/+3
| | | | | | | | | | not BUILD_* list. PR: 46254 Submitted by: asmodai Notes: svn path=/head/; revision=71627
* After repo copy from graphics category, update all appropriateMario Sergio Fujikawa Ferreira2002-11-281-1/+1
| | | | | | | | | | references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat) Notes: svn path=/head/; revision=71181
* Add missing devel/libgnugetopt dependencyMario Sergio Fujikawa Ferreira2002-11-261-1/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=71110
* o Update to 0.9.6Mario Sergio Fujikawa Ferreira2002-11-136-5/+108
| | | | | | | o Use FreeBSD optimized byteswap routines if 4.7-RELEASE or later Notes: svn path=/head/; revision=70050
* Update to 0.9.5Mario Sergio Fujikawa Ferreira2002-08-053-45/+51
| | | | Notes: svn path=/head/; revision=64016
* New port mpeg4ip version 0.9.4.1: Standards-based system to encode,Mario Sergio Fujikawa Ferreira2002-06-055-0/+243
stream and play MPEG-4 audio/video Notes: svn path=/head/; revision=60668