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

CVS log for ports/audio/gqmpeg-devel/Makefile

[BACK] Up to [FreeBSD] / ports / audio / gqmpeg-devel

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:21:01 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:31:03 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.70: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:34:13 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
- update to jpeg-8

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:13:06 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with A

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:49:01 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:06:42 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Mar 9 14:54:59 2008 UTC (3 years, 11 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -2 lines
replace USE_XLIB by USE_XORG to reduce the dependencies
bump PORTREVISION

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun May 27 14:26:20 2007 UTC (4 years, 8 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
move from X11BASE to LOCALBASE
bump PORTREVISION

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat May 19 19:58:47 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed May 3 05:14:18 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +0 -1 lines
Remove USE_REINPLACE from ports in categories starting with A.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Mar 7 08:25:47 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.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:34:29 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -2 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:47:54 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +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.59: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:21:07 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared library update.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:53:18 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared lib version change.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Jan 30 17:25:09 2005 UTC (7 years ago) by krion
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -0 lines
Set LATEST_LINK.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Jan 14 18:21:21 2005 UTC (7 years ago) by oliver
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -0 lines
fix some utf8 converting issues
bump PORTREVISION

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Jan 12 15:38:08 2005 UTC (7 years, 1 month ago) by oliver
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +17 -21 lines
add gqmpeg-devel - the gtk20 port of gqmpeg

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun May 2 15:37:37 2004 UTC (7 years, 9 months ago) by pav
Branches: MAIN
CVS tags: old_RELEASE_5_3_0, old_RELEASE_4_11_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +6 -4 lines
- Update to 0.20.0

PR:		ports/65462
Submitted by:	michael johnson <ahze@ahze.net>
Approved by:	maintainer timeout (14 days)

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:15:57 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_10_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 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.52: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:18:30 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Apr 8 00:40:00 2003 UTC (8 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0, old_RELEASE_5_1_0, old_RELEASE_4_9_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +0 -1 lines
Remove the USE_GNOMENG macro.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Feb 21 10:57:01 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: old_RELEASE_4_8_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -0 lines
De-pkg-comment.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Jan 11 03:27:18 2003 UTC (9 years, 1 month ago) by pat
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -2 lines
Update to 0.19.0

PR:		ports/46906
Submitted by:	maintainer

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Jan 1 19:34:14 2003 UTC (9 years, 1 month ago) by pat
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Fix typo (DATATDIR -> DATADIR)

PR:		ports/46640
Submitted by:	maintainer, marius@alchemy.franken.de

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Sep 19 17:35:53 2002 UTC (9 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_5_0_0, old_RELEASE_4_7_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +11 -2 lines
Fix things after recent GNOMENG conversion.

Submitted by:	bento

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Aug 31 00:13:11 2002 UTC (9 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -6 lines
Use USE_GNOMENG.

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

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Jul 25 22:26:09 2002 UTC (9 years, 6 months ago) by naddy
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -0 lines
Fix installation of message catalogs for WITH_GNOME=yes.

Notified by:	Hidetoshi IMAI <imai.hidetoshi@nttcom.co.jp>
Via:		Katsuyuki TATEISHI <katsu@iec.hiroshima-u.ac.jp>

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Jul 19 14:10:41 2002 UTC (9 years, 6 months ago) by naddy
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -4 lines
Remove kludge and fix -lintl detection.

Approved by:	maintainer

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jul 18 13:52:32 2002 UTC (9 years, 6 months ago) by naddy
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +7 -5 lines
Update to 0.17.0.
Submitted by TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>.

PR:		40728
Submitted by:	Michael Lyngboel <lyngbol@wheel.dk>

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Jun 23 14:59:04 2002 UTC (9 years, 7 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
upgrade to 0.16.0

PR:		39698
Submitted by:	maintainer

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Mar 31 17:35:29 2002 UTC (9 years, 10 months ago) by dwcjr
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Update to 0.15.0

PR:		36577
Submitted by:	maintainer

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Mar 4 01:37:54 2002 UTC (9 years, 11 months ago) by pat
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Update to 0.13.0

PR:		35445, 35446
Submitted by:	TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>, maintainer
Approved by:	maintainers

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jan 30 00:36:02 2002 UTC (10 years ago) by pat
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Update to 0.12.1

PR:		34421
Submitted by:	maintainer

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jan 21 01:33:39 2002 UTC (10 years ago) by sf
Branches: MAIN
CVS tags: old_RELEASE_4_5_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +18 -1 lines
o Update to 0.12.0
o Add WITH_MPG321 option which build this port with
  RUN_DEPENDS=mpg321 instad of mpg123

PR:		34094
Submitted by:	TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>
Reviewed by:	maintainer

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Nov 11 13:22:37 2001 UTC (10 years, 3 months ago) by sf
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +10 -2 lines
o update to 0.11.0.
o detect libpng and libintl correctly.
o support WITHOUT_GNOME correctly.

PR:		31908
Submitted by:	maintainer

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Oct 22 06:11:30 2001 UTC (10 years, 3 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
for slave ports

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Aug 31 12:41:25 2001 UTC (10 years, 5 months ago) by sf
Branches: MAIN
CVS tags: old_RELEASE_4_4_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +9 -2 lines
use WANO_GNOME hook to unbreak non-gnome case.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon May 21 02:01:22 2001 UTC (10 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +6 -5 lines
GNOME Controlcenter is not needed. We only need GDK-pixbuf + GTK.
change maintaer's email

PR:		27470
Submitted by:	maintainer

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri May 4 21:41:06 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -4 lines
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Mar 20 22:34:47 2001 UTC (10 years, 10 months ago) by clive
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -3 lines
Update to 0.9.0

PR: ports/25943
Submitted by: MAINTAINER

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Mar 2 08:30:28 2001 UTC (10 years, 11 months ago) by clive
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
Update to 0.8.3

PR: ports/25489
Submitted by: MAINTAINER

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jan 28 22:13:23 2001 UTC (11 years ago) by sf
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1 lines
bump PORTREVISION; added extra LIB_DEPENDS.
This should prevent potential problem for port-only users.

Suggested by: kris

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Jan 28 18:52:17 2001 UTC (11 years ago) by sf
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1 lines
add missing LIB_DEPENDS to gdk_pixbuf.

PR:		24694
Submitted by:	TOGAWA Satoshi <toga@puyo.org>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jan 21 21:04:03 2001 UTC (11 years ago) by clive
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
Update MASTER_SITES to sourceforge.
Utilize MASTER_SITE_SOURCEFORGE.

PR: 24507
Submitted by: MAINTAINER

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Dec 24 04:16:41 2000 UTC (11 years, 1 month ago) by nakai
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Maintainer change and close-pr

PR:		ports/22616
Submitted by:	Michael Lyngbøì <lyngbol@candid.dk>

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Dec 24 04:11:44 2000 UTC (11 years, 1 month ago) by nakai
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -4 lines
Update to 0.8.1

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Oct 5 06:57:34 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
CVS tags: old_RELEASE_4_2_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Implement WANT_IMLIB and USE_IMLIB.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue May 30 05:53:23 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
CVS tags: old_RELEASE_4_1_1, old_RELEASE_4_1_0, old_RELEASE_3_5_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Update MASTER_SITES and WWW to fix fennerism.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 28 00:38:20 2000 UTC (11 years, 8 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -5 lines
- Fix LIB_DEPENDS to actually used one
- Support install macros

PR:		ports/18046
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Apr 8 21:23:38 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
update with the new PORTNAME/PORTVERSION variables

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jan 7 02:25:39 2000 UTC (12 years, 1 month ago) by nakai
Branches: MAIN
CVS tags: old_RELEASE_4_0_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Change MAINTAINER address from nacai@iname.com
to nakai@FreeBSD.org

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Oct 8 02:51:37 1999 UTC (12 years, 4 months ago) by nakai
Branches: MAIN
CVS tags: old_RELEASE_3_4_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Use updated imlib library.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Sep 2 05:52:13 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: old_RELEASE_3_3_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
distfile name change

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:40:31 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Aug 25 04:35:31 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Change Id->FreeBSD.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jul 5 02:19:59 1999 UTC (12 years, 7 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5 lines
Update to 0.6.3.

PR:		12507
Submitted by:	Rod Taylor <rod@idiotswitch.org>

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jun 8 23:19:01 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Update to version 0.6.2.

PR:		12069
Submitted by:	maintainer

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat May 29 04:07:41 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -7 lines
Update to version 0.6.1 and use new version of imlib.

PR:		11843
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>

PR:		11909
Submitted by:	Chirs Piazza <cpiazza@home.net>

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun May 16 23:34:14 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -4 lines
Update to version 0.5.2.

PR:		11701
Submitted by:	Chris Piazza <cpiazza@home.net>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Apr 2 03:52:51 1999 UTC (12 years, 10 months ago) by steve
Branches: MAIN
CVS tags: old_RELEASE_3_2_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -3 lines
Update to version 0.5.0.

PR:		10781
Submitted by:	Chris Piazza <cpiazza@home.net>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Mar 15 18:30:04 1999 UTC (12 years, 11 months ago) by nectar
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.
	libgdk_imlib.so.2 -> libgdk_imlib.so.3
	libImlib.so.2     -> libImlib.so.3

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Feb 2 17:07:22 1999 UTC (13 years ago) by vanilla
Branches: MAIN
CVS tags: old_RELEASE_3_1_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -5 lines
Upgrade to 0.4.6
PR:		ports/9873
Submitted by:	Chris Piazza <cpiazza@home.net>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jan 24 08:10:30 1999 UTC (13 years ago) by vanilla
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Upgrade to 0.4.5.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jan 17 18:17:50 1999 UTC (13 years ago) by nectar
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Bump imlib version number in dependencies.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 12 16:50:42 1999 UTC (13 years, 1 month ago) by vanilla
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Dec 28 01:02:05 1998 UTC (13 years, 1 month ago) by vanilla
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -7 lines
Upgrade to 0.4.4, depend with gtk11-devel now.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 9 06:56:52 1998 UTC (13 years, 2 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
Upgrade to 0.4.3.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Dec 1 08:59:55 1998 UTC (13 years, 2 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
Upgrade to 0.4.2, it add better skin support.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 18 09:08:03 1998 UTC (13 years, 2 months ago) by asami
Branches: MAIN
CVS tags: old_RELEASE_2_2_8
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -3 lines
Got distfile, unbreak.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 17 00:24:36 1998 UTC (13 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
Mark it broken, can't fetch.  Please put it somewhere I can get.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Nov 16 15:47:10 1998 UTC (13 years, 2 months ago) by vanilla
Branches: old_VANILLA
CVS tags: old_gqmpeg_0_4_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import gqmpeg, it's the frontend of mpg123.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Nov 16 15:47:10 1998 UTC (13 years, 2 months ago) by vanilla
Branches: MAIN
Initial revision

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