The NetBSD Project

CVS log for pkgsrc/multimedia/xvidcore/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / multimedia / xvidcore

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.40 / (download) - annotate - [select for diffs], Wed Sep 14 17:26:48 2011 UTC (8 months, 1 week ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, HEAD
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored)

Fix build on SunOS.

The fixes intended for SunPRO compilers apply to SunOS in general.

Revision 1.39 / (download) - annotate - [select for diffs], Tue Jul 19 18:56:46 2011 UTC (10 months ago) by drochner
Branch: MAIN
Changes since 1.38: +4 -2 lines
Diff to previous 1.38 (colored)

update to 1.3.2
changes: misc fixes and improvements
pkgsrc change: add LICENSE

Revision 1.38 / (download) - annotate - [select for diffs], Fri Jun 24 13:04:43 2011 UTC (11 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.37: +3 -5 lines
Diff to previous 1.37 (colored)

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.

Revision 1.37 / (download) - annotate - [select for diffs], Fri Jun 24 09:03:32 2011 UTC (11 months ago) by tron
Branch: MAIN
Changes since 1.36: +4 -1 lines
Diff to previous 1.36 (colored)

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.

Revision 1.36 / (download) - annotate - [select for diffs], Wed May 26 14:30:36 2010 UTC (2 years ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Turn off assembler code under all version of Mac OS X Intel (instead of
only Leopard) to avoid build problems.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Jun 2 17:10:53 2009 UTC (2 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.34: +2 -3 lines
Diff to previous 1.34 (colored)

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

Revision 1.34 / (download) - annotate - [select for diffs], Wed Jan 28 16:03:37 2009 UTC (3 years, 3 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.33: +3 -2 lines
Diff to previous 1.33 (colored)

Fix PLIST issue on Darwin with user-destdir set

Revision 1.33 / (download) - annotate - [select for diffs], Sat Jan 24 05:34:42 2009 UTC (3 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

On systems where _SC_NPROCESSORS_CONF is not available, fallback to
single-threaded mode. Bump PKGREVISION.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jan 20 23:25:55 2009 UTC (3 years, 4 months ago) by sketch
Branch: MAIN
Changes since 1.31: +11 -1 lines
Diff to previous 1.31 (colored)

Fix for Sun Studio.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jan 7 10:52:12 2009 UTC (3 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

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

Revision 1.30 / (download) - annotate - [select for diffs], Mon Dec 17 22:13:42 2007 UTC (4 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)

Disable assembler code under Mac OS X Leopard i386 to fix build failure.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jul 3 19:53:00 2007 UTC (4 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored)

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)

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jun 26 11:45:16 2007 UTC (4 years, 11 months ago) by lkundrak
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

Aims to fix CVE-2007-3329 security vulnerability.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jan 6 16:31:48 2007 UTC (5 years, 4 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.26: +2 -3 lines
Diff to previous 1.26 (colored)

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.)

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jan 6 12:41:00 2007 UTC (5 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

Disable assembly routines under Darwin, which break the build.  In order to
support them, Mach-O binary support is needed in nasm.  (There are some
patches around but I haven't got them to work yet.)

Revision 1.25 / (download) - annotate - [select for diffs], Sat Nov 18 21:05:13 2006 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.24: +2 -3 lines
Diff to previous 1.24 (colored)

Update to 1.1.2:

Changes since 1.1.1:
xvidcore library

    * Fixed typo in xvid.c
    * Updated bitstream.h to fix the previous faulty non-aligned
      bitstream buffers fix

Changes since 1.1.0:
xvidcore library

    * Fixed bug when frame-drop (N-VOP) feature is used in combination
      with packed B-frames
    * Fix for premature EOF in xvid_decraw example
    * Fixed potential crash on Intel EMT64 architecture
    * Several fixes for IA64 platform (patch by Thomas Koeckerbauer)
    * Fix for visual_object_verid vs. video_object_layer_verid problem
    * Ensure intervening bytes are preserved in BitstreamInit()

VFW frontend

    * Prevent segfault when encoding application calls compress_end
      with NULL codec context (PerfectDark at yandex dot ru)
    * Profile definitions updates

DShow frontend

    * Add missing debug.c

Revision 1.24 / (download) - annotate - [select for diffs], Thu Oct 19 00:15:15 2006 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.23: +7 -4 lines
Diff to previous 1.23 (colored)

Disable assembly code on x86_64 -- the asm is not PIC, but the
ABI demands PIC code. This fixes the build.

A big patch to make the asm PIC is available from gentoo at
http://bugs.gentoo.org/show_bug.cgi?id=90287
in case someone knowledgable is interested in verifying and integrating it.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Oct 11 00:04:39 2006 UTC (5 years, 7 months ago) by grant
Branch: MAIN
Changes since 1.22: +7 -4 lines
Diff to previous 1.22 (colored)

disable asm on Solaris, as the resulting object files don't link
correctly.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Oct 9 12:52:35 2006 UTC (5 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.21: +5 -3 lines
Diff to previous 1.21 (colored)

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".

Revision 1.21 / (download) - annotate - [select for diffs], Mon Oct 2 14:21:13 2006 UTC (5 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored)

Fix shared library naming under Mac OS X (Darwin). The "avidemux" package
builds again now. Bump package revision because of this fix.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Aug 4 15:09:51 2006 UTC (5 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.19: +9 -3 lines
Diff to previous 1.19 (colored)

Remove bogus shared library symlink under Mac OS x to fix package list
issue. Bump package revision because of this.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:16 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Feb 12 15:49:49 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored)

Further investigation revealed that yasm is needed on amd64.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Feb 12 14:36:43 2006 UTC (6 years, 3 months ago) by ghen
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

- remove the ONLY_FOR_PLATFORM line as it has been reported to build on
  netbsd/alpha and solaris/sparc as well.  Bulk builds will point out which
  platforms are not supported.
- nasm dependency is only useful on i386 and amd64.

Ok with joerg.  This fixes PR#32803.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:19 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 6 17:12:18 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.14: +3 -4 lines
Diff to previous 1.14 (colored)

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

Revision 1.14 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:43 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.13 / (download) - annotate - [select for diffs], Fri Oct 21 07:41:53 2005 UTC (6 years, 7 months ago) by xtraeme
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

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.

Revision 1.12 / (download) - annotate - [select for diffs], Sat May 28 00:20:05 2005 UTC (6 years, 11 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Fix MASTER_SITES -- maybe they moved the files?

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:43 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jan 18 13:04:13 2005 UTC (7 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

update to 1.0.3
This release fixes very minor bugs. It is source and binary
compatible with the previous version.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 22 11:52:08 2004 UTC (7 years, 6 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Update multimedia/xvidcore to 1.0.2.

Changes since 1.0.1:

  * xvidcore
        o Fixed non compliant bvop decoding
          (was using rounding=0 instead of rounding=1)
        o Added better mv bound clipping for broken streams.
        o Better behavior with content claiming not containing bvops
          but eventually having bvops.
        o Force fincr and fbase to be < 16bit.
        o Fixed thread safety problem in C language iDCT implementation.

  * VFW frontend
        o Memory leak

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jun 21 16:21:50 2004 UTC (7 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

update to 1.0.1
bugfixes only

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 31 16:47:48 2004 UTC (7 years, 11 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

Enable pkgviews installation.  Patches provided by Joachim Kuebart on
tech-pkg@.

Revision 1.6 / (download) - annotate - [select for diffs], Wed May 19 11:33:17 2004 UTC (8 years ago) by drochner
Branch: MAIN
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored)

use the final 1.0.0 release file, PKGNAME is already there

Revision 1.5 / (download) - annotate - [select for diffs], Sun May 16 09:22:11 2004 UTC (8 years ago) by grant
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

xvidcore is only for x86.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 28 23:09:51 2004 UTC (8 years, 1 month ago) by snj
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

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.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 28 20:01:13 2004 UTC (8 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

Update to 1.0.0rc3.  There are way too many changes to list; the encoder core
has been nearly rewritten.  Output quality is much, much better, and is
generally considered superior to other freely available MPEG-4 encoders.
Tested with xine, mplayer and transcode.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 20 17:23:44 2004 UTC (8 years, 3 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

bl3ify

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jan 26 12:38:26 2004 UTC (8 years, 4 months ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Move xvidcore to the multimedia category (coming from graphics).
This is version 0.9.2.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 26 12:38:26 2004 UTC (8 years, 4 months ago) by jmmv
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>