summaryrefslogtreecommitdiff
path: root/multimedia/xvidcore
AgeCommit message (Collapse)AuthorFilesLines
2006-08-04Remove bogus shared library symlink under Mac OS x to fix package listtron1-3/+9
issue. Bump package revision because of this.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-13Remove now unneeded inclusion of bsd.prefs.mk.wiz1-3/+1
2006-03-13Remove the i386 only: stay cohenrent with Makefile, and also it works fine ↵tonio1-6/+1
on macppc
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2006-02-12Further investigation revealed that yasm is needed on amd64.joerg1-2/+4
2006-02-12- remove the ONLY_FOR_PLATFORM line as it has been reported to build onghen1-3/+3
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
2006-01-06Update to 1.1.0:wiz5-41/+44
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
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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
2005-10-21Create and install links to the shared library to fix building of somextraeme4-11/+23
packages (the correct way would be libtoolizing it but I won't do that). Bump PKGREVISION.
2005-05-28Fix MASTER_SITES -- maybe they moved the files?reed1-2/+2
2005-05-20add patch to recognize dragonfly, from Joerg Sonnenberger per pmdrochner2-1/+33
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-18update to 1.0.3drochner2-5/+5
This release fixes very minor bugs. It is source and binary compatible with the previous version.
2004-11-22Update multimedia/xvidcore to 1.0.2.xtraeme2-5/+5
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
2004-10-19xvidcore is i386 only, so use it if we are on i386.grant1-1/+8
2004-06-21update to 1.0.1drochner2-5/+5
bugfixes only
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-05-19use the final 1.0.0 release file, PKGNAME is already theredrochner2-6/+5
2004-05-16xvidcore is only for x86.grant1-1/+3
2004-04-05Belatedly bump PKGREVISIONs and dependencies for xvidcore major bumpwiz1-2/+2
during recent update (hi charles!).
2004-03-29No longer used.snj1-24/+0
2004-03-28This wants to use INSTALL (which has "-o root -g wheel" passed to it) insnj3-2/+45
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-28Update to 1.0.0rc3. There are way too many changes to list; the encoder coremycroft3-7/+8
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.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-12/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-20bl3ifyjmmv2-2/+24
2004-01-26Move xvidcore to the multimedia category (coming from graphics).jmmv5-0/+54
This is version 0.9.2.