Skip site navigation (1)Skip section navigation (2)

CVS log for ports/multimedia/xmps-opendivx-plugin/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / multimedia / xmps-opendivx-plugin

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.27
Wed May 31 11:21:18 2006 UTC (5 years, 8 months ago) by vd
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.26: +1 -1 lines
Remove expired leaf port:
2006-05-28 multimedia/xmps-opendivx-plugin

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Mar 28 16:12:33 2006 UTC (5 years, 10 months ago) by vd
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -3 lines
Mark as deprecated, Project Mayo is now part of DivX.com

PR:		ports/95046
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:38:15 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -3 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:50:19 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jun 2 20:28:38 2005 UTC (6 years, 8 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -1 lines
change the libtool version to use from 1.3 to 1.5

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Mar 20 18:48:59 2005 UTC (6 years, 10 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Cleanup:
 - use PLIST_FILES
 - Unbreak xmps-win32-plugin by fixing plist

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Mar 12 23:26:40 2005 UTC (6 years, 11 months ago) by lioux
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Drop maintainership

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Dec 25 11:43:53 2004 UTC (7 years, 1 month ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +0 -1 lines
Remove deprecated USE_SIZE

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:42:38 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
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

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jul 9 02:15:52 2004 UTC (7 years, 7 months ago) by lioux
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Update MASTER_SITES

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Mar 16 04:23:55 2004 UTC (7 years, 10 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:02 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
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.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Feb 8 01:13:58 2004 UTC (8 years ago) by lioux
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
USE_SIZEify

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Feb 4 04:36:18 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:	trevor
Tested by:	bento

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jan 23 18:12:14 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Now gettext 0.12.1 is gettext-old.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Aug 26 20:25:50 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:	kris

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 25 05:41:31 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Chase the libintl.so shared lib version.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Apr 20 19:35:01 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +0 -1 lines
Remove USE_GNOMENG.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Apr 4 05:34:49 2003 UTC (8 years, 10 months ago) by lioux
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
After repo copy from graphics category to newly create multimedia
one, update all appropriate references (*_DEPENDS, comments, etc):

ports/graphics/libfame		-->	ports/multimedia/libfame
ports/graphics/libquicktime	-->	ports/multimedia/libquicktime
ports/graphics/mpeg		-->	ports/multimedia/mpeg
ports/graphics/mpeg_encode	-->	ports/multimedia/mpeg_encode
ports/graphics/mpeg_play	-->	ports/multimedia/mpeg_play
ports/graphics/mtv		-->	ports/multimedia/mtv
ports/graphics/smpeg		-->	ports/multimedia/smpeg
ports/graphics/totem		-->	ports/multimedia/totem
ports/graphics/transcode	-->	ports/multimedia/transcode
ports/graphics/xanim		-->	ports/multimedia/xanim
ports/graphics/xmps		-->	ports/multimedia/xmps

Repo copied by:		cvs (joe)
Approved by:		portmgr (self & no objections)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Feb 23 19:58:29 2003 UTC (8 years, 11 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
De-pkg-comment

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Nov 28 00:09:51 2002 UTC (9 years, 2 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
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)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Sep 3 02:46:49 2002 UTC (9 years, 5 months ago) by lioux
Branches: MAIN
CVS tags: old_RELEASE_4_7_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Deploy USE_GNOMENG infrastructure

PR:		42349
Submitted by:	Edwin Groothuis <edwin@mavetju.org>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Aug 1 16:22:14 2002 UTC (9 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Chase shlib rev of devel/gettext

Submitted by:	lots and lots
Pointy hat to:	ade

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:09:42 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 15 19:44:06 2002 UTC (9 years, 11 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Aug 31 14:20:24 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_4_5_0, old_RELEASE_4_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -1 lines
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 12 21:18:16 2001 UTC (11 years ago) by lioux
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Initial import

xmps plugin using OpenDivX decoding engine from Project Mayo

Initial library numbering 0 (distfile numbering)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options