Commit graph

30 commits

Author SHA1 Message Date
Pav Lucistnik
eef1f22e09 - Update to 1.0rc1, which brings goodies like native WMV9/VC-1 playback, faster
h.264 decoding, ability to switch audio stream during DVD playback and much
  more

Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
Thanks to:	itetcu
2006-11-20 22:58:17 +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
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
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
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
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
Kirill Ponomarev
adab6c4ec6 Update to 0.99.5
PR:		ports/69450
Submitted by:	maintainer
2004-07-23 07:28:01 +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
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
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
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
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
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
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
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
Oliver Braun
439d291bdc Upgrade to 0.90.0.8.
Submitted by:	maintainer
2002-09-19 16:42:33 +00:00
Mario Sergio Fujikawa Ferreira
2395820beb Update to 0.90 pre 6
Submitted by:	maintainer
2002-08-07 15:08:25 +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
65ceb81162 o Update to 0.60.1
o Add additional MASTER_SITES
o Depend on mplayer-skins if WITH_GUI since GUI does not work without
  a skin
o Added option WITH_XANIM

PR:		33604
Submitted by:	MAINTAINER, Alan Eldridge <ports@geeksrus.net>
Reviewed by:	pat
2002-01-17 19:55:14 +00:00
Mario Sergio Fujikawa Ferreira
4f167bb911 1) make it work on -current given recent malloc.h problem
2) remove esound options since they do not work yet
3) bump PORTREVISION due to (1)

Submitted by:	maintainer
2001-11-15 04:42:26 +00:00
Mario Sergio Fujikawa Ferreira
e4907f0121 o update to 0.50 final
o add several WITH_* options (specially DVD support :-)
o update WWW tag in DESCR
o update PKGMESSAGE
o update install-user script to handle new fonts from port
  mplayer-fonts/Makefile rev 1.2

Submitted by:	MAINTAINER
2001-10-16 01:25:41 +00:00
Mario Sergio Fujikawa Ferreira
ce216f3e59 o update to 0.50 pre 1
o add script to "autodetect" some machine features such as 3DNow!
o it is no longer limitted to i386 arch (e.g., alpha, hurray :)
o make it CFLAGS safe
o add several WITH{,OUT} options
o depend on win32-codecs as of rev 1.12 win32-codecs/Makefile
  instead of mplayer-codecs
o Makefile style: rearrange the file a bit to make it ports' style
  compliant (easier to maintain)
o simplify targets with for/endfor constructs in post-install
o due to new features, update: COMMENT, DESCR, PKGMESSAGE
o fix all URI to include a trailing /
o support NOPORTDOCS in PLIST

Submitted by:	MAINTAINER et al
2001-10-01 14:04:20 +00:00
Dirk Meyer
f0b0ed72c7 New Port:
This is the port of mplayer, a project which has the effort
to become a very stable and useful movie player.

It is based on the windows codec compilation and
provides the ability to play many formats
in a very good quality without much CPU comsumption.

WWW: http://mplayer.sourceforge.net

PR:		29944
Submitted by:	riggs@f113.hadiko.de
2001-08-22 06:11:11 +00:00