Commit Graph

71 Commits

Author SHA1 Message Date
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