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.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2016-02-25 16:49:44 by Jonathan Perkin | Files touched by this commit (16) |
Log message:
Use OPSYSVARS.
|