Commit Graph

206 Commits

Author SHA1 Message Date
sthen
adfaa8987d - chase the library change in multimedia/schroedinger; oil->orc
- add various other missing WANTLIB (and LIB_DEPENDS in some cases)
- while there move PKGNAME=..pX to REVISION, and move some ports
to new-style LIB_DEPENDS

original diff from Brad, extensive checking by me (clean build of everything
related to liboil).
2010-08-25 23:27:21 +00:00
naddy
7927c2232b restore AC3/DTS pass-through over S/PDIF; ok edd@ jakemsr@ 2010-08-24 14:55:30 +00:00
naddy
b409cc53fb Fix Ogg demuxing by using internal Tremor implementation.
Remove pointless "mad" flavor.  On arm, we now default to the
internal ffmp3 integer decoder.

Clean up README and DESCR.

Various contributions from edd@, jakemsr@, sthen@
2010-08-06 20:05:18 +00:00
edd
7289784553 remove redundant GCC4 stuff for PPC (from brad) and update to new libs style.
OK sthen@
2010-07-14 18:15:37 +00:00
espie
a7c4136adb better when stuff match, isn't it ? 2010-07-03 00:28:40 +00:00
jakemsr
64c85bac4a support 24-bit audio formats
ok ratchov
2010-06-30 07:59:53 +00:00
edd
3d6e52f8e2 yasm is only used on x86/x64. Also fix a typo. OK dcoppa@ 2010-06-14 15:06:49 +00:00
jakemsr
8cf7b6253f update to mplayer-export-snapshot-20100308
locally:
* fix audio when using bsdbt848 video driver (problems noted by simon@)
* allow 24-bit audio output formats in the sndio backend (from ratchov@)

mostly from edd@ (MAINTAINER)
2010-05-26 21:29:56 +00:00
dcoppa
911c03d638 mention x11/smplayer in README.OpenBSD
OK edd@, sthen@
2010-05-18 05:14:17 +00:00
phessler
f92d2c5701 enable building on loongson
OK jasper@

ports is unlocked for a while only for those who have been informed.
2010-02-23 19:59:13 +00:00
naddy
fe1e15b998 * add support for 32-bit audio; from jakemsr@
* enable AC3/DTS pass-through over S/PDIF
2009-12-26 19:23:12 +00:00
ajacoutot
861a799ae0 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 20:46:00 +00:00
jakemsr
d14310d223 * simple patch to make it work on mips64
* audio/tremor is a LIB_DEPENDS, no need to also be a BUILD_DEPENDS

ok edd@, jasper@, ajacoutot@
2009-11-18 21:20:15 +00:00
edd
e7ec9f6135 bump PKGNAME for DESCR changes. Thanks jasper@ and phessler@. 2009-10-13 20:52:55 +00:00
edd
1d79cb70dd Remove a reference to the already removed ggi FLAVOR is DESC.
Reported by Bryan Linton, many thanks.

OK phessler@
2009-10-13 20:38:30 +00:00
jakemsr
f3b336481e user ldt not needed without win32 codec support
ok many in budapest
2009-10-13 01:36:49 +00:00
edd
7bc519938c Maintainer timeout. I guess I can take this.
OK pirofti@
2009-10-11 15:25:04 +00:00
edd
b4530c988d New version of mplayer based upon a snapshot (20090708).
* fixes some flv playback
  * removed ggi output - broken i386/sparc64.
  * removed gui (deprecated) - use gnome-mplayer instead.
  * removed win32 codecs - opensource codecs are good quality.

OK, naddy@, sthen@
2009-10-11 13:36:23 +00:00
martynas
e20d316825 make gmplayer work after xcb import. ok matthieu@ 2009-09-13 18:20:55 +00:00
ajacoutot
509d218fc4 WANTLIB changes after xcb addition and bump. 2009-08-11 08:38:41 +00:00
mglocker
085e406ec1 Update to rtunes-0.8.
OK jasper@
2009-08-06 10:46:42 +00:00
naddy
dfa8040fc6 Use libdca for DTS support (-ac dts). This allows playing DTS audio tracks
on DVDs.  ok biorn@
2009-07-14 19:43:07 +00:00
naddy
2280327191 don't pick up libdca if installed 2009-07-13 19:35:58 +00:00
sthen
6477c16298 make FLAVOR=DEBUG work better (the upstream configure script adds -O2
with DEBUG so that SSE can build; only -O1 is actually needed though,
and is cleaner in GDB. -O0 builds fail with SSE; disabling SSE is
not helpful for debugging real problems).

from Valery Masiutsin with feedback from myself and Björn Sandell
(maintainer, who is ok with the diff).
2009-05-05 11:40:08 +00:00
kili
5c5ddc4ff7 Explicitely mention x264's major version and bump.
From Brad.
2009-04-15 09:54:45 +00:00
kili
76091f6c3b Some fixes after the x264 update.
From Brad.

"theoretically ok" ajacoutot@
2009-04-14 19:52:08 +00:00
sthen
6cae88a649 fix pkgspec for FLAVOR=sdl, reported by and based on a patch from David Coppa. 2009-03-17 08:24:33 +00:00
jasper
e7cc710bbe - enable .dv support in mplayer, seems to be working fine here
low impact on the port other than a new dependency

agreed by landry@ and biorn@ (MAINTAINER)
2009-03-08 22:45:16 +00:00
naddy
dd8e5c9eef Switch default CD/DVD device to /dev/rcd0c because rcd0a doesn't work for
audio CDs.  Document the device in the man page.  ok biorn@
2009-02-08 20:25:09 +00:00
sthen
861090a2f7 - SECURITY; fix http://www.trapkit.de/advisories/TKADV2009-004.txt
for the internal ffmpeg.  From Brad.

- sync WANTLIB (gio)
2009-01-29 17:28:13 +00:00
jakemsr
c7929be36a - remove artsd and esd support and related patches
- update DESCR to reflect reality
2009-01-16 02:39:53 +00:00
ratchov
c8c58e1ab4 set ``appbufsz'' to the required buffer size, rather than setting
``bufsz'' which is deprecated and doesn't work in all cases. This
allows mplayer to work without underruns whatever the the buffer
size used by aucat is.

set the block size to 10ms, otherwise depending on the defaults,
the blocksize may be too large for mplayer, causing video to
stutter.

move "-ao libsndio" to "-ao sndio", suggested by naddy@

ok naddy@
2008-12-28 19:09:13 +00:00
naddy
5d595b79bd SECURITY:
Fix for stack buffer overflow vulnerability while parsing malformed
TwinVQ media files.  From upstream SVN.  ok biorn@
2008-12-15 21:30:07 +00:00
ratchov
fabfe9bde3 add missing license in the sndio backend (from license.template)
suggested and ok brad@
2008-11-02 14:45:40 +00:00
jakemsr
c20c1f3963 * tweak previous: always keep frame alignment
* if the sample rate returned in sio_getpar is within 3% of the rate
  requested in sio_setpar, tell mplayer we're using the requested
  rate so it doesn't try to resample.  however, use the returned
  sample rate to calculate bitrate, so A/V sync continues to work.
* use a variable to represent bytes per frame
* remove unused variables

ok ratchov@
2008-11-01 12:03:41 +00:00
jakemsr
468c026a90 work around what appears to be a bug in mplayer.
ok ratchov@
2008-10-31 07:12:45 +00:00
ratchov
65bd1c865f add libsndio backend to mplayer
ok sthen@
2008-10-30 18:33:42 +00:00
ajacoutot
1f3f66e311 - add the jack FLAVOR to DESCR
- bump
2008-10-11 11:07:32 +00:00
naddy
7b8a6ade2a SECURITY fix for Real demuxer heap overflow (CVE-2008-3827).
ok biorn@, robert@
2008-10-01 16:01:51 +00:00
jakemsr
8a039dc0a7 - simpler faad related patching
- in MESSAGE, end sentence with a period
- bump PKGNAME

ok brad@
2008-09-15 22:13:02 +00:00
brad
2290578106 Enable V4L2 input support.
.e.g. mplayer tv:// -tv driver=v4l2:device=/dev/video0

ok robert@
2008-09-03 12:20:52 +00:00
jakemsr
f0e6e48090 * stop mplayer from picking up installed FFmpeg headers
* update WANTLIB
* add @bin markers
* bump PKGNAME

feedback/ok brad@
2008-07-09 02:19:36 +00:00
sthen
206adb4748 fix the test for jack in configure, so that --disable-jack is
correctly honoured. unbreaks bulk build packages.

ok jakemsr
2008-05-01 13:52:19 +00:00
jakemsr
5f5750a4da add jack support as a FLAVOR
"no objections" MAINTAINER
2008-04-16 01:43:12 +00:00
fgsch
3e4a910d69 fix tremor on archs where sizeof(int) != sizeof(int *) by adding the missing
prototypes. fix from mplayer svn via biorn@ (maintainer).
2008-03-30 20:39:41 +00:00
fgsch
d29d0487b6 no need for lame's no_x11 flavor anymore. 2008-03-25 17:29:57 +00:00
jasper
56745f5ada - explicitly disable libcdio, it can always later be enabled.
ok biorn@ (MAINTAINER)
2008-03-19 22:35:35 +00:00
espie
4826675824 very sloppy update, restore realplayer support 2008-02-18 16:37:38 +00:00
mglocker
36bb204cd3 Add Copyright to file.
as discussed with jakemsr@
2008-02-12 13:42:35 +00:00
jakemsr
a635a0e257 add support for librtunes-0.7. this allows one to stream audio output
from mplayer to AirPort Express devices.  supports both IPv4 and IPv6.

example:

$ mplayer -ao rtunes:device=192.168.0.10:af=inet music.mp3

requested/tested/ok mglocker@ (librtunes author)
2008-02-12 11:33:16 +00:00