non port: multimedia/mpeg4ip/Makefile |
Number of commits found: 146 (showing only 46 on this page) |
Thursday, 10 Mar 2005
|
02:55 lioux
Pass over maintainership to ahze: he has been working very hard on
the last couple updates
|
Tuesday, 7 Dec 2004
|
05:40 kris
Fix build on amd64. Add missing dependency on multimedia/mpeg4ip-libmp4v2.
Submitted by: peter
Approved by: maintainer timeout
|
Sunday, 5 Dec 2004
|
18:50 lioux
Chase library version bump on multimedia/ffmpeg
|
Sunday, 28 Nov 2004
|
14:41 ahze
- Fix header problem
- Bump PORTREVISION
Approved by: lioux
|
Sunday, 14 Nov 2004
|
01:16 lioux
Fix build on FreeBSD 4.x branch: use a patch only on 5.x branch
Reviewed by: ahze,
Geoffrey Mainland <mainland@apeiron.net>,
|
Wednesday, 10 Nov 2004
|
01:02 lioux
o Update to 1.1
o Deploy OPTIONS
PR: 72206
Submitted by: ahze
|
Sunday, 7 Nov 2004
|
22:37 marcus
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
|
Sunday, 26 Sep 2004
|
01:52 kris
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
|
Tuesday, 20 Jul 2004
|
23:57 lioux
Re-add CONFLICTS=faad* so that mpeg4ip does not conflict with
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>
|
Sunday, 18 Jul 2004
|
17:59 lioux
Fix build on AMD64
PR: 69043
Submitted by: Conrad J. Sabatier <conrads@cox.net>
|
Friday, 9 Jul 2004
|
17:43 marcus
Apply a big libtool patch to allow porters to use the libtool installed by
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
|
Saturday, 19 Jun 2004
|
09:26 kris
BROKEN on amd64: Shared libraries must be compiled with -fPIC
|
Sunday, 13 Jun 2004
|
19:04 lofi
Force using the bundled xvid even when ports xvid is installed
(mpeg4ip doesn't like the latest release).
|
Sunday, 16 May 2004
|
22:09 pav
- faad have been teached to live along us, what worse, we're now a dependency
for faad, so emove conflicts.
Reported by: Kay Lehmann <kay_lehmann@web.de>
|
Sunday, 11 Apr 2004
|
14:18 lioux
Update to 1.0
|
Monday, 5 Apr 2004
|
03:31 marcus
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
|
Saturday, 20 Mar 2004
|
02:10 lioux
Remove BROKEN: fix build in 5.x-CURRENT
- <strstream.h> -> <iostream>
- remove -Wmissing-declarations declarations
PR: 64282
Submitted by: David Yeske <dyeske@yahoo.com>
|
Tuesday, 16 Mar 2004
|
04:23 edwin
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
|
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
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.
|
Sunday, 7 Mar 2004
|
23:28 edwin
Make ports/multimedia use the USE_SDL macro
PR: ports/61805
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
|
Tuesday, 17 Feb 2004
|
22:40 kris
BROKEN on 5.x: Does not compile
|
Sunday, 8 Feb 2004
|
01:14 lioux
USE_SIZEify
|
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Thursday, 4 Dec 2003
|
05:33 linimon
Fix build on -HEAD. Committed on behalf of lioux who is having machine
problems.
PR: ports/57637
Submitted by: David Yeske <dyeske@yahoo.com>
|
Monday, 8 Sep 2003
|
01:57 lioux
Update to 0.9.9
|
Monday, 14 Jul 2003
|
02:37 sf
get rid of libgnugetopt dependency.
as the distfile includes GNU getopt, we don't need to depend on extra library.
|
Thursday, 26 Jun 2003
|
22:58 ade
libtool uber-patch
* 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)
|
Sunday, 18 May 2003
|
21:41 kris
Back out previous commit, the port was fixed recently by lioux. Thanks
lioux!
|
09:47 kris
BROKEN on 5.1: bad C++
|
Thursday, 15 May 2003
|
19:22 lioux
Fix build on alpha ARCH: emms asm opcode should be noop in non-i386
non-MMX ARCH
|
04:53 lioux
o Another try at fixing -CURRENT issues with getopt_long_only()
- 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>
|
Sunday, 11 May 2003
|
04:24 lioux
Only apply the PTHREAD_LIBS fix to 5.x branch
|
04:23 lioux
Fix small typo: sed recipy should be 's|before|after|', not
s'|before|after|'
|
04:05 lioux
o For some reason configure is not propagating PTHREAD_LIBS to the
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>
|
Tuesday, 6 May 2003
|
21:27 kris
BROKEN: Does not compile
|
Thursday, 24 Apr 2003
|
06:24 lioux
Only try to access OSVERSION variable after <bsd.port.pre.mk> include
Submitted by: FreshPorts ports check service
|
06:01 lioux
Improve libgnugetopt handling: use OSVERSION variable to handle
-CURRENT which has getopt_long in libc
|
Tuesday, 22 Apr 2003
|
05:54 lioux
Update to new USE_GNOME options
|
Friday, 18 Apr 2003
|
04:08 lioux
Switch to new USE_GETOPT_LONG ports option
|
Wednesday, 16 Apr 2003
|
02:05 lioux
Update to 0.9.8
|
Sunday, 23 Feb 2003
|
19:58 lioux
De-pkg-comment
|
Friday, 7 Feb 2003
|
18:59 marcus
Chase glib20's shared lib version.
|
Friday, 10 Jan 2003
|
20:31 lioux
Update to 0.9.7. This version now depends on glib/gtk 2.x
Reviewed by: David Yeske <dyeske@yahoo.com>
|
Thursday, 2 Jan 2003
|
15:06 sobomax
Update version number of SDL shared library.
|
Saturday, 14 Dec 2002
|
12:33 lioux
Fix typo in *_DEPENDS list. Libraries should be listed in LIBS_*
not BUILD_* list.
PR: 46254
Submitted by: asmodai
|
Thursday, 28 Nov 2002
|
00:09 lioux
After repo copy from graphics category, update all appropriate
references from graphics to multimedia category
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
|
Number of commits found: 146 (showing only 46 on this page) |