Commit graph

29 commits

Author SHA1 Message Date
Christian Weisgerber
be50752243 - Deal with libdata/pkgconfig on uninstall
- Drop obsolete libtool hack from configure.
- Bump port revision after addition of .la file.
2004-12-15 14:47:44 +00:00
Kirill Ponomarev
86ed4e1e0c Add missing file. 2004-12-13 06:28:55 +00:00
Christian Weisgerber
8b83a1fcab Update to 1.1.2. Changes in this release:
* various bugfixes
 * important bugfix for 64-bit platforms
 * various portability fixes
 * autotools cleanup from Thomas Vander Stichele
 * new multiplexed Ogg stream documentation
2004-10-12 14:54:22 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Trevor Johnson
38069212cc Add size data, approved by maintainers. 2004-03-18 20:59:15 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Christian Weisgerber
4a8a94afaf Update to Ogg Vorbis 1.0.1.
Major user-visible change: vorbis-tools now integrates some support for
flac and speex files.
2003-12-20 15:22:56 +00:00
Sergey A. Osokin
253384a218 Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-21 11:24:02 +00:00
Christian Weisgerber
886e4dc395 Remove dead mirror.
Submitted by:	fenner (portsurvey)
2003-06-07 23:31:09 +00:00
Christian Weisgerber
32b8021ea5 pkg-comment -> COMMENT 2003-02-21 12:52:52 +00:00
Christian Weisgerber
f83606bb98 Update master sites.
PR:             47676, 47677
Submitted by:   Sergey A. Osokin <osa@FreeBSD.org.ru>
2003-01-30 22:18:24 +00:00
Edwin Groothuis
fd31fb939a Updated mastersites: ftp.linuxpowered.com is an empty ftp-site,
xiph.stratius.com is unreachable for a long time.

Noticed by: portsurvey
2002-12-26 12:31:55 +00:00
Christian Weisgerber
8b43dc2c48 Do not install .la library wrappers. 2002-10-05 16:36:30 +00:00
Christian Weisgerber
fe92cd6fa6 Welcome to the long-awaited release of Ogg Vorbis 1.0! 2002-07-20 15:29:27 +00:00
Christian Weisgerber
7dbf65c308 Properly mark installation of shared libs.
Submitted by:	will
2002-01-27 12:50:50 +00:00
Christian Weisgerber
62e38448d2 fix typo in master site URL 2002-01-21 16:18:42 +00:00
Christian Weisgerber
4d71f07b6f Upgrade to Ogg Vorbis RC3.
PR:	33727, 33728, 33729, 33731
2002-01-16 14:42:33 +00:00
Christian Weisgerber
4fbb2f66a7 Update my MAINTAINER address.
Approved by:	trevor
2001-11-03 22:22:34 +00:00
Trevor Johnson
9f49d35673 Update libao to 0.8.0, which breaks mpg321. Update libogg, libvorbis,
vorbis-tools and the vorbis meta-port to 1.0rc2.  This version
supports "channel coupling" for more efficient compression of stereo
material.

Submitted by:   Christian Weisgerber (maintainer)
2001-08-27 01:26:34 +00:00
FUJISHIMA Satsuki
3dc8097aac o update to 1.0 RC1.
PORTEPOCH bumped due to PKGNAME now strictly follows handbook.
  (1.0b4,1 > 1.0.r1,1 vs. 1.0b4,1 < 1.0.r1,2)
o support NOPORTDOCS.
o remove stale MASTER_SITES.

PR:		29036
Submitted by:	maintainer
2001-07-19 06:29:35 +00:00
Will Andrews
2c9291ccf2 Fix PLIST. The correct PLIST_SUB variable is PORTDOCS, not NOPORTDOCS.
Found by:	bento
2001-03-24 07:23:12 +00:00
Satoshi Asami
5009da6844 Change "name <mailaddress>" to "mailaddress" in MAINTAINER, it is
confusing the hell out of make.

Submitted by:	bento
2001-03-24 07:07:57 +00:00
Trevor Johnson
c90c2320b1 Change maintainer for libao, libogg, libvorbis, and vorbis. Improve
use of autoconf and automake.  Support NOPORTDOCS.  Respect CFLAGS.
Fix libvorbis encoder on Alpha.  Install documentation in proper
places.

Approved by:	Theo van Klaveren <t.vanklaveren@student.utwente.nl>
		(outgoing maintainer), Christian Weisgerber
		<naddy@mips.inka.de> (new maintainer)
2001-03-23 22:21:39 +00:00
FUJISHIMA Satsuki
c22c3b06b9 o respect CFLAGS (libao, libogg, libvorbis)
o add ESOUND and KDE2 knob. (libao)
o add WWW. (libogg)
o get rid of xmms dependency. (vorbis)

Approved by:	maintainer
2001-03-02 22:07:37 +00:00
FUJISHIMA Satsuki
0cd4db73ca update to 1.0 beta4.
PR:		25413
Submitted by:	maintainer
2001-03-01 09:36:28 +00:00
Maxim Sobolev
1082504046 - Add pre-generated aclocal.m4, because aclocal sucks if several versions of
m4 macros for the same software installed (for example sld.m4 & sdl11.m4);
- use AUTOMAKE_ARGS.
2000-11-29 09:52:36 +00:00
Satoshi Asami
f440390503 Add AUTO{CONF,MAKE}_{ENV,ARGS}. Among other things, this will fix
audio/libao, audio/libogg, audio/libvorbis and audio/vorbis-tools
which need --add-missing to be passed to automake.

PR:		22610
Submitted by:	Theo van Klaveren <t.vanklaveren@student.utwente.nl>, roger, sobomax
2000-11-16 13:06:29 +00:00
Satoshi Asami
5eb048e6fa Add USE_AUTOMAKE.
Submitted by:	bento
2000-11-13 10:22:54 +00:00
Trevor Johnson
eed58dac3e Add new port of libogg, a library for handling Ogg streams.
PR:		22096
Submitted by:	Theo van Klaveren <t.vanklaveren@student.utwente.nl>
2000-11-02 21:11:47 +00:00