Commit graph

100 commits

Author SHA1 Message Date
joerg
0f8aa32d5d Older GCC releases don't like to use to pointers to fulfill the "g"
constraint, so use "r".
2015-02-04 20:50:16 +00:00
wiz
effa4f5795 Add comment with upstream bug report URL for newest chunk. 2015-01-09 22:59:43 +00:00
joerg
cf40967620 The 'g' constraint allows a memory operand, but assembler dereference on
that again is unsupported. Request a memory operand instead and drop the
dereference.
2015-01-09 14:33:10 +00:00
wiz
93e02a151f Update to 1.2.6:
xine-lib (1.2.6) 2014-07-06
  * Add libmmal video output plugin for Raspberry Pi.
  * Add libmmal HW video decoder plugin for Raspberry Pi.
  * Add overlay colormatrix support.
  * Add "sqare monitor pixels" config option.
  * Add VAAPI colormatrix and fullrange video support.
  * Add "radeonhd" XV colormatrix support.
  * Add Opus audio support.
  * Update german translation.
  * Optimize OpenGL2 video out.
  * Optimize raw RGB video decoder.
  * Fix multithread ffmpeg video decoding.
  * Fix/optimize DVB subtitles.
  * Fix external text subtitles.
  * BSD build fixes.
  * Clang build fixes.
  * Build optimization fixes (aliasing).
  * AVformat demux build fix.
  * More safety on memory allocation failure.
  * Fix detection of and compilation with libcaca 0.99 beta 19.
2014-12-30 13:34:59 +00:00
jperkin
8e63ff9fe0 Fix build and install on Darwin 32-bit. 2014-06-30 13:41:00 +00:00
jperkin
214043261a Disable MMX sections on SunOS. 2014-06-27 12:17:22 +00:00
wiz
d416e67275 Remove openbsd from ossaudio switch statement.
Brad Smith let me know that OpenBSD switched to sndio 6 years ago.
2014-05-19 12:43:33 +00:00
wiz
30503729b0 Remove patch that was misapplied probably in 2004. See upstream
bug report.

Bump PKGREVISION.
2014-05-19 08:21:13 +00:00
wiz
d8bcc01165 Remove patch that mutated far beyond the original intent.
(fixing a non-constant initializer in 2005...)
2014-05-18 20:48:21 +00:00
wiz
726fbfa251 Remove three patches that I think are not needed any longer.
If I'm wrong, let me know why.

Add upstream bug report URLs to nearly all remaining patches,
after filing these upstream bug reports.

Hi everyone who patched this without doing that!
2014-05-18 15:38:18 +00:00
wiz
16eb54de67 Update to 1.2.5:
xine-lib (1.2.5) 2014-04-08
  * Update german translation.
  * Add bass downmix support to AC3 decoder.
  * Add experimental YCgCo colorspace support.
  * Add avformat demux plugin.
    - Support for new formats and protocols.
    - Proper rtsp support (with avformat+rtsp://, rtsp+tcp:// and rtsp+http:// mrls).
    - by default native xine demux plugins are probed first.
      This can be overridden in config, by selecting demuxer in mrl (#demux:avformat),
      or by using "avformat+" mrl prefix.
  * Add avio (libavformat) input plugin:
    - Support for new protocols (https://, ftp://, sftp://, ...).
    - Support for seekable http streams (with "avio+http://" mrl).
    - By default native xine input plugins are used. This can be overridden in config or by using "avio+" mrl prefix.
  * Recognise & use HEVC/H.265. (ffmpeg)
  * Add support for HEVC/H.265 to the mpeg-ts demuxer.
  * Add support for HEVC/H.265 and VP9 to the matroska demuxer.
  * Add VP8/VP9 decoder using libvpx.
  * Modernise Quicktime demuxer:
    - Multiple user selectable audio traks.
    - Support AC3, EAC3, vorbis, Purevoice audio.
    - Support ISO fragment media files.
    - More safety on broken files.
    - Slightly faster.
  * Recognise & use ADPCM G.726 and ATRAC3. (ffmpeg/libva)
  * Build fixes.
  * Fix HDMV subtitle channel.
  * FFmpeg compatibility fixes.
  * Some colour format conversion fixes.
  * Fix RealVideo re-ordered PTS: pass through, let the decoder re-order it.
  * Fix some problems with COOK audio.
2014-04-17 13:53:47 +00:00
drochner
fecc970ed0 update to 1.2.4
changes:
-faster JPEG decoding
-support for EAC3 audio
-test input plugin added
-misc fixes and improvements
2013-12-04 12:38:35 +00:00
apb
5b948a0f2b Remove a trailing colon from an asm statement that was introduced in
revision 1.2 of patches/patch-src-post-planar-eq2.c.  Apparently, some
versions of gcc don't like an empty clobber list in an asm statement.
This should fix PR 47035 from David Shao.
2012-10-23 19:57:33 +00:00
apb
7dc965d0ac In affine_1d_MMX(), move the initialisation of %mm3 and %mm4 registers
into a separate asm statement, to give the compiler more freedom
for register allocation.  Fixes a problem with gcc-4.5.4 on NetBSD/i386
in which gcc complained:

eq2.c: In function 'affine_1d_MMX':
eq2.c:128:5: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
eq2.c:128:5: error: 'asm' operand has impossible constraints
2012-09-27 10:28:14 +00:00
jperkin
eb12882f50 Disable MMX section on Solaris which has compiler issues, and ensure
libxine-interface.la is not empty by using the dummy object.

Fixes package on Solaris.
2012-09-20 15:33:40 +00:00
jperkin
1aadd31c77 Fix patch file, it was being ignored. 2012-09-20 15:27:29 +00:00
jdc
0cb033bb77 Only compile MMX/SSE code on x86/x86_64). 2012-08-15 18:34:36 +00:00
drochner
43b53a0a3c fix botch in patch, fixes amd64 build (PR pkg/46653) 2012-07-04 11:05:29 +00:00
drochner
40ab2afd68 update to 1.2.2
changes:
-YUV conversion optimisation
-support for FLAC in Matroska
-support for BMP
-bugfixes
2012-07-02 16:27:10 +00:00
marino
380ce46639 multimedia/xine-lib: Fix for DragonFly-*-i386 2012-05-18 18:53:31 +00:00
hans
f868e6a742 Restore SunOS fixes that got lost in the update. 2012-04-01 18:42:02 +00:00
drochner
d14ba10f96 update to 1.2.1
changes:
-Rewrite of VDPAU OSD handling
-sndio plugin is now buildable
-Various bug fixes
2012-03-21 16:37:15 +00:00
drochner
cc9ef3e798 update to 1.1.20.1
changes: minor fixes
2012-01-09 17:20:01 +00:00
sbd
280b643023 Because automake is now being called automake source files (not output file)
must be patched.
2011-12-25 03:24:09 +00:00
sbd
d4db3be764 A simpler way to decide if -lXinerama is need is to use XINERAMA_LIBS which
gets its value from pkg-config.
Also add 'automake' to USE_TOOLS and the pre-configure target.
2011-12-24 03:02:25 +00:00
marino
ade0223781 multimedia/xine-lib: Fix DragonFly+ breakage
The previous update broke DragonFly, OpenBSD, and likely FreeBSD as well.
The added patch mirrors the post-release commit upstream that fixes it:
http://anonscm.debian.org/hg/xine-lib/xine-lib/rev/2dfa82f9ff35
(13 November 2011)
2011-11-20 11:43:36 +00:00
drochner
8f4d698486 update to 1.1.20
changes:
-Enable FFmpeg's support for AAC LATM audio
-minor fixes and improvements, most notably for MPEG TS
-translation updates
2011-11-16 19:45:37 +00:00
hans
b42dfc6554 Always add a dummy object to libxineposix.so. This is needed when all
features of libxineposix are supported natively and ar refuses create an
empty library, and it shouldn't do any harm otherwise. Fixes build on
OpenIndiana 151.
2011-10-12 17:30:22 +00:00
joerg
bc5d800815 Address computations are not ICE, even if GCC accepts them as such. Fix
that and use the same emms constraint as found in other places.
2011-09-04 14:34:52 +00:00
wiz
624613c8a0 Remove patch-src_video_out_xxmc.h -- it's a duplicate of patch-gb.
Migrate comment there.
2011-08-15 07:35:18 +00:00
sbd
ccc4e9fa62 Build fix for building with videoproto-2.3.1 and newer. 2011-08-14 10:14:25 +00:00
drochner
8ba16ba64d include one more X11 header to fix build at least on D'fly, from
John Marino per PR pkg/45152
2011-07-18 09:58:38 +00:00
jmcneill
b2d989e6b4 use netbsd dtvio.h header when available 2011-07-10 16:52:24 +00:00
drochner
72db7c94ab update to 1.1.19
changes:
-bugfixes
-support WebM container format
-support Xv gamma adjustment
-handle some more formats and Ogg tags

many pkgsrc patches were integrated upstream
2010-07-28 09:24:14 +00:00
drochner
8dd3412253 remove some patches which look unnecessary or obsolete 2010-07-21 16:47:57 +00:00
drochner
dd80a0634d update to 1.1.18.1
This release adds support for WMA Pro and basic support for Quicktime
media links (much better support is present in the 1.2 branch) and has
various fixes for 24-bit FLAC and LPCM, TTA, and AAC in Flash video;
there's also one important fix for DXR3 users, allowing xine-lib to work
with recent versions of the em8300 driver. It also has enhanced support
for metadata (currently Ogg-only).
2010-04-13 15:09:40 +00:00
drochner
8b65d9fdb5 update to 1.1.17
changes:
-improved Matroska support
-UTF-16 fixes
-hack for Apple film trailers
-improved BluRay support
-OpenBSD sndio support
2009-12-09 10:13:03 +00:00
drochner
b8d5702ec1 update to 1.1.16.3
changes:
-security fixes (were already patched in pkgsrc)
-misc bugfixes
-build fixes
2009-04-17 16:35:40 +00:00
drochner
d3551cd683 add a patch from upstream CVS to fix an integer overflow in the
Quicktime demuxer, bump PKGREVISION
2009-04-05 13:15:01 +00:00
drochner
042709c632 update to 1.1.16.2
changes:
* Build fixes related to ImageMagick 6.4 & later.
* Fix an error in Matroska PTS calculation.
* Some front ends hang due to the hang fixes in 1.1.16. Fix
  this by removing a break statement.
* Fix broken size checks in various input plugins
  (ref. CVE-2008-5239).
* More malloc checking (ref. CVE-2008-5240).
* Fix race conditions in gapless_switch
  (ref. kde bug #180339)
* Fix a possible integer overflow in the 4XM demuxer.
  (TKADV2009-004.txt)
pkgsrc notes:
-the 4xm fix upstream is wrong, do it better (patch-ax)
-filter out --no-undefined linker options on NetBSD<5 because this
 causes errors if shared modules are not linked against libc
2009-02-19 12:58:03 +00:00
drochner
99ff9255c8 update to 1.1.16.1
This fixes a number of security problems:
CVE-2008-5234 vector 1, CVE-2008-5236, CVE-2008-5237, CVE-2008-5239,
CVE-2008-5240 vectors 3 & 4, CVE-2008-5243
other changes:
-Support H.264 and AAC streams within FLV
-tagging improvements
-Add position-based seeking independent from seekpoints
-misc fixes
2009-01-20 18:30:49 +00:00
drochner
a516ea95df add a patch from upstream CVS to make a header usable from C++,
bump PKGREVISION, thanks Rumko for pointing out
2008-08-27 17:16:43 +00:00
drochner
651b1e9ea5 update to 1.1.14
changes:
-adds Xv port & type selection
-improved content type detection for HTTP streams
-some DVB and V4L improvements
-DVB audio bug fixed
2008-07-17 17:00:35 +00:00
drochner
8db816d8df update to 1.1.13
changes:
- For extra safety against possible Integer overflows like the ones found
    in CVE-2008-1482, backport more calloc usage from 1.2 branch
-Added MIME types and .mpp for musepack
-Fixed display of some MJPEG streams
-Deprecate xine_xmalloc() function, see src/xine-utils/utils.c for more
  information about the reason
-Provide a useful implementation of xine_register_log_cb()
-New version of the JACK output plugin

pkgsrc note: the fix for CVE-2008-1878 was integrated upstream
2008-06-21 15:45:15 +00:00
drochner
22e291cc88 normalize time argument to pthread_cond_timedwait(), otherwise NetBSD's
libpthread complains (happened if one jumped forth and back in a DVD)
bump PKGREVISION
2008-05-26 12:35:09 +00:00
drochner
6dc0b0da94 xine security patch of the day: fix possible buffer overflow in
nsf parser (SA29850), patch from upstream CVS, bump PKGREVISION
2008-04-18 14:01:22 +00:00
drochner
eaf6372530 update to 1.1.12
changes:
-security fix (unchecked array index, CVE-2008-1686)
-a few bug fixes (including the 1.1.11.1 regressions)
-new version of the pulseaudio output plugin
-open-source upport for RealAudio "cook"
2008-04-15 19:25:28 +00:00
drochner
33016932fc update to 1.1.11.1
changes:
* Security fixes:
  - Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073)
  - integer overflow, possibly leading to buffer overflow, CVE-2008-1482
* Reworked the plugin directory naming so that external plugins don't have
  to be rebuilt for every release
* Made the version parsing much more reliable; it wasn't properly coping
  with four-part version numbers
* Fixed an off-by-one in the FLAC security fix patch. This breakage was
  causing failure to play some files
* Support 16-bit big-endian DTS audio
* Improved frame snapshot API. (ABI extension.)
* Re-add support for # (stream parameter separator) in raw filenames
* Fixed long delay when closing stream on dual core systems

pkgsrc note: CVE-2008-0073 was already fixed by patch
2008-04-10 11:48:57 +00:00
drochner
a429ce6ead add patch from upstream to fix a buffer overflow in the SDP parser
(CVE-2008-0073)
bump PKGREVISION
2008-03-19 16:09:35 +00:00
drochner
68e7ba2483 update to 1.1.10
changes:
This release contains a security fix (remotely-expoitable buffer overflow,
CVE-2006-1664). (This is not the first time that that bug has been fixed?)
It also fixes a few more recent bugs, such as the audio output problems
in 1.1.9.

(The fix for CVE-2008-0225 which we had patches for was included
upstream too.)
2008-02-01 20:35:09 +00:00