Commit graph

17 commits

Author SHA1 Message Date
drochner
f58676548e update to 1.3.2
changes: misc fixes and improvements
pkgsrc change: add LICENSE
2011-07-19 18:56:46 +00:00
tron
d3c78a0c7d Fix abuse of "WRKSRC" which must not be set to a sub directory of the
source tree that actually gets built. This will various checks that
get performed to check for problems with the built (e.g. work
directory references).

As a side effect the problem with GNU patch 2.5.8 gets fixed as well.
2011-06-24 13:04:43 +00:00
tron
a92d76e16a Make this build with GNU patch 2.5.8 by avoiding patch files with ".."
in the filename.

XXX We need a generic solution for this.
2011-06-24 09:03:32 +00:00
obache
5612679fad Fixes merge issues of patch-ab introduced when updated to 1.2.2.
Adding "-Wl,-readd_only_relocs -Wl,warning" for Darwin-ppc is not required anymore
because already have "-Wl,read_only_relocs,suppress".

This issue rise multiple definition of -readd_only_relocs linker flags,
and result in failed to link reported as PR#41641.
2010-05-21 13:06:19 +00:00
drochner
7c674bc548 update to 1.2.2
changes:
-Workaround for nasm bug with Mach-O/OSX target
-Fix for missing resync marker range check
-Improved precision for RGB<->YUV conversions
-Fix for potential RGB24 access violation
-Updated compiler options for Apple PPC target
2009-06-02 17:10:53 +00:00
jmcneill
33a8398009 Fix path in patch-ac, kindly pointed out by Robert Elz. 2009-01-24 17:20:13 +00:00
jmcneill
64e186ae4f On systems where _SC_NPROCESSORS_CONF is not available, fallback to
single-threaded mode. Bump PKGREVISION.
2009-01-24 05:34:42 +00:00
wiz
22eb181554 Update to 1.2.1:
New in 1.2.1:
   * Fix for 'nested function' potential compilation error

New in 1.2.0:
   * Complete AMD64/EM64T 64-bit support
   * Added support for WIN64 platform
   * Multi-threaded encoding support
   * SSE3/SSE4 optimizations
   * Faster and more precise mpeg intra quantization
   * Fixed bug in packed pixel format colorspace conversion
   * Noexec-stack security patch
   * Fix for bad resync marker length
   * Improved decoder robustness for broken streams containing B-frames
   * Fix for potential out-of-bound access to MV bits table
   * Added SSIM quality-metric plugin
2009-01-07 10:52:12 +00:00
wiz
c72bf97415 Update to 1.1.3:
Changes since 1.1.2:

  xvidcore library

     * Fixed a potential vulnerability in mbcoding.c reported by Trixter Jack
       at Secunia

(was already in patch-ac)
2007-07-03 19:53:00 +00:00
tron
11cc476e45 Correct pathname in patch to make it actually apply. 2007-06-26 15:31:34 +00:00
lkundrak
c037ef5fbf Aims to fix CVE-2007-3329 security vulnerability. 2007-06-26 11:45:16 +00:00
jmmv
d2a917fbbe Build the assembly routines under Intel Macs by using a nasm with Mach-O
support.  (nasm is bundled with Xcode... maybe we should detect that and
use the native tool rather than the one in pkgsrc.)
2007-01-06 16:31:48 +00:00
joerg
f75176b39c Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
2006-10-09 12:52:34 +00:00
wiz
603e97e204 Update to 1.1.0:
This release is the long awaited 1.1.0. It is mostly API compatible
with the previous stable release as we dropped support for reduced
resolution coding. If your application didn't use that feature then the
upgrade is totally compatible.

Changes since 1.0.3:
  * xvidcore:
       * Improved Low bitrate quality.
       * Improved VBV support
       * Rate-Distortion mode decision for bvops
       * New postprocessing functions, brightness and deringing
       * New PowerPC port by Christoph Naegeli
       * Brand new amd64 Linux 64bit port by Andre Werthmann
       * Various decoder and encoder speedups
       * A few bugs squashed
  * VFW frontend
       * Mingw/CygWin support
       * Various small improvements
       * A few bugs squashed
  * DShow frontend
       * Mingw/CygWin support
       * Support for brightness control
       * Various small improvements
       * A few bugs squashed
Changes since 1.1.0-beta2:
  * xvidcore
       * Field interlaced decoding
       * IEEE-1180 compliant SSE2 iDCT (disabled for safety)
       * Fixed misaligned reads on RISC platforms such as ARM
       * Completed GCC 4.0 support
       * Export only public API on GNU/Linux and Solaris
       * Work on the example apps. Support for AVS input in xvid_encraw
  * VFW frontend
       * Small updates
  * DShow frontend
       * Additional fourcc support
2006-01-06 17:12:18 +00:00
xtraeme
27ed76fb68 Create and install links to the shared library to fix building of some
packages (the correct way would be libtoolizing it but I won't do that).

Bump PKGREVISION.
2005-10-21 07:41:53 +00:00
drochner
d5c5eec2fe add patch to recognize dragonfly, from Joerg Sonnenberger per pm 2005-05-20 12:54:54 +00:00
snj
a01c5cfdf4 This wants to use INSTALL (which has "-o root -g wheel" passed to it) in
places that it doesn't need to.  Adjust to more appropriate and more
friendly commands (MKDIR and BSD_INSTALL) so that this builds as non-root.
2004-03-28 23:09:51 +00:00