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