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

CVS log for ports/audio/flac/Makefile

[BACK] Up to [FreeBSD] / ports / audio / flac

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:20:59 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 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.52: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:30:22 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Jun 6 20:43:32 2010 UTC (20 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).

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

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:32:14 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Jul 9 11:17:56 2009 UTC (2 years, 7 months ago) by naddy
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -1 lines
Alas, the assumption that /nonexistent does not exist is not reliable.

PR:	136447

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Jul 6 21:25:31 2009 UTC (2 years, 7 months ago) by naddy
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
Bump PORTREVISION after libogg and libvorbisfile major version increment.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Mar 24 14:47:41 2009 UTC (2 years, 10 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -0 lines
allow parallel building

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:16 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Jul 5 16:24:10 2008 UTC (3 years, 7 months ago) by naddy
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +7 -2 lines
Add WITHOUT_ICONV knob.  Use at your own peril.

PR:		124181
Submitted by:	Helge Oldach

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Jun 20 16:22:17 2008 UTC (3 years, 7 months ago) by naddy
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Rename manual "test" target to "regression-test" so that it will
be automatically run on the package build cluster.

Suggested by Pedro <pfgshield-freebsd@yahoo.com>.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Apr 7 20:37:14 2008 UTC (3 years, 10 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +16 -20 lines
Update to FLAC 1.2.1.  This version includes two and a half years
worth of changes and an altered API.

Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary.  Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.

PR:	119476

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Nov 13 14:28:28 2007 UTC (4 years, 2 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +9 -3 lines
Fix integer overflows (CVE-2007-4619) by backporting corresponding
fixes from FLAC 1.2.1.

Reviewed by:    miwi
Approved by:    portmgr (linimon)
Security: 	ff65eecb-91e4-11dc-bd6c-0016179b2dd5

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Aug 7 18:41:34 2007 UTC (4 years, 6 months ago) by naddy
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
portlint fixes

PR:		115259
Submitted by:	David Yeske <dyeske@gmail.com>

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:41:17 2007 UTC (5 years ago) by kris
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -0 lines
Use libtool port instead of included version to avoid objformat a.out botch

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

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:34:27 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.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:47:52 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +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.35: download - view: text, markup, annotated - select for diffs
Mon Apr 11 09:47:42 2005 UTC (6 years, 10 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +7 -5 lines
- ARCH is defined in bsd.port.pre.mk.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:01:21 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Mar 16 14:49:22 2005 UTC (6 years, 10 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -6 lines
Update to FLAC 1.1.2.  Notable changes:
* better Ogg FLAC support
* speedups
* several new options to flac and metaflac
* several API additions
* streaming support in the XMMS plugin
* bugfixes

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jan 15 16:38:09 2005 UTC (7 years ago) by naddy
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Don't enable SSE code if sysctl hw.instruction_sse is 0.
Original bug report and testing by Bryan Levin <bryan.levin@gmail.com>.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:41:51 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +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.30: download - view: text, markup, annotated - select for diffs
Tue Mar 30 19:20:14 2004 UTC (7 years, 10 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
- Use USE_ICONV knob

Approved by:	portmgr

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:15:56 2004 UTC (7 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +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.28: download - view: text, markup, annotated - select for diffs
Sat Dec 20 15:22:55 2003 UTC (8 years, 1 month ago) by naddy
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Update to Ogg Vorbis 1.0.1.
Major user-visible change: vorbis-tools now integrates some support for
flac and speex files.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Oct 27 09:11:25 2003 UTC (8 years, 3 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
portlint (whitespace cleanup)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jun 10 15:40:08 2003 UTC (8 years, 8 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -20 lines
Remove option to build the XMMS plugin, which will instead be spun
off into its proper port audio/xmms-flac.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Apr 15 23:38:24 2003 UTC (8 years, 9 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +6 -0 lines
* Documentation cosmetics, requested by David Magda <dmagda@magda.ca>.
* Fix include path to enable building if an older version is already
  installed.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Feb 23 02:14:52 2003 UTC (8 years, 11 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +13 -14 lines
Update to 1.1.0.  This release adds ReplayGain and cue sheet support,
and improves 24-bit compression, tag editing in the plugins, and
decoding to AIFF.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:52:48 2003 UTC (8 years, 11 months ago) by naddy
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
pkg-comment -> COMMENT

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jan 7 04:56:14 2003 UTC (9 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Update of audio/id3lib to 3.8.2

PR:		several
Submitted by:	Roman Shterenzon <roman@xpert.com> and others

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Nov 28 16:37:27 2002 UTC (9 years, 2 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.

audio/xmms			-->	multimedia/xmms
graphics/avifile		-->	multimedia/avifile
graphics/divx4linux		-->	multimedia/divx4linux
graphics/ffmpeg			-->	multimedia/ffmpeg
graphics/libdv			-->	multimedia/libdv
graphics/libdvdcss		-->	multimedia/libdvdcss
graphics/libdvdread		-->	multimedia/libdvdread
graphics/libmpeg2		-->	multimedia/libmpeg2
graphics/linux-realplayer	-->	multimedia/linux-realplayer
graphics/mjpegtools		-->	multimedia/mjpegtools
graphics/mplayer		-->	multimedia/mplayer
graphics/mplayer-fonts		-->	multimedia/mplayer-fonts
graphics/openquicktime		-->	multimedia/openquicktime
graphics/win32-codecs		-->	multimedia/win32-codecs

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Nov 1 18:35:56 2002 UTC (9 years, 3 months ago) by naddy
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Make sure the build includes the local .h files before /usr/local/include.

PR:		44801
Submitted by:	alane

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Oct 31 19:31:09 2002 UTC (9 years, 3 months ago) by naddy
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -3 lines
* Add missing iconv dependency.
* Extract missing config.rpath from converters/libiconv.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Oct 8 23:01:05 2002 UTC (9 years, 4 months ago) by naddy
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +13 -5 lines
Clean up the configure step and allow building with an older version
still installed.

Problem reported by:	alane

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Oct 5 16:37:28 2002 UTC (9 years, 4 months ago) by naddy
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +11 -7 lines
Update to 1.0.4.  Notable improvements:
- vorbis comment and id3v1/v2 support in the plugins
- bug fixes for 24-bit handling
- x86 encoder and decoder speedups
- reduced memory requirements

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jul 20 15:32:36 2002 UTC (9 years, 6 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
Ogg Vorbis 1.0 library major version bumps.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jul 6 23:45:21 2002 UTC (9 years, 7 months ago) by naddy
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +9 -19 lines
Update to 1.0.3.  Changes in this release:
- 10-15% decoder speedup
- 24-bit input support restored
- more robust plugins
- new metadata block for Vorbis-style tags
- vastly improved metadata editor
- fixed bug with pipes and Windows
- new libFLAC++, a C++ object wrapper around libFLAC
- new metadata editing interface in libFLAC and libFLAC++
- and more...

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jan 19 16:54:56 2002 UTC (10 years ago) by naddy
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +15 -11 lines
* Update to 1.0.2.  Changes in this release include:
  - various bug fixes
  - support for encapsulating FLAC streams in an Ogg transport layer

* Bump xmms library version number in dependency.

Thanks to sf@ for i386 testing.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jan 6 06:20:17 2002 UTC (10 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
First round of auto* cleanups:
 - USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Dec 2 13:13:46 2001 UTC (10 years, 2 months ago) by naddy
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Sync xmms shared lib version.

PR:             32155
Submitted by:   Brad Forschinger <bnjf@optushome.com.au>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Nov 3 22:22:33 2001 UTC (10 years, 3 months ago) by naddy
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Update my MAINTAINER address.

Approved by:	trevor

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Sep 24 09:53:12 2001 UTC (10 years, 4 months ago) by sf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -1 lines
o suppor Compaq C on Alpha.

PR:		30162
Submitted by:	maintainer

o remove extra empty directory.

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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Aug 3 14:09:24 2001 UTC (10 years, 6 months ago) by sf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -5 lines
update to 1.0.

Submitted by:	maintainer

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jun 10 14:03:00 2001 UTC (10 years, 8 months ago) by sf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -2 lines
o add xmms plugin to pkg-plist in case of WITH_XMMS.
o NO_PORTDOCS -> NOPORTDOCS

Approved by:	maintainer

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jun 9 04:57:03 2001 UTC (10 years, 8 months ago) by sf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
fix typo.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 8 02:06:29 2001 UTC (10 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -6 lines
upgrade to 0.10
pass maintainership to Christian Weisgerber <naddy@mips.inka.de>

Submitted by:	Christian Weisgerber <naddy@mips.inka.de> (new maintainer)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun May 27 19:05:43 2001 UTC (10 years, 8 months ago) by sf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
install documents with ${INSTALL_DATA} instead of ${CP}.
${CP} makes some files unreadable other than root.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun May 20 14:07:27 2001 UTC (10 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -3 lines
encoding and decoding now works fine on alpha

Submitted by:	Christian Weisgerber <naddy@mips.inka.de> (give me the patch) and Matt Zimmerman <mdz@debian.org> (make the patch)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Apr 3 06:18:44 2001 UTC (10 years, 10 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +9 -3 lines
upgrade to 0.9
only for i386

Submitted by:	Christian Weisgerber <naddy@mips.inka.de> (for "i386 only")

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 18 05:08:04 2001 UTC (10 years, 10 months ago) by ijliao
Branches: MAIN
add flac
FLAC stands for Free Lossless Audio Codec

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