Commit graph

262 commits

Author SHA1 Message Date
Shaun Amott
f8752372db - Maintainer reports: [1]
This is a cumulative update to the mplayer port addressing several
  issues:

  o imake handling for audio-only-mplayer corrected.
  o Adapt mplayer to recent x264 API changes. Reported by David Warren.
    Obtained from official mplayer CVS.
  o Correct internal libtremor handling on amd64 arch, by Aleksey Salow.
  o Correct VIDIX playlists on amd64 arch.
  o Proper handling of the speex codec and the polyp sound server,
    reported by Ion-Mihai Tetcu.

- Fix OPTIONS checking logic - this caused the default package to have
  way too many dependencies (e.g. Linux, and i386-specific ports).

- Fix build on FreeBSD 4.x [2]

PR:		ports/102493 [1], ports/102570 [2]
Submitted by:	Thomas E. Zander <riggs@rrr.de> [1], Ports Fury [2]
Approved by:	Thomas E. Zander <riggs@rrr.de> (maintainer) [2]
2006-09-04 21:47:44 +00:00
Michael Johnson
a032a2b84f - Fix build with x264 2006-08-10 01:07:29 +00:00
Michael Johnson
21c2c7b181 - Chase x264 libver bump 2006-08-09 15:17:03 +00:00
Ion-Mihai Tetcu
b008ba91a1 Apply some user-requested changes to the mplayer port:
o Have mga xvidix driver autodetect memory, reported by Andre Albsmeier
o Remove PKGSUFFIX stuff, instead port name is always "mplayer"
o Use win32 real player codecs if the user prohibits linux-realplayer interaction

PR:		ports/101224
Submitted by:	Thomas E. Zander (maintainer)
2006-08-04 18:19:49 +00:00
Ion-Mihai Tetcu
326e416cf0 - Update to the latest mplayer release, 1.0pre8.
- OPTIONify
- Due to some changes in the official developent tree, some of our local
patches became obsolete and where removed.

PR:		ports/99871
Submitted by:	maintainer
2006-07-12 01:53:07 +00:00
Andrey Slusar
82fda83533 When compiling mplayer against x264, configure says it's unavailable
because it does not link the test-program with -pthread.
Remove the static -lx264 and replaces it with the accurate
`pkg-config --libs x264`, so the linker finds all the symbols needed.
After that, mencoder can finally encode x264-movies.

PR:		ports/98914
Submitted by:	Mark Daniel Reidel <ports@mark.reidel.info>
Approved by:	maintainer
2006-06-15 15:48:16 +00:00
Ion-Mihai Tetcu
473d987eaf Track track linux-realplayer codecs path change
PR:		98763
Submitted by:	Juergen Lock
Approved by:	maintainer
2006-06-12 06:36:46 +00:00
Sergey Matveychuk
e529d3fa56 - Fix build on 7.0
Submitted by:	glebius
Approved by:	portmgr (krion)
2006-05-27 15:18:29 +00:00
Andrew Pantyukhin
83c43eb764 - Provide a knob to build mplayer without ipv6 protocol family support
PR:		ports/96950
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
Suggested by:	Dennis Cabooter <dennis@rootxs.nl>
Approved by:	krion (mentor)
2006-05-15 19:54:51 +00:00
Christian Brueffer
b449c76d8c Fix typos in comments. 2006-05-14 21:08:48 +00:00
Michael Johnson
8f5c25f837 - Chase x264 libver bump 2006-05-10 11:45:48 +00:00
Marcus Alves Grando
8d9120adf2 - Update PORTREVISION and libtheora version reflecting multimedia/libtheora update.
- portlint(1) while here
2006-05-07 02:57:34 +00:00
Tom McLaughlin
5cc0b532ec Re-enable GTK2 support with patch from Mplayer CVS found via
www.ubuntuforums.org.  This is not the old gtk2 patch used before but
the current gtk2 support in Mplayer's CVS.  Unlike gtk12 support, gtk20
support will not be autodetected since it's still an unofficial patch.
Please use WITH_GTK2 to use.

PR:		95558
Submitted by:	Me
Approved by:	Maintainer
Obtained from:	http://www.ubuntuforums.org/archive/index.php/t-78037.html
2006-04-17 03:10:41 +00:00
Marcus Alves Grando
036a038681 - Add security patch
- Bump PORTREVISION

Approved by:	maintainer
Obtained from:	Mplayer CVS
Security:	VuXML c7526a14-c4dc-11da-9699-00123ffe8333
2006-04-08 14:52:21 +00:00
Vasil Dimov
49dfdb8f18 Fix mplayer vulnerability (heap overflow) in the ASF demuxer
Arbitrary remote code execution under the user ID running the player
when streaming an ASF file from a malicious server.

PR:		ports/93767
Submitted by:	"Thomas E. Zander" <riggs@rrr.de> (maintainer)
Approved by:	portmgr (erwin)
Obtained from:	mplayer CVS repo: http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/libmpdemux/demuxer.h.diff?r2=1.90&r1=1.87&f=u
Security:	heap overflow in the ASF demuxer (http://www.mplayerhq.hu/design7/news.html#vuln13, http://bugs.gentoo.org/show_bug.cgi?id=122029)
2006-03-09 08:42:28 +00:00
Ade Lovett
6f91976a29 Bump PORTREVISION for new gtk-12 library location, post libtool.
PR:		93959
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by:	portmgr (implicit)
2006-02-28 23:51:39 +00:00
Edwin Groothuis
a437d08eca Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:30:01 +00:00
Pav Lucistnik
3ca3ddda63 - Add support for version 2 audio atoms in QuickTime containers
This fixes a lot of trailers from apple.com, especially HD ones which come
  with 5.1 AAC audio.

Approved by:	maintainer
Obtained from:	mplayer-dev mailing list
		http://www1.mplayerhq.hu/pipermail/mplayer-dev-eng/2005-December/039393.html
2006-01-09 17:17:11 +00:00
Pav Lucistnik
398fd6e3ec - Fix find command
Approved by:	maintainer
2006-01-09 16:50:07 +00:00
Markus Brueffer
9abaa0a776 Bump PORTREVISION to chase the cdparanoia shared library update 2006-01-06 18:32:35 +00:00
Sam Lawrance
8098efcdcd Use BT848SFMT ioctl instead of METEORSFMT (which is incorrect). Allows
setting norm=SECAM which previously did not work.  Bump PORTREVISION.

PR:		ports/90001
Submitted by:	Vladimir Kushnir <vkushnir@i.kiev.ua>
Approved by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2005-12-16 10:39:07 +00:00
Florent Thoumie
490bf2bc71 - Remove hardcoded gcc in scripts and Makefiles.
PR:		ports/89027
Submitted by:	lioux
Approved by:	maintainer timeout (2 weeks)
2005-11-29 19:02:12 +00:00
Edwin Groothuis
329170e6c0 [fix] multimedia/mplayer: no bsdbt848 driver compiled in
On recent FreeBSD installing multimedia/mplayer port doesn't
	compile-in bsdbt848 driver. Cause for this is in the mplayer's
	'configure' script that uses the following code to autodetect
	the presense of the system bt848 driver:

	if defined(__NetBSD__)
	#include <dev/ic/bt8xx.h>
	#else
	#include <machine/ioctl_bt848.h>
	#endif

	On FreeBSD /usr/include/machine/ioctl_bt848.h is replaced
	with /usr/include/dev/bktr/ioctl_bt848.h, so 'configure'
	script doesn't find it.  Be warned that if you upgraded
	your FreeBSD installation from the older version, you will
	still have /usr/include/machine/ioctl_bt848.h installed on
	your system (make installworld doesn't delete old files)
	and configure script will not need patching to be able to
	find the system bt848 driver.  In the fix section I attached
	a patched 'files/patch-ad' file.

	[...]

	Hi again,

	I've prepared a diff to solve the issue. Besides this,
	PORTREVISION is bumped to reflect the change and distinfo
	contains sha256 sum.  Would you please confirm that it works
	on amd64, go for the commit and close the pr?!

Submitted by:	Simun Mikecin <numisemis@yahoo.com>
Approved by:	"Thomas E. Zander" <riggs@rrr.de>
Reviewed by:	Simun Mikecin <numisemis@yahoo.com>
PR:		ports/87853
2005-11-09 20:17:44 +00:00
Florent Thoumie
7715ef0993 - Correctly detect infrared control interface lirc
(by Daniel O'Connor <doconnor@gsoft.com.au>).
- Remove obsolete "--disable-tremor" from CONFIGURE_ARGS.

PR:		ports/86664
Submitted by:	maintainer
2005-09-28 11:00:10 +00:00
Marcus Alves Grando
fa400f9ea9 Add support to DTS decoding
PR:		ports/86473
Submitted by:	bh@izb.knu.ac.kr
Approved by:	pav (mentor), riggs@rrr.de (maintainer)
2005-09-24 20:43:22 +00:00
Volker Stolz
b9c99b4797 Mplayer seems vulnerable when playing uncompressed pcm streams.
The development team released a new tarball containing a fix for
libmpcodecs/ad_pcm.c addressing this issue.

PR:		ports/85475
Submitted by:	maintainer
2005-08-31 11:34:33 +00:00
Michael Johnson
5cfacd8d2a - Update detect support for x264 2005-06-13 05:02:25 +00:00
Michael Johnson
271b60d86a - Add support for detecting new version of x264. No need to rebuild
mplayer.
2005-06-03 04:12:37 +00:00
Florent Thoumie
4f02559f47 - Backout latest commit, it needs a repocopy due to API change.
Noticed by:	Matthias Andree <matthias.andree@gmx.de>
2005-05-31 19:58:33 +00:00
Florent Thoumie
12a7f133fc - Bump lzo lib version.
- Bump PORTREVISION.
2005-05-31 17:57:11 +00:00
Pav Lucistnik
2668ee90d7 - Fix CPU features detection for amd64 platform
Submitted by:	Michiel Boland <michiel@boland.org>
Approved by:	maintainer
2005-05-23 08:53:53 +00:00
Michael Johnson
effab53e24 - Fix build with new x264
Patch Obtained from:	MPlayer CVS
2005-05-19 12:23:30 +00:00
Pav Lucistnik
52844642b5 - Backout part of bswap changes which completely broke playback
of encrypted DVD discs

PR:		ports/80952, ports/80984
Diagnosed by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
2005-05-17 18:01:39 +00:00
Pav Lucistnik
e419d051b9 - Back out native bswap commit for FreeBSD 4.x, where it does not compile. 2005-05-10 12:06:45 +00:00
Mario Sergio Fujikawa Ferreira
228b59d4e8 o Add FreeBSD native byteswap support using <sys/endian.h>
o Bump PORTREVISION

Approved by:	maintainer
2005-05-10 00:15:53 +00:00
Pav Lucistnik
cc0a3655d6 - Update to 1.0pre7
PR:		ports/80356
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2005-04-26 13:00:35 +00:00
Michael Johnson
2dd88d1be9 - Chase shared lib bump in x264
Patch Update Obtained mostly from mplayer cvs
2005-04-21 13:07:08 +00:00
Pav Lucistnik
74c8703e5e - correct linux real player codecs detection, by Conrad J. Sabatier
<conrads@cox.net>
- introduce new vidix patches to enable -vo xvidix for some accidently
  mistreated radeon and matrox cards, reported by Andre Albsmeier
  <andre@albsmeier.net>
- explicitly forbid -fforce-addr gcc optimization as it reliably breaks all
  ffmpeg descendants, by Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>

PR:		ports/79828
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2005-04-12 20:31:23 +00:00
Volker Stolz
e43ea85e8c On FreeBSD-5.3 systems before importing of lrintf into math.h mplayer
can't be linked if WITH_OPTIMIZED_CFLAGS is defined.

PR:		ports/79119
Submitted by:	maintainer
2005-04-11 20:23:45 +00:00
Pav Lucistnik
6481c738bf o Integration of pr 78670, including introduction of
files/patch-libfaad2-common.h
o Remove explicitly disabling real codecs as they can be manually added
  after installation if root really wants to (reported by Scott Lipcon
  <scott@libcon.org>)
o Fix mplayer's x264 lib support is older than the version provided by
  the ports tree as of today. Including new patchfile
  files/patch-libmpcodecs-ve_x264.c
  (by Bruce M. Simpson <bms@spc.org>)

Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2005-03-14 23:07:15 +00:00
Oliver Lehmann
4d40dc828d update to 0.99.6
PR:		77882
Submitted by:	maintainer
2005-03-06 10:34:16 +00:00
Koop Mast
6771c18f2b Bump portrevision to chase shlib dump of libtheora and new location. 2005-01-13 19:04:06 +00:00
Michael Johnson
7dc5723840 Update to 1.0pre5try2 (0.99.5_5) to fix several security flaws in streaming code base
o Potential heap overflow in Real RTSP streaming code
o Potential stack overflow in MMST streaming code
o Multiple buffer overflows in BMP demuxer
o Potential heap overflow in pnm streaming code
o Potential buffer overflow in mp3lib

PR:		ports/75336
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2004-12-20 22:31:07 +00:00
Volker Stolz
fcd00d8763 Minor Makefile-twiddle: Balance quotes
Submitted by:	maintainer
2004-11-15 09:36:43 +00:00
Michael Johnson
38625447db Remove nvidia support for 4.x users (libXvMCNVIDIA.so is linked to libc.so.5)
Submitted by:	Serge Gagnon <ser_gagnon@sympatico.ca>
Approved by:	Thomas E. Zander (maintainer)
		pav (co mentor)
2004-11-11 21:53:14 +00:00
Volker Stolz
ca9fe663d4 - Add WITHOUT_SKINS-knob, suggested by Matthias Buelow (PR 72162)
- Add WITH_NVIDIA-knob, suggested by Michael Johnson

Closes PR:	ports/72162
Submitted by:	maintainer
KDE reviewing by: lofi
2004-11-08 09:16:50 +00:00
Pav Lucistnik
a35b568f78 - Fix AAC (faad) playback on amd64 [1]
- Enable and support libcaca

PR:		ports/72087 [1]
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
Approved by:	maintainer
2004-10-11 23:09:52 +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
996945ce11 * Deactivate libtremor due to unresolved build problems
* Consistency of man page after patching DEFAULT_{DVD,CDROM}_DEVICE
  (reported by Andra Albsmeier <andre.albsmeier@siemens.com>)
* Change PATCH_SITES to fix unfetchable distfile for GTK2 patch
  (thanks to michael johnson <ahze@ahze.net> for reporting this)

PR:		71542
Submitted by:	maintainer
Approved by:	portmgr (implicit)
2004-09-22 19:54:42 +00:00
Volker Stolz
2be8a1489e Requested by Koop Mast:
- Correct detection of ogg theora codec
- Avoid accidently linking to libtremor if not explicitly forced by user
  (important, therefore PORTREVISION bump!)

PR:		ports/70959
Submitted by:	Thomas E. Zander (maintainer)
2004-08-26 07:52:37 +00:00
Volker Stolz
86ec49024e Hopefully fix build on -CURRENT.
PR:		ports/70613
Submitted by:	Eygene A. Ryabinkin
Approved by:	maintainer
2004-08-20 15:50:42 +00:00
Volker Stolz
20affe7fb9 Add forgotten file from previous commit 2004-08-16 09:44:50 +00:00
Volker Stolz
0d0a433555 Enable GTK2
PR:		ports/70001
Submitted by:	Seva Gluschenko
Approved by:	maintainer
2004-08-16 09:43:58 +00:00
Kirill Ponomarev
adab6c4ec6 Update to 0.99.5
PR:		ports/69450
Submitted by:	maintainer
2004-07-23 07:28:01 +00:00
Volker Stolz
0c59359eac Add more PATCH_SITES
PR:		ports/68806
Submitted by:	Jonathan Noack
Approved by:	maintainer
2004-07-12 15:01:25 +00:00
Adam Weinberger
99fa9e96ee Apply a vendor-distributed patch to correct a number of string
vulnerabilities, some of which are remotely exploitable.

More info at: http://www.mplayerhq.hu/homepage/design7/news.html
2004-07-01 20:00:39 +00:00
Pav Lucistnik
001fdf62d5 - Respect CFLAGS, fix WITHOUT_RUNTIME_CPUDETECTION knob, style
PR:		ports/68431
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Approved by:	maintainer
2004-07-01 08:27:47 +00:00
Michael Nottebrock
2ac410c8c1 Add a patch that fixes a patch that used to be in the previous version
of the port and which has been bogusly merged into the upstream sources
(but has been corrected now, the next release will be fine, hopefully).

This will fix audioid with tv://
2004-06-18 19:02:00 +00:00
Pav Lucistnik
2741da7c70 - Autodetect fribidi
- Enable OSD
- Disable caca
- Fix build with gtk1

Submitted by:	Thomas E. Zander <riggs@rrr.de>
PR:		67846, 67873, 67875, 67913, 67923
2004-06-14 14:47:12 +00:00
Michael Nottebrock
9845b5e2d7 Update XviD to version 1.0.1, chase shared library bump through dependencies,
disable xvid support in avifile and bump PORTREVISION in transcode for
added dependency on xvid4conf.
2004-06-11 21:48:50 +00:00
Jeremy Messenger
b5c6156b62 - Update to 0.99.4 (1.0pre4)
- This version now support XviD 1.x, so it should allow the maintainer to
  update XviD.

Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2004-06-11 18:08:51 +00:00
Pav Lucistnik
d097db9617 - Fix reopening of audio device after pause under certain circumstances
PR:		ports/67179
Submitted by:	Andriy Gapon <avg@icyb.net.ua>
Approved by:	maintainer
Obtained from:	mplayer CVS
2004-05-28 16:23:47 +00:00
Pav Lucistnik
4908a0b6b7 - Add WITH_KERN_HZ knob. It can be useful on slower processors when using
RTC.

PR:		ports/67134
Submitted by:	michael johnson <ahze@ahze.net>
Approved by:	maintainer
2004-05-25 09:11:59 +00:00
Michael Nottebrock
9bc99a0f52 Add WITHOUT_GUI option to force mplayer's gtk gui to off and disable
arts audio output if gui is enabled to avoid crashes caused by conflicting
versions of glib.

Submitted by: maintainer
2004-04-16 20:24:22 +00:00
Pav Lucistnik
edc0522e0e - Use /dev/acd0[c] as a default CD/DVD device
- Allow people to override default device with DEFAULT_CDROM_DEVICE and
  DEFAULT_DVD_DEVICE knobs

PR:		ports/65059
Submitted by:	michael johnson <ahze@ahze.net>
Approved by:	maintainer
2004-04-03 15:11:07 +00:00
Kirill Ponomarev
81a504f598 - Remove old SIZE entries 2004-03-31 08:21:05 +00:00
Kirill Ponomarev
c4478f39fc - Fix buffer overflow attack and remote exploit addressed to
mplayer's http parser.

PR:		ports/64974
Submitted by:	maintainer
2004-03-31 08:11:39 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Joe Marcus Clarke
ce7b03f269 Fix build with freetype2-2.1.7.
Approved by:	maintainer
2004-03-17 07:43:41 +00:00
Ernst de Haan
ca123465f9 Log:
[1] Enable DEBUG support
[2] Resolve build problems on bento for non-i386 architectures
[3] Introduce rtc interoperability

PR:		64314
Submitted by:	maintainer
Reported by:	znerd [1]
		kris [2]
		Michael Johnson <ahze@ahze.net> [3]
2004-03-16 11:52:44 +00:00
Mario Sergio Fujikawa Ferreira
5f8e75f405 Chase libdv shared library version bump 2004-03-14 03:56:07 +00:00
Edwin Groothuis
672c044e2e Properly use SDL everywhere:
USE_SDL=yes	-> USE_SDL=sdl	(good examles everywhere)
	WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.

PR:		follow-ups of ports/55494, ports/61877
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2004-03-08 01:01:31 +00:00
Kirill Ponomarev
b20ae7c490 This update solves two issues which are important for many
users of mplayer:

o bktr driver working. Thanks to Arjan van Leeuwen
  <avleeuwen@piwebs.com> and Simun Mikecin sime@logos.hr (For me
  it doesn't work at all, but mplayer's tv never did :-) So I
  rely on the reports of the users who are successful.)

o disables support for libdvdnav as it's not compatible with
  the new version. The mplayer developers are informed and
  hunt the problem.

o introduces a patch to fix -vo md5: patch-libvo-vo_md5.c
  Thanks to Christopher Nehren <apeiron@comcast.net>

PR:		ports/63363
Submitted by:	maintainer
2004-02-26 09:18:00 +00:00
Adam Weinberger
5404f2479d Chase libdvdnav shlib. 2004-02-20 21:10:01 +00:00
Kris Kennaway
18fc446ec9 Remove BROKEN tag, since the problem was fixed by the recent fix to the
lame port.

Tracked down by:	"Thomas E. Zander" <riggs@rrr.de>
2004-02-19 03:32:48 +00:00
Marc Fonvieille
68bfbeeef2 Typo: s/supprt/support 2004-02-15 15:05:01 +00:00
Kris Kennaway
098b614ba4 BROKEN on 5.x: Does not compile 2004-02-07 23:19:37 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Kirill Ponomarev
aae018f327 - Chase libraries for new libvorbis version
- Correctly detect AMD64 machines

PR:		60528
Submitted by:	maintainer
2003-12-23 21:48:51 +00:00
Christian Weisgerber
63d96de22f Catch up with libogg/libvorbis version bump. 2003-12-20 16:37:57 +00:00
Pav Lucistnik
6e74806bab - Unbreak on 5.2-CURRENT after Bt848 includes change
PR:		ports/60123 (based on)
Submitted by:	Vincent <viny@scientiae.net>
2003-12-16 00:05:25 +00:00
Alexander Nedotsukov
370307fdbb Switch dependency mad -> libmad as more apropriate.
Approved by:	maintainer
2003-12-08 11:23:46 +00:00
Joe Marcus Clarke
c7ca0ba127 Chase the libmad/libid3tag shared lib version. 2003-12-07 01:27:06 +00:00
Joe Marcus Clarke
20e1910574 Fix build with ungif.
PR:		59350
Submitted by:	maintainer
2003-11-16 20:04:41 +00:00
Norikatsu Shigemura
98498f4fc4 o Add missing dependency on libungif. [1]
o Import latest kame ipv6 patches.
o Bump PORTREVISION

PR:		ports/59145
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
Reported by:	Pav Lucistnik <pav@oook.cz> [1]
2003-11-14 02:22:36 +00:00
Joe Marcus Clarke
051bef12df * Fix autodetection problem for freetype2 which breaks gmplayer for some
machines, hopefully satisfying pr/57622
* RUN_DEPENDS on mplayer-skins if compiled WITH_GUI [1]

PR:		57687
Suggested by:	Jeremy Messenger <mezz7@cox.net> [1]
2003-10-08 17:48:06 +00:00
Joe Marcus Clarke
e2687cf2d5 Down-rev the libSDL shared lib version since SDL-1.2.6 has not been
committed yet.

Spotted by:	Thierry Thomas <thierry@pompo.net>
2003-10-03 19:01:11 +00:00
Joe Marcus Clarke
fca0ecf8d1 * Correct use of SDL, update lib dependency of SDL [1]
* Better DVD device handling for FreeBSD [2]

PR:		57475 [1]
		57545
Suggested by:	Thierry Thomas <thierry@pompo.net> [1]
Obtained from:	sf [2]
Submitted by:	maintainer
2003-10-03 17:31:05 +00:00
Joe Marcus Clarke
23bb797eeb * Update to 0.92.
- Important fix of a remote buffer overflow attack via asf streaming
  - Some minor fixes
* Check for the updated KAME ipv6-patch.  Looks okay.
* Change pkg-message, pointing at at a work-in-progress FAQ

PR:		57324
		57296
Submitted by:	Mezz <mezz7@cox.net> (based on)
		maintainer
2003-09-28 17:58:48 +00:00
Norikatsu Shigemura
90a2eb2a60 o Chase lib version change of multimedia/xmms. [1]
o Fix build on recent current (by -pthread option is deprecated). [2]
o WITH_LANG is added. [2]

PR:		ports/56630 [1]
Submitted by:	Guido Berhoerster <ich@guido-berhoerster.org> [1]
		Tod McQuillin <devin@spamcop.net> [1]
		Ivanchenko V. I. <webmaster@asiamusic.ru> [1][2]
Approved by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2003-09-10 15:55:29 +00:00
Sergey A. Osokin
7076a24768 Fix operate with libkse/libthr (-CURRENT).
Submitted by:	deischen
Approved by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
PR:		56358
2003-09-04 08:49:41 +00:00
Norikatsu Shigemura
a43b788411 Enables the audioid suboption for mplayer -tv.
PR:		ports/56125
Patched by:	Nikolay Nikolaev <nicknickolaev@yahoo.com>
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2003-08-29 10:27:25 +00:00
Michael Nottebrock
c8f7bbcd15 Update xvid to latest release and chase library dependencies in ports
that depend on it.

Approved by:	arved (Mentor)
2003-08-12 22:27:30 +00:00
Pierre Beyssac
1e1412f066 Fix seek in raw DV files over 2Gb.
Bump PORTREVISION.

Reviewed by:	riggs@rrr.de (maintainer)
2003-08-07 11:09:15 +00:00
Oliver Lehmann
cc0aa3e75a replace -disable-qtx-codecs with --disable-qtx-codecs
Approved by:	maintainer
2003-07-28 14:38:57 +00:00
Mario Sergio Fujikawa Ferreira
d3329ed86a Add WITH_XMMS knob for XMMS inputplugin support
PR:		52513
Submitted by:	David Yeske <dyeske@yahoo.com>
Approved by:	maintainer (implicit)
2003-06-09 19:26:49 +00:00
Mario Sergio Fujikawa Ferreira
847da8f9ae Add WITH_CDPARANOIA knob which depends on cdparanoia port
PR:		52350
Submitted by:	David Yeske <dyeske@yahoo.com>
2003-05-17 03:19:02 +00:00
Mario Sergio Fujikawa Ferreira
8f3f426480 Update ipv6 kame patch to 0.9.0-v6-20030430 version
Reminded by:    adamw (I had forgotten to update distinfo)
Approved by:	maintainer (implicitly)
2003-05-15 05:04:59 +00:00
Mario Sergio Fujikawa Ferreira
e1ad2dbc07 o Update ipv6 kame patch to 0.9.0-v6-20030430 version
o Bump PORTREVISION

Approved by:	maintainer (implicit)
2003-05-15 03:23:44 +00:00
Mario Sergio Fujikawa Ferreira
6292fb972b Add WITH_LZO knob and correctly depend on lzo port if it is already
installed

PR:		51737
Submitted by:	David Yeske <dyeske@yahoo.com>
Approved by:	maintainer
2003-05-15 02:43:08 +00:00
Norikatsu Shigemura
0344a0d33d Fix a not complete clean dependency on aalib.
PR:		ports/51403
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
Suggested by:	Dennis Kj_r Jensen <signout@signout.dk>
2003-04-25 13:28:41 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Norikatsu Shigemura
72bea5c37f Update to 0.90-final.
PR:		ports/50757
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2003-04-09 17:05:10 +00:00
Norikatsu Shigemura
c054f87ced Fixe a bug in detecting p4 types correctly which could cause
mplayer to crash.

PR:		ports/50673
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
Suggested by:	Matthew Emmerton <matt@gsicomp.on.ca>
2003-04-07 16:18:16 +00:00
Mario Sergio Fujikawa Ferreira
328b6db785 After repo copy from graphics category to newly create multimedia
one, update all appropriate references (*_DEPENDS, comments, etc):

ports/graphics/libfame		-->	ports/multimedia/libfame
ports/graphics/libquicktime	-->	ports/multimedia/libquicktime
ports/graphics/mpeg		-->	ports/multimedia/mpeg
ports/graphics/mpeg_encode	-->	ports/multimedia/mpeg_encode
ports/graphics/mpeg_play	-->	ports/multimedia/mpeg_play
ports/graphics/mtv		-->	ports/multimedia/mtv
ports/graphics/smpeg		-->	ports/multimedia/smpeg
ports/graphics/totem		-->	ports/multimedia/totem
ports/graphics/transcode	-->	ports/multimedia/transcode
ports/graphics/xanim		-->	ports/multimedia/xanim
ports/graphics/xmps		-->	ports/multimedia/xmps

Repo copied by:		cvs (joe)
Approved by:		portmgr (self & no objections)
2003-04-04 05:34:50 +00:00
Norikatsu Shigemura
1c24e8f108 Bump PORTREVISION by previous commit.
Pointed out by:	ume
2003-03-31 17:17:42 +00:00
Norikatsu Shigemura
d0dc09b2dd Support for IPv6.
Submitted by:	Hideyuki NINOMIYA <nin@jp.FreeBSD.org> (requester)
		Yuji TAKANO <takachan@running-dog.net> (mplayer evangelist)
Desired by:	ume (IPv6 maintainer)
Patch Made by:	sumikawa (IPv6 specialist)
Approved by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2003-03-31 11:11:56 +00:00
Max Khon
6fd53cd51c xvid was moved to multimedia 2003-03-29 17:44:02 +00:00
Mario Sergio Fujikawa Ferreira
57ffe5056b o Update to 0.90 rc5 [1]
o Add WITH_FAAD knob [1] [2]

PR:		50188 [1],
		50246 [2]
Submitted by:	maintainer [1],
		David Yeske <dyeske@yahoo.com> [2]
2003-03-26 16:17:59 +00:00
Mario Sergio Fujikawa Ferreira
efc993b4dd Chase libdvdread lib version bump on port version 0.9.4 2003-03-06 04:45:49 +00:00
Mario Sergio Fujikawa Ferreira
6b11d4a8f6 o Fix outstanding issue with KDE aRts: do not lockup when exitting
- Background: For some reason, mplayer locks up if we cleanup
	  when exitting by calling arts_free(). Therefore, we trade
	  risk of memory leakage when using KDE aRts over locking
	  up.
	- Caveat: Memory probably is not witheld after mplayer
	  exits. I won't say that it IS NOT withheld cause I do not
	  know what arts_free() does exactly. So, worst case scenario
	  is probably that we will leak memory for as many files
	  the user tells mplayer to play but only WHILE mplayer is
	  running.
o Bump PORTREVISION

Reviewed by:	kde (some members)
2003-03-05 00:11:23 +00:00
MANTANI Nobutaka
a275baa57f Sync with the category changes of libdvdnav, libxine and xine. 2003-02-24 12:57:02 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Oliver Braun
e6647e93a2 * Add patch forgotten to "cvs add" in last commit.
* Bump PORTREVISION.

Noticed by:	lioux
2003-02-12 07:17:35 +00:00
Oliver Braun
ec0e57b389 o Update to use the 0.9-rc4 sources
o Remove libfame from the possible dependency list
  because integrated libavcodec does the same job
o Apply libdemux-mov patch suggested by lioux
  (will fix some quicktime movies)
o Fix pkg-plist

PR:		ports/48152
Submitted by:	maintainer
2003-02-10 19:28:06 +00:00
Mario Sergio Fujikawa Ferreira
11edc1f4f3 Pack correct library 2003-02-08 13:30:47 +00:00
Mario Sergio Fujikawa Ferreira
85f075a67c o Rewrite of the Makefile in a way similar to mail/mutt-devel: all
WITH* knobs are now explained within the Makefile
o Fix PKGNAMESUFFIX
o configure script depends unconditionally on esound if it is
  available: depend on esound as well if available
o Enable VIDIX again due to users report that it works though needs
  root permissions
o Update PLIST due to VIDIX
o Bump PORTREVISION

PR:		47781
Submitted by:	maintainer
2003-02-03 05:06:23 +00:00
Mario Sergio Fujikawa Ferreira
3faeefebde Update to 0.09 RC3
Submitted by:	maintainer
2003-01-22 16:53:06 +00:00
Mario Sergio Fujikawa Ferreira
866d8a60a1 Chase libdv library version bump in version 0.9.9 2003-01-16 18:44:34 +00:00
Mario Sergio Fujikawa Ferreira
e70444ae5f Update to 0.90 RC2: this release supports both WM9 and Quicktime(TM)
files using latest win32-codecs port.

Submitted by:	maintainer et al
Reviewed by:	freebsd-multimedia mailing list
2003-01-10 20:12:50 +00:00
Edwin Groothuis
d59994474c devel/sdl12 has been upgraded to shlib version 5. 2003-01-07 03:55:08 +00:00
Maxim Sobolev
5c160ac5bd Update version number of SDL shared library. 2003-01-02 15:06:10 +00:00
Edwin Groothuis
8a1e1de6c6 Removed stale master_site.
Informed maintainer.
Noticed by: portsurvey
2002-12-28 01:58:45 +00:00
Norikatsu Shigemura
6c94333d88 Fix compile error by changing to a new method(blockMyself -> doEventLoop)
of liveMedia.  This is temporary fix, new (current) mplayer already was
fixed.

Submitted by:	Petr Holub <hopet@ics.muni.cz>
2002-12-14 12:07:55 +00:00
Peter Pentchev
cd9041c8fe Constrict the build to ${WRKDIR}: force ${WRKSRC} as the temporary
directory used for creating test executable files in the configure
phase.  Previously, the port examined the TMPDIR and TEMPDIR variables,
and, if they were not set, used /tmp; this goes against the grain of the
limit-to-WRKDIR policy, and also plain does not work if /tmp is mounted
with the 'noexec' flag.

Approved by:	maintainer, portmgr (kris)
2002-12-05 10:45:33 +00:00
Mario Sergio Fujikawa Ferreira
5388672134 Fix location of linux-realplayer port
Prompted by:	kris
2002-11-30 03:17:46 +00:00
Mario Sergio Fujikawa Ferreira
ee7adffbe0 After repo copy from graphics category, update all appropriate
references from graphics to multimedia category

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-28 00:09:51 +00:00
Mario Sergio Fujikawa Ferreira
f618d8453e o mplayer ignores mplayer fonts if WITH_FREETYPE. Therefore, only
depend on mplayer fonts otherwise
o Bump PORTREVISION

Submitted by:	"Ulrich 'Q' Spoerlein" <q@uni.de>
Reviewed by:	maintainer
Approved by:	maintainer
2002-11-21 01:52:49 +00:00
Alfred Perlstein
858d300eb9 update to pre10 2002-11-16 04:24:17 +00:00
Mario Sergio Fujikawa Ferreira
d3157e068c o Update to 0.90.0.9 [1]
o Add WITH_FREETYPE knob [2]

PR:		44362 [2]
Submitted by:	maintainer [1],
		Pat Lashley <patl+freebsd@volant.org> [2]
Reviewed by:	maintainer
2002-11-02 02:28:15 +00:00
Norikatsu Shigemura
baf85fd543 Sorry, fix unnecessary space. 2002-10-16 16:17:51 +00:00
Norikatsu Shigemura
d1d202e468 Add support RTP/RTSP protocol with liveMedia,
Reviewed by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2002-10-16 15:55:26 +00:00
Mario Sergio Fujikawa Ferreira
574d4b6962 o Add WITH_REALPLAYER support plus autodetection so that a correct
port dependency is built [1]
o Have WITH_LIBDVDREAD really work [2]

PR:		43291 [1]
Submitted by:	alane [1], MAINTAINER [2]
Approved by:	maintainer
2002-09-25 19:13:40 +00:00
Kris Kennaway
8816b2dc6d Correct typo in PLIST_SUB that prevented package build on bento. 2002-09-20 20:22:41 +00:00
Oliver Braun
439d291bdc Upgrade to 0.90.0.8.
Submitted by:	maintainer
2002-09-19 16:42:33 +00:00
Mario Sergio Fujikawa Ferreira
5dc9b7f571 Deploy USE_GNOMENG infrastructure
PR:		42349
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-03 02:46:49 +00:00
Mario Sergio Fujikawa Ferreira
2395820beb Update to 0.90 pre 6
Submitted by:	maintainer
2002-08-07 15:08:25 +00:00
Christian Weisgerber
e7690885fd Ogg Vorbis 1.0 library major version bumps. 2002-07-20 15:32:43 +00:00
Mario Sergio Fujikawa Ferreira
741c91b0e7 Update to 0.90.0.5
Approved by:	maintainer
2002-06-11 13:14:08 +00:00
Mario Sergio Fujikawa Ferreira
12c8a1eae2 o Bump PORTREVISION
o Prefer mplayer internal DVD access routines rather than libdvdread
  due to problem reports from users. Prefer libdvdread if WITH_LIBDVDREAD
o Change iconv interaction since users have been complaining since
  iconv was updated to 1.7

Submitted by:	maintainer
2002-06-04 23:49:35 +00:00
Mario Sergio Fujikawa Ferreira
7d9b438a7c o Update to 0.90pre3
o No longer depends on port mplayer-skins

Submitted by:	maintainer
2002-05-24 15:55:36 +00:00
Mario Sergio Fujikawa Ferreira
5b69ccdb12 Remove unnecessary dependency on libdvdcss, it is now a dependency
under libdvdread
2002-04-19 21:29:00 +00:00
Maxim Sobolev
1b3c0d7d6c Chase increase of libSDL version number. 2002-04-17 12:38:02 +00:00
Mario Sergio Fujikawa Ferreira
f12f2f6117 Chase libdvdcss update 1.1.0 version bump 2002-04-16 23:20:29 +00:00
Mario Sergio Fujikawa Ferreira
ffd11211f7 Chase libdvdcss shared library version bump
Submitted by:	Riccardo Torrini <riccardo@torrini.org>
2002-03-30 19:47:51 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Mario Sergio Fujikawa Ferreira
ed3fd73887 o Tell configure about extra lib/include paths so as to improve
auto-detection
o Enable WITH_SVGALIB if it is installed
o Use direct rather than relative paths to reference port directories
  in Makefile
o No PORTREVISION bump since there are no functional changes

Submitted by:	maintainer
2002-03-06 04:14:08 +00:00
Mario Sergio Fujikawa Ferreira
6a6259b066 Depend on correct port. Therefore, bump PORTREVISION
Submitted by:	asmodai
Reviewed by:	MAINTAINER
2002-02-11 16:38:06 +00:00