1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

44 Commits

Author SHA1 Message Date
Christian Weisgerber
fc6f899691 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
2008-04-07 20:37:23 +00:00
Jeremy Messenger
fac32e69a7 - Fix the build when audio/oss is installed by force to search for
sys/soundcard.h in /usr/include first rather than oss's header. [1]
- While I am here, fix the flac option. The autocheck is not need when
  it is enable by default and add --disable-flac to make WITHOUT_FLAC works.

PR:		ports/116268 [1]
Reported by:	Volker <heizraum@freenet.de> [1]
2007-09-15 16:02:19 +00:00
Jeremy Messenger
eeeb87cfa9 - Add support for FLAC metadata. [1]
- Remove sqlite3 option and disable it by default, since it's only for
  regression tests.
- Bump the PORTREVISION.

PR:		ports/114524 ports/115805
Suggested by:	Ed Schouten <ed@fxq.nl>
Obtained from:	https://lists.hoeg.nl/archives/herrie-users/2007-July/000053.html [1]
2007-08-25 22:56:26 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Michael Johnson
7fcf0f8427 - Update to 1.0.17 2006-09-02 20:48:50 +00:00
Michael Johnson
948f5473bd - Transfer MAINTAINER to multimedia@
Approved by:	dhw (postmaster, for using multimedia@ as maintainer)
		gnome (gstreamer ports)
2006-06-09 18:00:35 +00:00
Michael Johnson
c73e87e238 - Update to 1.0.16 2006-05-02 14:26:56 +00:00
Michael Johnson
c808e64d3c - Update to 1.0.15 2006-03-20 02:17:32 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Michael Johnson
256b77bdec - Update to 1.0.14 2006-02-21 12:25:05 +00:00
Edwin Groothuis
98c419f62a Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:     krion@
PR:              ports/88711
2006-01-22 01:14:22 +00:00
Michael Johnson
bee9b1a5dc - Update to 1.0.13 2006-01-21 22:25:22 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Michael Johnson
3e4b179fa7 - Add SHA256
- Add SIZE to a few ports
2005-11-09 07:09:47 +00:00
Michael Johnson
61c9358f3b - Update to 1.0.12
- Grab MAINTAINER
- Add new OPTIONS, WITH_FLAC, on by default -- adds support to flac
  and WITH_SQLITE3, off by default -- adds support to sqlite3
2005-09-30 08:30:00 +00:00
Michael Johnson
c0de790bc8 Update to 1.0.11
Approved by:	adamw (mentor)
2004-11-18 03:08:50 +00:00
Pav Lucistnik
db5cad7305 - Make sndfile-play work
PR:		ports/72716
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-15 11:43:25 +00:00
Pav Lucistnik
a7da1cec16 - Remove USE_GCC=3.4, it's not needed
- Update libtool

PR:		ports/72607
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-13 15:52:13 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +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
Kirill Ponomarev
997c82b947 Update to version 1.0.10
PR:		ports/68859
Submitted by:	Ports Fury
2004-07-09 17:13:17 +00:00
Kirill Ponomarev
0aca7a553c - Update to version 1.0.9
PR:		ports/67079
Submitted by:	Ports Fury
2004-05-23 19:04:19 +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
Kirill Ponomarev
7da53ae893 - Update to version 1.0.7
PR:		ports/63492
Submitted by:	Ports Fury
2004-02-28 19:40:37 +00:00
Kirill Ponomarev
f12f290d11 - Fix MASTER_SITES
PR:		62750 62751
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>, David Gilbert <dgilbert@daveg.ca>
2004-02-12 20:51:27 +00:00
Kirill Ponomarev
57c85f3ac0 - Update to version 1.0.6
PR:		ports/62635
Submitted by:	Ports Fury
2004-02-10 15:10:26 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Joe Marcus Clarke
7cf7b646b2 Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro.

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-07 09:28:14 +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
Kirill Ponomarev
1f1c0a01ee - Utilize USE_GNOME
PR:		55743
Submitted by:	Ports Fury
2003-08-20 10:48:57 +00:00
Tilman Keskinoz
fcbdbe0574 Update to 1.0.5
PR:		51716
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-05-04 21:36:32 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Maxim Sobolev
e54d0ec1e2 Update to 1.0.4. 2003-02-03 12:35:53 +00:00
Ying-Chieh Liao
21402b54e5 upgrade to 1.0.3
PR:		46139
Submitted by:	Ports Fury
2003-01-02 19:10:45 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Akinori MUSHA
2c4e35318b Update libsndfile to version 1.0.1 with a shlib major bump.
PR:		ports/42968
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-09-20 07:36:43 +00:00
Ying-Chieh Liao
31154892b6 PERL -> REINPLACE_CMD
PR:		39283
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-07-08 10:22:14 +00:00
Patrick Li
ed4180a41e Update to 0.0.28
PR:		37683
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-05-02 21:23:37 +00:00
Ying-Chieh Liao
47366a8998 upgrade to 0.0.27
PR:		32213
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-23 17:32:50 +00:00
Mario Sergio Fujikawa Ferreira
68a4151e39 Update to 0.0.26
PR:		31069
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-10-06 14:50:33 +00:00
David W. Chapman Jr.
253e1b647b Update to 0.0.24
PR:		30037
Submitted by:	tkato@prontomail.com
2001-08-24 23:16:41 +00:00
Ying-Chieh Liao
bf957bb77a remove extra dirs
Submitted by:	bento log
2001-08-03 18:28:42 +00:00
Ying-Chieh Liao
8ef42ce549 add libsndfile
Reading and writing files containing sampled sound (like WAV or AIFF)
2001-07-20 02:45:18 +00:00