1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

4861 Commits

Author SHA1 Message Date
Michael Johnson
4e14a57413 Fix build on 6.x
Pointed out by:	pointy hat via kris
2004-12-03 00:22:06 +00:00
Dejan Lesjak
b8f5127bb1 Fix location of true(1) in configure.in. This problem is masked if
makedepend (a part of imake) is installed as configure looks for it first.
If it cannot find it it just uses true(1) instead. Since upgrade of X.Org
ports to 6.8.1, makedepend is no longer necessary there at build time.
Tell it that true actually lives in /usr/bin as putting this in
CONFIGURE_ENV doesn't work.
2004-12-02 00:25:12 +00:00
Michael Johnson
f6a9a34fac Remove old MPEG4IP knobs that are not used anymore
Pointed out by:	lofi
2004-12-01 21:46:03 +00:00
Michael Johnson
39285e4e41 Reset MAINTAINER to ports@FreeBSD.org 2004-12-01 04:29:40 +00:00
Koop Mast
72c25115af Add libvisual support to amarok.
Approved by:	pav (mentor), markus (maintainer)
2004-11-30 22:40:26 +00:00
Koop Mast
2c17d552a0 add libmusepack. Musepack is an audio compression format with a strong
emphasis on high quality. It's not lossless, but it is designed for
transparency, so that you won't be able to hear differences between the
original wave file and the much smaller MPC file.

Approved by:	pav (mentor)
2004-11-30 21:03:12 +00:00
Michael Johnson
e29a9793e2 - Remove audio/mBox and merge changes in to audio/mbox since
these ports are duplicate with same maintainer as audio/mBox
2004-11-29 23:52:29 +00:00
Tilman Keskinoz
d51c675f44 - Readd ONLY_FOR_ARCHS. Although this port builds on all architectures
only i386 and ia64 seem to have the bktr(4) driver.
- Add a more accurate OSVERSION for the bktr header reorganization.
2004-11-29 13:35:04 +00:00
Tilman Keskinoz
3e902b7b48 - bktr(4) seems to be available on all 5.x architectures, so remove
ONLY_FOR_ARCHS.
- Fix location of bktr headers on 5.x
- Fix WWW

PR:	74486
2004-11-28 23:42:14 +00:00
Pav Lucistnik
9c4293b3d2 Add listener, a typical security-related program like the motion package
(which detects motion on a Webcam): it listens for sound. If it detects
any, it starts recording until the sound stops (or a bit later, which is
configurable). It stores the audio in .WAV files.

PR:		ports/74348
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2004-11-28 17:26:53 +00:00
Pav Lucistnik
76def71b76 - Update to 0.96
PR:		ports/74343
Submitted by:	David Le Brun <david@dyn-ns.net> (maintainer)
2004-11-28 16:10:02 +00:00
Michael Johnson
59d8bf1403 - Add option for mpeg4 audio coding via mpeg4ip-libmp4v2 (WITH_MPEG4IP)
- Bump PORTREVISION
2004-11-28 15:11:55 +00:00
Kirill Ponomarev
a89c2440b5 Update to 1.0.4
PR:		ports/74472
Submitted by:	maintainer
2004-11-28 10:03:46 +00:00
Michael Johnson
872bef1d9f Back out of last commit, this causes major problems with mpeg4ip with an endless loop on build. We'll just have to wait for mpeg4ip & mpeg4ip-libmp4v2 to be fixed. 2004-11-28 02:51:10 +00:00
Michael Johnson
56d44d1f15 - Add a temporary work around if you have multimedia/mpeg4ip-libmp4v2 installed
without multimedia/mpeg4ip installed by adding a dependency on multimedia/mpeg4ip
this also adds a new know WITH_MPEG4 for use of encoding mpeg4 audio

PR:		ports/74094
Reported by:	many
2004-11-27 20:03:44 +00:00
Michael Johnson
9c37fcec85 Use newer version of autoconf/autoheader (259)
Submitted by:	paulbeard@mac.com
2004-11-27 15:16:11 +00:00
Kirill Ponomarev
395b110e40 Update to 1.2 2004-11-27 09:42:50 +00:00
Kirill Ponomarev
b1e01cb937 Support gnomehier
PR:		ports/74420
Submitted by:	Ports Fury
2004-11-26 19:44:51 +00:00
Kirill Ponomarev
064bc3e839 Fix build against rerolled tarball
PR:		ports/74419
Submitted by:	Ports Fury
2004-11-26 19:40:44 +00:00
Sergey Matveychuk
fea96d9dd2 Do not compiled on sparc64. Reflect it with NOT_FOR_ARCH.
PR:		ports/74335
Submitted by:	maintainer
2004-11-26 18:23:39 +00:00
Jeremy Messenger
b877396947 - Add an OPTION to use gstreamer over xine as the playback backend. Xine is
still default.
- Use new GCONF_SCHEMAS

PR:		ports/74399
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org> (maintainer)
Project by:	BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
2004-11-26 06:45:43 +00:00
Kris Kennaway
fd72caab84 Add missing libtool droppings 2004-11-26 00:51:45 +00:00
Kris Kennaway
9c82fb3c61 Add missing file 2004-11-26 00:48:57 +00:00
Kris Kennaway
e739b5952a Add missing directory 2004-11-26 00:05:53 +00:00
Kris Kennaway
4d7a644b66 Add missing directory 2004-11-24 23:14:35 +00:00
Lars Thegler
13a2169bc3 Unbreak build
Noticed by:	Henrik Andersen
2004-11-24 14:36:38 +00:00
Michael Johnson
c5eaa3975a - Add math/fftw3 to BUILD_DEPENDS since it installs the header files [1]
- Add WITH_SSE knob since fftw3-float supports it
- Add WITH_OPTIMIZED_CFLAGS knob to respect CFLAGS if not defined [1]

Submitted by:	KATO Tsuguru [1]
Approved by:	adamw (implicit)
2004-11-24 06:26:16 +00:00
Michael Johnson
769416c575 Bump PORTREVISION due to last commit of dependency changes
Approved by:	adamw (implicit)
2004-11-24 03:36:46 +00:00
Michael Johnson
ecb14b7a26 Change math/fftw3 dependency to math/fftw3-float
Approved by:	adamw (implicit)
2004-11-24 03:34:56 +00:00
Kris Kennaway
bcb765b21d BROKEN: Size mismatch 2004-11-24 03:11:42 +00:00
Ying-Chieh Liao
e2e5c40ad0 upgrade to 2.2.8 2004-11-24 02:53:20 +00:00
Kris Kennaway
df8ced14fd Add a missing libtool dropping 2004-11-24 02:48:58 +00:00
Kris Kennaway
ed28c02230 Add some libtool .la droppings 2004-11-24 02:44:57 +00:00
Jeremy Messenger
e68c049cb7 Use new GCONF_SCHEMAS.
Approved by:	kwm and marcus
2004-11-24 00:14:56 +00:00
Jeremy Messenger
bdb974fb79 Use new GCONF_SCHEMAS.
Approved by:	pav
2004-11-23 19:33:08 +00:00
Koop Mast
db78fcaf26 Change the not yet changed maintainer fields to my FreeBSD.org account.
Approved by:	pav (mentor)
2004-11-23 08:51:28 +00:00
Michael Johnson
64b99a8e32 Don't build not needed libraries
PR:		ports/72176
Approved by:	maintainer timeout (20 days)
		adamw (mentor)
2004-11-23 03:57:49 +00:00
Jeremy Messenger
d7fcc8234e Use new INSTALLS_OMF.
Approved by:	bland, kwm, marcus and pav
2004-11-23 02:23:08 +00:00
Michael Nottebrock
3d9a145643 Use PREFIX instead of LOCALBASE for the hardcoded artsd location. 2004-11-22 22:28:57 +00:00
Kirill Ponomarev
f1fc76dd97 Update to version 2004.11.21
PR:		ports/74243
Submitted by:	Ports Fury
2004-11-22 16:01:20 +00:00
Pav Lucistnik
239dfa90c4 - Fix build on 4.x 2004-11-22 08:55:09 +00:00
Alexander Nedotsukov
c4a389c505 Remove .schemas file from PLIST since it is completely handled
by GCONF_SCHEMAS (this fixes recently reported pkg_delete failures).
2004-11-22 03:09:24 +00:00
Lars Thegler
a124bba59c - Update to 0.2.3d
PR:		72849
Submitted by:	Michael Handler <handler@lair.grendel.net>
2004-11-21 19:34:44 +00:00
Patrick Li
1dff593719 Update to 0.3.8 2004-11-21 18:43:38 +00:00
Pav Lucistnik
50df4f8e0e - Fix botched local patch which was breaking compilation with esound
PR:		ports/74128
Reported by:	Michael C. Shultz <ringworm@inbox.lv>
2004-11-21 14:53:51 +00:00
Kris Kennaway
bf700d1549 BROKEN on ia64: Does not compile 2004-11-18 22:33:56 +00:00
Kris Kennaway
47688485bf BROKEN on ia64 and sparc64: Does not compile 2004-11-18 22:28:00 +00:00
Kris Kennaway
aeec5966d0 BROKEN on 5.x: Does not compile 2004-11-18 22:11:21 +00:00
Kris Kennaway
be800c9c95 BROKEN on !i386: Does not compile 2004-11-18 08:28:30 +00:00
Pav Lucistnik
d28942a721 - Fix build on !i386
Submitted by:	Dima Panov <redfox@Fluffy.Khv.RU>
2004-11-18 08:11:46 +00:00