Jeremy Messenger
932c320eac
Hack in speex.pc to add -I/usr/local/include/speex to make it more backwards
...
compatibility. It should avoid for us to create more hacks in other ports.
Discussed with: ahze
2007-02-25 21:46:33 +00:00
Jeremy Messenger
0f28824a01
audio/speex-devel -> audio/speex, remove audio/speex-devel.
2007-02-23 22:50:15 +00:00
Kris Kennaway
ae994c8ea8
Use libtool port instead of included version to avoid objformat a.out botch
2007-02-01 02:42:05 +00:00
Jeremy Messenger
24bf439737
Portlint:
...
-Use -[0-9]* in CONFLICT.
2006-06-12 06:11:33 +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
Sergei Kolobov
456ebe191c
- Use configure script --with-ogg-dir argument to specify devel/libogg
...
dependency location instead of explicitly passing modified CPPFLAGS
and LDFLAGS variables. This gives configure script a chance to do the
right thing when detecting libogg if ${LOCALBASE} != "/usr/local"
PR: ports/97464
Submitted by: sergei
Approved by: ahze (maintainer)
2006-05-18 16:42:31 +00:00
Edwin Groothuis
179697185d
Remove USE_REINPLACE from ports in categories starting with A.
2006-05-03 05:14:35 +00:00
Ade Lovett
8503536d38
Conversion to a single libtool environment.
...
Approved by: portmgr (kris)
2006-02-23 10:40:44 +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
1d698f21a5
- Make sure man pages get installed in PREFIX
...
Reported by: pointyhat via kris
2005-10-16 21:22:23 +00:00
Michael Johnson
5ba4f168ae
- Add MASTER_SITE_LOCAL to MASTER_SITES since a few people
...
said the current mirror is very very slow for them.
2005-05-10 15:53:22 +00:00
Michael Johnson
05765786c8
- Update MASTER_SITES, some reason it doesn't work unless a proxy is set.
...
Reported by: krismail
2005-05-09 22:21:04 +00:00
Michael Johnson
2b3295fca6
- Update to 1.0.5
...
- Use libtool15 now instead of libtool13
- Speex bumped lib version but there is no need so I put it back at .3
2005-05-08 03:59:05 +00:00
David E. O'Brien
c3d8037aeb
At Kris's request, back out the MACHINE_ARCH spelling correction until
...
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae
Assist getting more ports working on AMD64 by obeying the
...
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Michael Johnson
3815f894e0
- Fix Version: line in speex.pc pkg-config file
...
- Bump PORTREVISON
Pointed out by: kwm
2004-12-28 22:29:11 +00:00
Michael Johnson
7a2171a048
Add CONFLICTS to speex-devel
...
Approved by: pav (co mentor)
2004-11-11 08:48:30 +00:00
Michael Johnson
53cd881415
Grab Maintainer
...
Approved by: jre@vineyard.net
pav (co mentor)
2004-11-08 06:38:31 +00:00
Kirill Ponomarev
951aa6e295
Update to 1.0.4
...
PR: ports/69389
Submitted by: Michael Johnson <ahze@ahze.net>
Approved by: maintainer
2004-07-23 09:09:54 +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
a1bc8c46f5
Add size data, approved by maintainers.
2004-03-20 21:03:41 +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
Christian Weisgerber
36502f99cb
Reinstate PORTEPOCH, accidentally deleted in previous commit.
...
Submitted by: krion
2003-11-21 15:50:50 +00:00
Christian Weisgerber
8e0e9a9bd4
Update to 1.0.3: minor bugfixes.
...
Approved by: maintainer
2003-11-20 20:25:22 +00:00
Kirill Ponomarev
386c16f1a9
- Update to version 1.0.2
...
PR: 57387
Submitted by: Josh Elsasser <jre@vineyard.net> (maintainer)
2003-09-30 05:24:25 +00:00
Christian Weisgerber
e11889968d
Update to version 1.0.1.
...
PR: 53098
Submitted by: Ports Fury
2003-06-11 17:51:34 +00:00
Norikatsu Shigemura
b9cd1c3026
Give maintainership to submitter.
...
Submitted by: Josh Elsasser <jre@vineyard.net>
2003-03-25 05:16:13 +00:00
Norikatsu Shigemura
7631b26e0a
Update to 1.0.
...
PR: ports/50261
Submitted by: Josh Elsasser <jre@vineyard.net>
2003-03-25 04:22:06 +00:00
Norikatsu Shigemura
0aba7ebcbe
Fix dependency on devel/libgnugetopt.
...
Pointed out by: kris
Approved by: kris (portmgr)
2003-03-19 03:06:50 +00:00
Akinori MUSHA
7cc1393a93
De-pkg-comment.
2003-02-20 17:07:10 +00:00
Maxim Sobolev
d8f3c3453d
PORTEPOCH should never be decreasing.
...
Revealed by: pkg_version(1)
Pointy hat to: roger
2003-02-18 16:24:15 +00:00
Norikatsu Shigemura
d6428c128a
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
...
Submitted by: Ports Fury
2003-02-08 05:27:23 +00:00
Roger Hardiman
b8063d7fc9
Upgrade to rc 2
2003-02-02 17:49:42 +00:00
Norikatsu Shigemura
05d59c2369
Conditionalize libgnugetopt dependencies.
...
PR: ports/47745
Submitted by: Ports Fury
2003-02-02 14:20:18 +00:00
Ying-Chieh Liao
e70bed71b3
upgrade to 1.0b4
...
PR: 46424
Submitted by: Ports Fury
2003-01-03 19:07:05 +00:00
Roger Hardiman
cf1a7747fb
Speex uses the Xiph licence now.
2002-11-22 09:44:40 +00:00
Ying-Chieh Liao
461080c7c4
- Add missing MAN line
...
- Fix pkg-plist
- Update WWW: line
PR: 45422
Submitted by: Ports Fury
2002-11-20 12:21:14 +00:00
Roger Hardiman
b2d93ed571
Upgrade to 1.0 beta 3. Reduces CPU usage, adds SSE support (disabled)
...
and stereo support.
2002-11-13 09:56:09 +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
Roger Hardiman
33f7f8bd49
Rename to comply with porters handbook.
2002-10-19 13:44:36 +00:00
Roger Hardiman
a133e538e3
Upgrade to latest release
2002-10-17 12:44:24 +00:00
Roger Hardiman
4961f304d6
Upgrade to 0.8.1
2002-09-06 05:12:38 +00:00
David W. Chapman Jr.
5905681d08
Update to 0.8.0
...
PR: 42238
Submitted by: tkato@prontomail.com
2002-08-31 17:24:19 +00:00
Christian Weisgerber
2e5e08fbcb
Update to 0.7.0
...
PR: 41731
Submitted by: Ports Fury
2002-08-17 18:38:57 +00:00
Patrick Li
d8ac619d79
Update to 0.6.0
...
PR: ports/41354
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2002-08-06 00:46:24 +00:00
Christian Weisgerber
61e8204f07
Do not install .la files, general clean-up.
...
PR: 41169
Submitted by: Ports Fury
2002-07-30 23:32:44 +00:00
Ying-Chieh Liao
ed79eef259
add speex 0.5.2
...
An open-source (LGPL) patent-free voice codec
2002-07-30 08:52:54 +00:00