./multimedia/xvidcore, ISO MPEG-4 compliant video codec

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.7nb1, Package name: xvidcore-1.3.7nb1, Maintainer: pkgsrc-users

XviD is an ISO MPEG-4 compliant video codec library. It's no product,
it's an open source project which is developed and maintained by lots of
people from all over the world.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 682.241 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-22 17:23:28 by Izumi Tsutsui | Files touched by this commit (1)
Log message:
xvidcore: always disable asm on NetBSD/i386 to avoid write-enable text.

Bump PKGREVISION to rebuild binaries for i386.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2021-10-26 13:01:20 by Nia Alarie | Files touched by this commit (177)
Log message:
multimedia: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (for legal reasons?):

./multimedia/adobe-flash-player/distinfo \ 
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz
./multimedia/adobe-flash-player/distinfo \ 
adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz
./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
   2021-10-07 16:32:21 by Nia Alarie | Files touched by this commit (179)
Log message:
multimedia: Remove SHA1 hashes for distfiles
   2020-05-16 19:44:15 by Nia Alarie | Files touched by this commit (2)
Log message:
xvidcore: Update to 1.3.6

Changes since 1.3.6:

 * Fix for a regression in initializing the Inter matrix with MPEG
   Quantization

Changes since 1.3.5:

 * Fix for various, long-standing and potentially critical security
   vulnerabilities in the decoder (credit to OSS-Fuzz)
 * Always use .text sections in nasm code for macho target

Changes since 1.3.4:

 * AmigaOS build patch by Fredrik Wikstrom
 * Support for applevel multithreading mode also for AVI output in
   xvid_encraw
 * Set interlacing flag in decoder correctly
   2019-11-03 18:12:05 by Roland Illig | Files touched by this commit (52)
Log message:
multimedia: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2018-12-09 04:04:34 by Sevan Janiyan | Files touched by this commit (7)
Log message:
Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
   2018-05-27 17:22:55 by Izumi Tsutsui | Files touched by this commit (1)
Log message:
xvidcore: disable asm to avoid text relocations on NetBSD/i386 8.0.

Bump PKGREVISION.  Ok'ed by wiz@ in PR pkg/53319.