diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
| commit | 46ca440e9d6cc606d9c3233021e32d24b25172cf (patch) | |
| tree | eeb573e47ac56498fbf74bda6d22fac47038ecab /repos/extra/libaom | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/extra/libaom')
| -rw-r--r-- | repos/extra/libaom/.files | 22 | ||||
| -rw-r--r-- | repos/extra/libaom/depends | 1 | ||||
| -rw-r--r-- | repos/extra/libaom/info | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/repos/extra/libaom/.files b/repos/extra/libaom/.files new file mode 100644 index 00000000..ee22ad5c --- /dev/null +++ b/repos/extra/libaom/.files @@ -0,0 +1,22 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/aomdec +-rwxr-xr-x root/root usr/bin/aomenc +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/aom/ +-rw-r--r-- root/root usr/include/aom/aom.h +-rw-r--r-- root/root usr/include/aom/aom_codec.h +-rw-r--r-- root/root usr/include/aom/aom_decoder.h +-rw-r--r-- root/root usr/include/aom/aom_encoder.h +-rw-r--r-- root/root usr/include/aom/aom_external_partition.h +-rw-r--r-- root/root usr/include/aom/aom_frame_buffer.h +-rw-r--r-- root/root usr/include/aom/aom_image.h +-rw-r--r-- root/root usr/include/aom/aom_integer.h +-rw-r--r-- root/root usr/include/aom/aomcx.h +-rw-r--r-- root/root usr/include/aom/aomdx.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libaom.so -> libaom.so.3 +lrwxrwxrwx root/root usr/lib/libaom.so.3 -> libaom.so.3.8.2 +-rwxr-xr-x root/root usr/lib/libaom.so.3.8.2 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/aom.pc diff --git a/repos/extra/libaom/depends b/repos/extra/libaom/depends new file mode 100644 index 00000000..c247c490 --- /dev/null +++ b/repos/extra/libaom/depends @@ -0,0 +1 @@ +nasm diff --git a/repos/extra/libaom/info b/repos/extra/libaom/info new file mode 100644 index 00000000..96c33165 --- /dev/null +++ b/repos/extra/libaom/info @@ -0,0 +1,5 @@ +name=libaom +version=3.8.2 +release=1 +source="https://storage.googleapis.com/aom-releases/$name-$version.tar.gz" +build_opt="-DBUILD_SHARED_LIBS=1" |