Commit graph

14 commits

Author SHA1 Message Date
nia
5f43fbd01b libaom: ensure "generic" CPU type is selected correctly
libaom will refuse to build if it can't properly detect the CPU
architecture, unless the "generic" target is explicitly selected
on the command line.
2021-06-13 06:22:12 +00:00
wiz
6eae1297d5 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
mrg
0a843265c7 various fixes for arm64 big endian support.
most of these simply extend matching from "aarch64" to "aarch64eb"
in various forms of code.  most remaining uses in pkgsrc of
"MACHINE_ARCH == aarch64" are because of missing aarch64eb support,
such as most of the binary-bootstrap requiring languages like rust,
go, and java.

no pkg-bump because this shouldn't change packages on systems that
could already build all of these.
2021-04-25 07:51:24 +00:00
gdt
7a89d5bdf4 libaom: Fix previous
I mis-hand-merged the patch and incorrect removed a closing paren.
(It should also be noted that this same patch was sent by Edgar Fuß
earlier.)
2020-12-23 15:03:09 +00:00
gdt
3ecb461101 libaom: Avoid runtime CPU detection on Darwin/aarch64 too
This simply extends the existing list of NetBSD/arm and
NetBSD/aarch64.

(This is a build fix, so no PKGREVISION++.)

From Mark Felder via pkgsrc-users
2020-12-23 13:37:58 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
rjs
418f60415f Only need nasm for x86. 2019-06-07 17:54:07 +00:00
leot
0ee6640e0d libaom: Fix the build for NetBSD/*arm* 2018-11-11 18:03:17 +00:00
ryoon
5228f18dad Write correct version number in aom.pc file, bump PKGREVISION
This change is required to build multimedia/ffmpwg4-4.1.
2018-11-07 13:08:29 +00:00
adam
2bc9b0677d libaom: do not build tools nor docs (these are not installed anyway); fix linking 2018-10-30 17:30:15 +00:00
jperkin
c361dbac74 libaom: Fix build on SunOS. 2018-10-23 17:30:21 +00:00
ryoon
d943e0dc21 Use a file name with web browser download, and update checksum
However #MASTER_SITES link returns a distfile with various checksums.
I have uploaded my distfile to MASTER_SITE_LOCAL and update MASTER_SITES.
2018-10-01 03:25:46 +00:00
maya
de4ce5916d Add libaom version 1.0.0
AOMedia Video 1 (AV1), is an open, royalty-free video coding format designed
for video transmissions over the Internet.
AV1 is intended to be able to be used together with the audio format Opus in a
future version of the WebM container format for HTML5 web video and WebRTC.
2018-09-30 18:58:16 +00:00