Commit graph

5432 commits

Author SHA1 Message Date
Pav Lucistnik
5df70f878c - Disable libsidplay for FreeBSD 4.X due to clash between gcc295 and gcc34
PR:		ports/82956
Submitted by:	Emanuel Haupt <ehaupt@critical.ch> (maintainer)
2005-07-05 22:30:07 +00:00
Christian Weisgerber
ffb55c0ebb Update to 1.1.1. No change log available. 2005-07-05 13:38:19 +00:00
Roman Bogorodskiy
62336ce6a5 Update to 1.1.
PR:		82973
Submitted by:	Wesley Shields (maintainer)
2005-07-04 15:40:55 +00:00
Christian Weisgerber
7541c4c5e5 Update to 1.1.1. Minor bug and documentation fixes. 2005-07-04 14:48:39 +00:00
Pav Lucistnik
457d96ece8 - Better WWW 2005-07-03 10:21:15 +00:00
Michael Nottebrock
bacfcfd148 Patch kdemultimedia's configure-script to prevent it from bailing
in certain environments/sh versions.

Reported & submitted by: Steven Friedrich <FreeBSD@insightbb.com>
2005-07-03 01:54:13 +00:00
Adam Weinberger
03d809c57a Update to 1.99.6. 2005-07-01 22:31:59 +00:00
Jean-Yves Lefort
78a4be26ae Fix the build on 64-bit platforms.
Reported by:	pointyhat
2005-06-30 01:03:58 +00:00
Jean-Yves Lefort
09774d0817 Fix the build on some non-i386 platforms.
Reported by:	pointyhat
2005-06-30 00:21:03 +00:00
Jean-Yves Lefort
bfde2ef470 Add xmms-xymms.
XymMS is an XMMS input plugin capable of playing Sega Genesis GYM files by
rendering FM, DAC, and PSG signals through emulation of the YM2612 and SN76496
sound chips found in the video game console. It supports zlib compression and
decompression, and other various settings for output quality, etc. You can
compress and decompress files along with updating ID tags using the File Info
window.

WWW: http://sourceforge.net/projects/xymms/

PR:		ports/82697
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-28 19:41:21 +00:00
Jean-Yves Lefort
c6719ae487 Add xmms-gbsplay.
xmms-gbsplay is a XMMS input plugin which emulates the sound hardware of the
Nintendo Game Boy(TM). It is able to play the sounds from a Game Boy(TM)
module dump (.GBS format) in XMMS.

WWW: http://gbsplay.berlios.de/

PR:		ports/82695
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-28 18:13:39 +00:00
Jean-Yves Lefort
71d63a1a04 Add gbsplay.
gbsplay emulates the sound hardware of the Nintendo Game Boy(TM). It is able
to play the sounds from a Game Boy(TM) module dump (.GBS format) through
/dev/dsp, standard output or NAS.

WWW: http://gbsplay.berlios.de/

PR:		ports/82694
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-28 18:11:44 +00:00
Michael Nottebrock
b8aa331a47 Update to 1.2.4.
Approved by: maintainer
2005-06-28 18:01:55 +00:00
Michael Nottebrock
8bf4bd1c32 Update to KDE 3.4.1 2005-06-26 15:38:58 +00:00
Sam Lawrance
ae52e2a6c1 Chase commoncpp update and bump PORTREVISION for these ports.
As result of
PR:		ports/82565
2005-06-24 11:18:56 +00:00
Mark Pulford
45d5191152 Update to 1.6.
PR:		82598
Submitted by:	Andrej Zverev <az@inec.ru>
2005-06-24 09:24:00 +00:00
Michael Nottebrock
3554ea6236 Fix various issues with the rc-script and adjust pkg-message accordingly. 2005-06-22 20:08:28 +00:00
Jean-Yves Lefort
1a45663dbb Add xmms-efxmms.
EFXmms is a standard XMMS effect plugin adaption of EFX. It provides the
possibility to send the audio through a queue of multiple effect plugins
instead of one effect that XMMS originally handles.

WWW: http://sourceforge.net/projects/efxmms/

PR:		ports/82363
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-22 11:15:06 +00:00
Michael Johnson
2a201ae9aa Add malint , MPEG Audio stream validator.
PR:		ports/82443
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-22 06:25:14 +00:00
Roman Bogorodskiy
84307b1603 Fix plist.
PR:		82292
Submitted by:	Soren Straarup <xride@x12.dk>
Approved by:	Mark Daniel Reidel (maintainer)
2005-06-18 14:08:38 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Joe Marcus Clarke
d422c470a0 Monkey Media is dead and broken. Remove it to fix certain build problems. 2005-06-17 21:35:31 +00:00
Christian Weisgerber
5e09d4a8e2 Import xmms-xf86audio 0.4.3.
A plugin that enables XMMS to use the media-control keys on many
keyboards to control XMMS playback and volume.
2005-06-16 19:59:39 +00:00
Michael Johnson
7f093c1dae - Depend on mpeg4ip-libmp4v2 for mp4v2 support not mpeg4ip
PR:		ports/79115
Submitted by:	Michael Handler <handler@grendel.net>
Approved by:	maintainer timeout (2.75months)
2005-06-16 04:45:20 +00:00
Dejan Lesjak
5a2bfbf499 Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
2005-06-15 02:43:36 +00:00
Jean-Yves Lefort
2992419fb5 Add xmms-eq.
EQ is a realtime graphical equalizer plugin for XMMS.

WWW: http://equ.sourceforge.net/

PR:		ports/82211
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-14 17:20:12 +00:00
Roman Bogorodskiy
d97c665e19 - Fix iconv support [1]
- Rename ICONV knob to WITH_ICONV
- Bump PORTREVISION

Submitted by:	TOMITA Yoshinori <yoshint@flab.fujitsu.co.jp> [1]
2005-06-13 04:26:08 +00:00
Sam Lawrance
0b03e353f8 Bump PORTREVISION for ports affected by libdockapp library version bump. 2005-06-13 01:06:26 +00:00
Michael Johnson
ddc2a56c08 - Update to 1.1.10 2005-06-12 16:16:04 +00:00
Sam Lawrance
b91e75395a Chase libdockapp update. 2005-06-12 13:49:54 +00:00
Sam Lawrance
9128eb6e45 Update to 0.1.9.
Also fix a build problem when security/heimdal is installed.

PR:		ports/82135
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-12 13:30:07 +00:00
Jean-Yves Lefort
d6afa0cff7 Add xmms-openspc.
XMMS input plugin for SPC format support.

WWW: http://www.xmms.org/plugins.php?details=225

PR:		ports/82139
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-11 20:31:11 +00:00
Joe Marcus Clarke
2298437f46 Use USE_LIBTOOL_VER=15 to fix the build on -CURRENT.
Reported by:	GNOME Tinderbox
2005-06-11 06:57:08 +00:00
Joe Marcus Clarke
f234553253 Update Gaim to 1.3.1 and chase all dependent ports.
The changes in this release of Gaim can be found at
http://gaim.sourceforge.net/ChangeLog.

Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
Security:	This release fixes security bugs found at
		http://gaim.sourceforge.net/security/
2005-06-11 05:16:11 +00:00
Hajimu UMEMOTO
b2e2b7af72 fix build. 2005-06-10 17:05:43 +00:00
Jean-Yves Lefort
996592e1ee Add xmms-fxt.
FX Toolbox plugin for XMMS.

People who enjoyed EaglePlayer II on Amiga, may remember the 8-bit Amplifier,
which featured a nice Surround effect. This plugin is an attempt to recreate
the same effect, plus some other goodies.

About the surround effect: it works like a cross echo. Some amount of the left
channel is delayed of some milliseconds, then added to the right channel, and
vice-versa.

* Provide a feeling of bigger room (that's what they said :).
* Reduce ear pressure when using headphones, especially with mods (try it to
  understand).
* Despite being nearly a stereo -> mono effect, you can still locate the sound
  in space, thanks to the delay.

WWW: http://xmms-fxt.sourceforge.net/

PR:		ports/82053
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-10 15:56:42 +00:00
Jean-Yves Lefort
57a29a7218 Add xmms-defx.
DeFX is a multi-effects processor plug-in. DeFX supports 6 types of effects,
grouped into 4 different modules.

  - Karaoke: removes the song's voices, trying to preserve the bass and drums.
  - Panning: smoothly selects between the two stereo channels.
  - Modulation: three classical effects: flange, phaser and chorus.
  - Reverberation: simulates the reverberation of a huge room.

WWW: http://defx.sourceforge.net/

PR:		ports/82013
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-10 15:20:29 +00:00
Patrick Li
0162c51922 Update to 1.4.1
PR:		ports/82074
Submitted by:	ports fury
2005-06-10 07:56:29 +00:00
Michael Nottebrock
cce3d79bef Duh. Forgot to rename the sucker in CVS. 2005-06-08 12:31:16 +00:00
Michael Johnson
2cf8468ce0 - Update to 0.2.36
- Add new knob, WITH_ARTS, this enables arts backend (weird...)
2005-06-07 17:16:43 +00:00
Jean-Yves Lefort
041059c67c Add xmms-ahx.
XMMS input plugin for AHX format support. AHX is a synthetic music format from
Amiga, and reproducing C64-style music.

WWW: http://xmms-ahx.sourceforge.net/

PR:		ports/81811
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-06-06 18:42:12 +00:00
Michael Nottebrock
196046c8bb Fix rcNG script.
PR:				ports/81932
Submitted by:			Mike Benjamin <mikeb@mikeb.org>
Correct fix pointed out by: 	flz
2005-06-06 14:01:45 +00:00
Pav Lucistnik
bb06060423 - Update to 1.1.3
PR:		ports/81848
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-03 22:31:54 +00:00
Michael Johnson
36f93d03dc - Update to 1.1.9 2005-06-03 17:52:37 +00:00
Sergey A. Osokin
6b6fd72704 Fix build on RELENG_5 (gcc 3.4.2).
Problem submitted by:	Eugene M. Zheganin <emz@norma.perm.ru>
Idea for patch from:	fjoe
PR:			81827
2005-06-03 11:42:48 +00:00
Koop Mast
f98d2972df Fix the build on 4.x by removing a ^M.
Reported by:	Kent Stewart <kstewart AT owt dot com>
2005-06-03 07:34:45 +00:00
Roman Bogorodskiy
ff54e68986 Make it i386-only.
PR:		81794
Submitted by:	Emanuel Haupt (maintainer)
2005-06-02 10:54:44 +00:00
Adam Weinberger
39f72a119f Depend on gnomehier, and remove a locale dir not in the plist. 2005-06-01 19:11:22 +00:00
Roman Bogorodskiy
bcb4e527a7 Use SLAVEDIRS.
Suggested by:	vs
2005-06-01 10:47:00 +00:00
Pav Lucistnik
8836ca9a6a - Submitter of last update agreed to look after this port 2005-06-01 08:26:45 +00:00