1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

5417 Commits

Author SHA1 Message Date
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
Oliver Lehmann
845bb504da change the libtool version to use from 1.3 to 1.5 2005-05-31 21:34:45 +00:00
Florent Thoumie
17f5e78f0a - Use USE_GCC=3.4+ for upcoming audio/ocp release.
PR:		ports/81703
Submitted by:	maintainer
2005-05-31 21:24:38 +00:00
Oliver Lehmann
0f12fcc8c7 change the libtool version to use from 1.3 to 1.5 2005-05-31 19:00:51 +00:00
Oliver Lehmann
950486b975 change the libtool version to use from 1.3 to 1.5 2005-05-31 17:52:34 +00:00
Oliver Lehmann
fbecb83eab change the libtool version to use from 1.3 to 1.5 2005-05-31 16:41:49 +00:00
Oliver Lehmann
63047f94b3 change the libtool version to use from 1.3 to 1.5 2005-05-31 16:26:39 +00:00
Oliver Lehmann
5200cfb2df change the libtool version to use from 1.3 to 1.5 2005-05-31 16:10:25 +00:00
Koop Mast
482d77c904 Update to 0.8.9.
Remove xine plugins, not very well supported and gstreamer-ffmpeg does a
better job.
Override COMMENT and PORTREVISION in slave ports.
For the slave ports in multimedia add also CATAGORIES.
Chase libmusepack -> libmpcdec rename.

Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html

Approved by:	maintainer (implicit)
2005-05-31 15:51:42 +00:00
Koop Mast
24ae5cdd4b Complete repocopy from audio/libmusepack -> audio/libmpcdec.
And update to version 1.2.

Repocopy done by:	marcus
2005-05-31 15:40:47 +00:00
Sam Lawrance
0efbc06135 Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.

PR:		ports/79666
Submitted by:	me
2005-05-31 13:16:44 +00:00
Pav Lucistnik
c967d41d11 - Update to 2.0.20.1
- Reset maintainership on maintainer's request

PR:		ports/81494
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	Daniel O'Connor <darius@dons.net.au> (maintainer)
2005-05-31 12:49:14 +00:00
Roman Bogorodskiy
4a71f897b5 Add USE_GETOPT_LONG to fix build on 4.x
Reported by:	pointyhat via kris
2005-05-31 03:48:01 +00:00
Roman Bogorodskiy
f38f90aa70 - Update to 0.11.5 [1]
- Add "-export-dynamic" to LDFLAGS to make glurp really work [2]

Approved by:	Mark Daniel Reidel (maintainer)	[1]
Obtained from:	glurp forum [2]
2005-05-29 14:00:03 +00:00
Sam Lawrance
3ed0276748 Fix a patch that got mangled on the last update.
Approved by:	clement (mentor, implicit)
2005-05-28 10:45:00 +00:00
Alexey Dokuchaev
06d5f0b61d - Use DISTVERSION
- Use INSTALL_PROGRAM
- Shorten install command
- Reindent Makefile header
- Utilize PLIST_FILES and kill one-line pkg-plist
- Add a comment why specific C[XX]FLAGS should be used

Encouraged by:	krion
2005-05-27 09:24:44 +00:00