Commit graph

2980 commits

Author SHA1 Message Date
obache
5867c3cc69 Use xulrunner192, not want to deal with API dance of mozilla. 2011-12-08 10:39:13 +00:00
sborrill
6338cbd9ff Make x264 an option.
Bump PKGREVISION.
2011-12-06 22:05:04 +00:00
sborrill
3e993b48b3 Patch to work with new matroska and png 2011-12-06 22:02:24 +00:00
sborrill
4b7fa300cb Make x264 an option 2011-12-06 22:01:06 +00:00
joerg
799d722af6 Fix build with modern GCC 2011-12-05 22:53:45 +00:00
drochner
f37c162034 reset PKGREV for base pkg update 2011-11-30 10:51:24 +00:00
jmmv
4f0114f23d Unbreak ffmpeg on NetBSD/macppc... again -- and a big fat comment warning
about this next to the relevant piece of code.  Looking at the CVS logs,
it's the 3rd time I fix this.  This, in turn, fixes the build of libdlna.

To fix the package, use the "proper" syntax to enable PIC within the
configure script, instead of applying what seems to be a hack. As before,
i386 is left PIC-less or otherwise ffmpeg breaks.

Tested on macppc and amd64.
2011-11-29 17:58:17 +00:00
drochner
d105f85c13 update to 0.7.8
changes:
-fix buffer overflows in svq1dec, vp3_dequant, qdm2dec
 (possible code injection)
-more fixes
2011-11-28 11:00:28 +00:00
sbd
07a5ecb243 Add missing sysutils/file buildlink.
Bump PKGREVISION
2011-11-27 08:10:12 +00:00
hans
b11447917a Use FLEX_REQD to require flex>=2.5.31 2011-11-26 23:02:57 +00:00
dholland
f8a90a9112 Extend the UINT64_C patch to NetBSD, which needs it, and FreeBSD and
OpenBSD too since they probably do but we probably won't hear from
anyone about that directly. PKGREVISION -> 3.

Note that at least on NetBSD __STDC_CONSTANT_MACROS is apparently
already defined here (at least when building graphics/osg, maybe not
always) so this patch may not really be the right approach, but it
works...
2011-11-26 22:28:12 +00:00
sbd
7c1269cb04 * Give the MAKE_ENV to the build script.
* Add missing devel/zlib buildlink.

Bump PKGREVISION
2011-11-26 09:17:30 +00:00
joerg
e9db402efa GCC 4.5 fallout 2011-11-24 13:44:35 +00:00
joerg
107b4396e5 Add missing include 2011-11-24 13:43:41 +00:00
gls
de7e19c7c4 PKGREV++ following graphics/wxsvg library update. 2011-11-23 21:30:50 +00:00
adam
923e187c3f Changes 0.7.51:
* 2872918, MKV: add support for default and forced track flags
* 3418881, RK Audio format support, thanks to Lionel Duchateau
* 3418883, LA: version field, thanks to Lionel Duchateau
* MPEG-4: basic support of Aigo .3dv files
* MPEG-2 Video: color display info (colour_primaries, transfer_characteristics,
  matrix_coefficients)
* QuickTime: color display info (colour_primaries, transfer_characteristics,
  matrix_coefficients)
* QuickTime: ProRes LT, Proxy, 4:4:4 profiles detection
* QuickTime: mpeg CodecID support
* Template inputs are now insensitive to carriage return kind
* MPEG-TS: Support of ISO 8859-2 in EPG
* MPEG-4: more CodedIDs supported
* GXF: more info about DV streams
* GXF: Handling of files with more than 1 Time code
* 3414326, GXF: using only the first map chunk for duration calculation
* 3414513, Id3v2: was not able to extract covers with UTF-16 description
* 3417908, video from several files: crash if there is not enough place for the
  frame number
* 3433602, DVD-Video (IFO): Crash when scanning some malformed IFO files
* Matroska: parser hanging in case of huge zero-padded files
* MPEG-4: was not providing some info about tracks with sample table before
  media header
* MXF: better support of corrupted indexes
* 3429831, MediaInfo library: unload wrong DLL, thanks to McSpecky
* MPEG-TS: Better handling of EPG running_status flag
* MXF: Handling of "file:///" in Network loacators
* FLV: audio delay was sometimes wrong
* H264: Buffer size was in bytes instead of bits like with other formats
* 3429196: no output if absolute file name, on Linux
* 3187050, FLV: wrong detection when FLV header is corrupt
* BLu-ray: crash if MPLS files are on the root of a disk
* Blu-ray: parsing was very slow if MPLS was pointing thousands of times on the
  same file
* 3292830, Matroska: crash if AAC sample rate is not provided by the container
2011-11-23 13:09:55 +00:00
marino
80d2155d55 multimedia/ffmpeg: Fix UINT64_C error on DragonFly
ffmpeg itself built fine on DragonFly, but other code trying to use this
library (e.g. audio/akode-plugins-ffmpeg) would not build, stopping with
an error like:
  common.h:154 error: `UINT64_C` was not declared in this scope

The provided patch fixes this breakage.  For conservative reasons, the
code only applies to DragonFly, but if other platforms are seeing the
same error, then the patch's macro should be expanded to include those
other platforms as well.
2011-11-22 10:51:35 +00:00
marino
4860895add multimedia/gst-plugins0.10-bad: Disable shm plugin
The libgstshm plugin was building on DragonFly, but it wasn't in the PLIST.
Rather than conditionally add it to the PLIST, instead shm was added to
the disabled list.  This now builds cleanly with PKG_DEVELOPER=yes.
2011-11-21 00:43:48 +00:00
sbd
d82cb3e038 Recursive bump for graphics/ImageMagick buildlink addition. 2011-11-20 22:11:21 +00:00
marino
92b46c9028 multimedia/xine-lib: bump PKGREVISION
My previous commit should have bumped the PKGREVISION.
2011-11-20 11:57:42 +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
obache
72da858460 Note "used by multimedia/xine-v4l{,2}". 2011-11-18 07:27:43 +00:00
drochner
47a8569c96 reset PKGREV for xine-lib update, and use ${XINE_MOD_DIR_VER}
(as done in audio/xine-* by obache - thanks!)
2011-11-17 18:22:27 +00:00
obache
fe3030a97b note used by audio/xine-alsa/Makefile. 2011-11-17 13:26:44 +00:00
sbd
c4cf5688c0 Add missing archivers/bzip2 buildlink.
Bump PKGREVISION
2011-11-17 06:20:47 +00:00
drochner
8baee14c41 update to 1.2.11
changes:
-improvements on RPC-II handling
-more robust key retrieval
-various bug fixes for small issues, memleaks, crashes and build issues
2011-11-16 19:52:25 +00:00
drochner
0495176f9b update to 0.10.13
changes:
-Fixes for handling FLAC
-Post QoS messages when dropping
-Properly report GPL or LGPL licensing
2011-11-16 19:49:49 +00:00
drochner
2fd82dda64 update to 0.10.22
changes:
-pad probes working properly with recent GStreamer
-fixes for encoding profiles and encodebin
-install headers
2011-11-16 19:48:29 +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
sbd
6c1bcc271a Recursive bump for multimedia/ffmpeg buildlink addition. 2011-11-16 01:33:15 +00:00
sbd
2dee0cc3d1 Add missing archivers/bzip2 and deve/zlib buildlinks
Bump PKGREVISION
2011-11-16 00:35:07 +00:00
marino
b2602d5541 PR#45527 multimedia/vlc: Fix DragonFly breakage (PLIST)
DragonFly builds with two plugins that NetBSD suppresses, but these
plugins were not on PLIST although the definition of suitable PLIST
variables suggest this was intended originally.  The plugins have
been conditionally added to the PLIST to properly support DragonFly.
2011-11-14 19:53:18 +00:00
abs
f81fd16b93 Updated multimedia/adobe-flash-plugin10.1 to 10.3.183.11
Changes from 10.3.183.7

Critical vulnerabilities have been identified in Adobe Flash Player
11.0.1.152 and earlier versions for Windows, Macintosh, Linux and
Solaris, and Adobe Flash Player 11.0.1.153 and earlier versions
for Android. These vulnerabilities could cause a crash and potentially
allow an attacker to take control of the affected system.

Adobe recommends users of Adobe Flash Player 11.0.1.152 and earlier
versions for Windows, Macintosh, Linux and Solaris update to Adobe
Flash Player 11.1.102.55. Users of Adobe Flash Player 11.0.1.153
and earlier versions for Android should update to Adobe Flash Player
11.1.102.59 for Android. Users of Adobe AIR 3.0 for Windows,
Macintosh, and Android should update to Adobe AIR 3.1.0.4880.

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2445).

This update resolves a heap corruption vulnerability that could lead to code execution (CVE-2011-2450).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2451).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2452).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2453).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2454).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2455).

This update resolves a buffer overflow vulnerability that could lead to code execution (CVE-2011-2456).

This update resolves a stack overflow vulnerability that could lead to code execution (CVE-2011-2457).

This update resolves a vulnerability that could lead to a cross-domain policy bypass (Internet Explorer-only) (CVE-2011-2458).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2459).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2460).

... now after reading the above, just how happy are people running this code
from their browsers?
2011-11-12 22:02:24 +00:00
abs
d0bf9dfda7 Updated multimedia/adobe-flash-plugin11 to 11.1.102.55
Changes from 11.0.1.152

Critical vulnerabilities have been identified in Adobe Flash Player
11.0.1.152 and earlier versions for Windows, Macintosh, Linux and
Solaris, and Adobe Flash Player 11.0.1.153 and earlier versions
for Android. These vulnerabilities could cause a crash and potentially
allow an attacker to take control of the affected system.

Adobe recommends users of Adobe Flash Player 11.0.1.152 and earlier
versions for Windows, Macintosh, Linux and Solaris update to Adobe
Flash Player 11.1.102.55. Users of Adobe Flash Player 11.0.1.153
and earlier versions for Android should update to Adobe Flash Player
11.1.102.59 for Android. Users of Adobe AIR 3.0 for Windows,
Macintosh, and Android should update to Adobe AIR 3.1.0.4880.

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2445).

This update resolves a heap corruption vulnerability that could lead to code execution (CVE-2011-2450).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2451).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2452).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2453).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2454).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2455).

This update resolves a buffer overflow vulnerability that could lead to code execution (CVE-2011-2456).

This update resolves a stack overflow vulnerability that could lead to code execution (CVE-2011-2457).

This update resolves a vulnerability that could lead to a cross-domain policy bypass (Internet Explorer-only) (CVE-2011-2458).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2459).

This update resolves a memory corruption vulnerability that could lead to code execution (CVE-2011-2460).

... now after reading the above, just how happy are people running this code
from their browsers?
2011-11-12 22:01:48 +00:00
joerg
b1713959cf Revert. No revbump, unconditional adding of files that are highly
platform specific, adding files that don't belong into a PLIST.
2011-11-11 23:32:38 +00:00
marino
791c255def multimedia/vlc: fix PLIST
Tinderbox-dragonfly found six files installed to .destdir that weren't
lists on the PLIST.  This commit adds those unaccounted files.
2011-11-11 22:41:41 +00:00
drochner
1a0820e814 update for new release date 2011-11-07 10:45:36 +00:00
drochner
a5121bf8d6 update to 0.7.7
"fixes around 90 bugs, several of which are security relevant"
(sorry, no details in the release notes)
2011-11-07 10:43:35 +00:00
drochner
d726697c8e update to 0.2.2
fixes a regression which could cause that certain (short) files
didn't play
2011-11-05 15:59:48 +00:00
abs
6a590a2d66 +adobe-flash-plugin11 2011-11-03 18:17:11 +00:00
abs
6ffe6d3283 sync with adobe-flash-plugin11 - mainly adjust the MESSAGE to only show
in the nspluginwrapper+pulseaudio case
bump PKGREVISION
2011-11-03 18:16:51 +00:00
abs
f499395928 Added multimedia/adobe-flash-plugin11 version 11.0.1.152
This is based on Ryo ONODERA's wip package with some pkglint and MESSAGE
shuffling from me (any issues seen are likely to be due to that rather
than the original package).

Netscape compatible plugin for Adobe Flash player.  This package
contains a plugin that enables web browsers to render the Flash
format.

The nspluginwrapper option (enabled by default on non Linux platforms)
permits the use of the the Linux x86 flash player in Firefox browsers
on other x86 systems and x86_64 systems.

For NetBSD this package requires emul.linux.kern.osrelease = 2.6.18
or later, which means it will not work on NetBSD 5.x or older
systems.
2011-11-03 18:14:14 +00:00
drochner
d3ba1f078f add patch from ffmpeg to fix an integer signedness error in CAVS codec
which can cause crashes or possibly allow code execution
(CVE-2011-3362)
bump PKGREV
2011-11-02 16:35:14 +00:00
abs
a034f0a261 Only use libflashsupport in the !pulseaudio case
Misc pkglint
Bump PKGREVISION
2011-11-01 19:18:19 +00:00
hans
90ec3083d9 OSS support on SunOS is only available in 5.11 2011-11-01 13:57:28 +00:00
sbd
e93e5d65e3 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
drochner
335ac8925f make this build with current ffmpeg
(or is this a C++ version problem? anyway - it works now)
2011-10-30 17:45:44 +00:00
ryoon
810c8ed7a0 Update to 0.9.7.1 (0.9.7 p1)
Changelog:
2011-08-15 v0.9.7-p1 "Cayuga" patch 1
  This is an incremental bugfix release against Cayuga. All users of that
  release are strongly encouraged to upgrade.

    - Fix potential OOB reads (cdae03a)

          An unbounded out of bounds read was discovered when the
          decoder was requested to perform error concealment (new in
          Cayuga) given a frame with corrupt partition sizes.

          A bounded out of bounds read was discovered affecting all
          versions of libvpx. Given an multipartition input frame that
          is truncated between the mode/mv partition and the first
          residiual paritition (in the block of partition offsets), up
          to 3 extra bytes could have been read from the source buffer.
          The code will not take any action regardless of the contents
          of these undefined bytes, as the truncated buffer is detected
          immediately following the read based on the calculated
          starting position of the coefficient partition.

    - Fix potential error concealment crash when the very first frame
      is missing or corrupt (a609be5)

    - Fix significant artifacts in error concealment (a4c2211, 99d870a)

    - Revert 1-pass CBR rate control changes (e961317)
      Further testing showed this change produced undesirable visual
      artifacts, rolling back for now.
2011-10-28 14:09:44 +00:00
abs
ce841327db Handle last change (libflashsupport) correctly - to match adobe-flash-plugin 2011-10-27 11:48:36 +00:00