Commit Graph

19 Commits

Author SHA1 Message Date
jakemsr
8cff06e3de - recognize output_muted in audio_info_t. mute button in xine-ui
now toggles the output.master.mute mixer control.
- let configure get SDL build info from pkg-config instead of
  using sdl-config in the port Makefile - from brad@
- bump pkgname
2007-10-03 06:36:43 +00:00
jasper
e5d81d4310 we prefer the idiom of MODULES=devel/gettext over MODULES=gettext
"looks good" steven@
2007-10-02 19:09:44 +00:00
merdely
1f22f0e985 Remove surrounding quotes in COMMENT*/PERMIT_*
From Darrin Chandler
2007-09-16 03:24:28 +00:00
jakemsr
5a015ce4d7 - make xine-lib's AAC decoder use libfaad from the audio/faad port
- bump PKGNAME

ok naddy@
2007-09-04 00:44:26 +00:00
jakemsr
8024b98eb3 - use AUDIO_WSEEK instead of AUDIO_GETINFO to get the number of bytes
in the audio write buffer.  noticibly more efficient.

- allow the audio write buffer to be flushed.

- if initializing the audio device with a sample rate of 44.1kHz
  fails, try initializing with a sample rate of 48kHz.  some audio
  drivers only support 48kHz.  from Alexey Suslikov
  <alexey.suslikov@gmail.com>

- bump PKGNAME
2007-07-14 08:53:43 +00:00
jakemsr
e8d61b3065 update to xine-lib-1.1.7
- use some CONFIGURE_ENV instead of patching
- rearrange/update CONFIGURE_ARGS
- many patches no longer relevant
- add CD audio support

input, tetsing and prodding from brad@
2007-06-13 10:58:28 +00:00
jakemsr
769fbed936 - update LIB_DEPENDS after graphics/ffmpeg update
- use pkg-config to get ffmpeg headers and libraries
2007-05-25 16:16:37 +00:00
naddy
c032f9228c Fix a quoting error in the configure script. (Nesting double and backquotes
is tricky and set -o posix changes the behavior.)

Sync WANTLIB while here.
2007-05-01 20:20:48 +00:00
robert
e7ac3640cd - Fix heap overflow in DMO loader. (CVE-2007-1246)
pulled from xine SVN by Brad <brad@comstyle.com>
2007-04-14 11:57:39 +00:00
robert
900dc9bfe8 fix a buffer overflow found in the code used to handle RealMedia RTSP
streams; bump PKNAME;

from Brad <brad@comstyle.com>
2007-01-02 19:42:59 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
steven
0c2279a2af Security fixes:
- Heap overflow in libmms (related to CVE-2006-2200)
- Buffer overrun in Real Media input plugin. [bug #1603458]
  Thanks to Roland Kay for reporting and JW for the patch.

from brad@, tested by bernd@ and me
2006-12-07 09:21:01 +00:00
pvalchev
898c1b18a8 Remove jakemsr@ from maintainer position, as he has been inactive and
email has been bouncing for several months.  Jacob, if you get this
and/or get back to things, let us know.
2006-12-02 20:24:17 +00:00
pvalchev
df027a4134 fix altivec test on powerpc, -force_cpusubtype_ALL appears to be a
darwin-specific gcc4 option; from ole@grummel.net
2006-11-25 05:40:31 +00:00
espie
cb000b8d06 fix libiconv/libintl detection. 2006-10-29 23:30:50 +00:00
brad
33f483f736 upgrade to xine-lib 1.1.2
* Security fixes:
  - CVE-2006-2802: possible buffer overflow in the HTTP plugin.
  - possible buffer overflow via bad indexes in specially-crafted AVI files
* Fix a potential crash with fixed-size lacing in the Matroska demuxer
* Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...)
* Fix xxmc subpictures (broken since 1.1.1)
* Add support for RealPlayer 10 codecs

WANTLIB tweak from bernd@

testing by steven@ and bernd@
2006-10-12 04:48:14 +00:00
espie
100b45279f convert a few libspecs to new style.
Note: no package bump, those are only BUILD dependencies,
the pkg_create code will create the correct wantlib specs.
2006-08-01 10:50:19 +00:00
jakemsr
d0c551d490 - fix win32-codecs support. libtool won't allow linking static libs
(libi386.a) into shared objects, so we use the source file for
  i386_set_ldt() from libi386.
- no need for OSS audio support.
- use the right CFLAGS for pthread linkage.

OK jolan@
2006-03-27 11:04:27 +00:00
jakemsr
df581e9d78 initial import of xine-lib
xine is a free multimedia player. It plays back CDs, DVDs, and VCDs. It
also decodes multimedia files like AVI, MOV, WMV, and MP3 from local
disk drives, and displays multimedia streamed over the Internet. It
interprets many of the most common multimedia formats available - and
some of the most uncommon formats, too.

prodded by jolan@ and bernd@
2006-03-24 22:43:41 +00:00