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/libtheora | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/extra/libtheora')
| -rw-r--r-- | repos/extra/libtheora/.files | 22 | ||||
| -rw-r--r-- | repos/extra/libtheora/depends | 1 | ||||
| -rw-r--r-- | repos/extra/libtheora/info | 4 | ||||
| -rw-r--r-- | repos/extra/libtheora/prebuild | 1 |
4 files changed, 28 insertions, 0 deletions
diff --git a/repos/extra/libtheora/.files b/repos/extra/libtheora/.files new file mode 100644 index 00000000..f31e965f --- /dev/null +++ b/repos/extra/libtheora/.files @@ -0,0 +1,22 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/theora/ +-rw-r--r-- root/root usr/include/theora/codec.h +-rw-r--r-- root/root usr/include/theora/theora.h +-rw-r--r-- root/root usr/include/theora/theoradec.h +-rw-r--r-- root/root usr/include/theora/theoraenc.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libtheora.so -> libtheora.so.0.3.10 +lrwxrwxrwx root/root usr/lib/libtheora.so.0 -> libtheora.so.0.3.10 +-rwxr-xr-x root/root usr/lib/libtheora.so.0.3.10 +lrwxrwxrwx root/root usr/lib/libtheoradec.so -> libtheoradec.so.1.1.4 +lrwxrwxrwx root/root usr/lib/libtheoradec.so.1 -> libtheoradec.so.1.1.4 +-rwxr-xr-x root/root usr/lib/libtheoradec.so.1.1.4 +lrwxrwxrwx root/root usr/lib/libtheoraenc.so -> libtheoraenc.so.1.1.2 +lrwxrwxrwx root/root usr/lib/libtheoraenc.so.1 -> libtheoraenc.so.1.1.2 +-rwxr-xr-x root/root usr/lib/libtheoraenc.so.1.1.2 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/theora.pc +-rw-r--r-- root/root usr/lib/pkgconfig/theoradec.pc +-rw-r--r-- root/root usr/lib/pkgconfig/theoraenc.pc +drwxr-xr-x root/root usr/share/ diff --git a/repos/extra/libtheora/depends b/repos/extra/libtheora/depends new file mode 100644 index 00000000..e9da0c92 --- /dev/null +++ b/repos/extra/libtheora/depends @@ -0,0 +1 @@ +libvorbis diff --git a/repos/extra/libtheora/info b/repos/extra/libtheora/info new file mode 100644 index 00000000..cb21f270 --- /dev/null +++ b/repos/extra/libtheora/info @@ -0,0 +1,4 @@ +name=libtheora +version=1.1.1 +release=1 +source="https://downloads.xiph.org/releases/theora/$name-$version.tar.xz" diff --git a/repos/extra/libtheora/prebuild b/repos/extra/libtheora/prebuild new file mode 100644 index 00000000..f2db4d46 --- /dev/null +++ b/repos/extra/libtheora/prebuild @@ -0,0 +1 @@ +sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c |