diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /libtheora | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'libtheora')
| -rw-r--r-- | libtheora/.checksum | 1 | ||||
| -rw-r--r-- | libtheora/.files | 22 | ||||
| -rw-r--r-- | libtheora/abuild | 8 | ||||
| -rw-r--r-- | libtheora/depends | 1 |
4 files changed, 32 insertions, 0 deletions
diff --git a/libtheora/.checksum b/libtheora/.checksum new file mode 100644 index 00000000..984a86af --- /dev/null +++ b/libtheora/.checksum @@ -0,0 +1 @@ +06636770e896208b65ffc958f3a878f0d9b7198c0f86b12f997a36ba1a3e3cbe libtheora-1.2.0.tar.xz diff --git a/libtheora/.files b/libtheora/.files new file mode 100644 index 00000000..c501304a --- /dev/null +++ b/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.1.4.1 +lrwxrwxrwx root/root usr/lib/libtheora.so.1 -> libtheora.so.1.4.1 +-rwxr-xr-x root/root usr/lib/libtheora.so.1.4.1 +lrwxrwxrwx root/root usr/lib/libtheoradec.so -> libtheoradec.so.2.1.1 +lrwxrwxrwx root/root usr/lib/libtheoradec.so.2 -> libtheoradec.so.2.1.1 +-rwxr-xr-x root/root usr/lib/libtheoradec.so.2.1.1 +lrwxrwxrwx root/root usr/lib/libtheoraenc.so -> libtheoraenc.so.2.2.1 +lrwxrwxrwx root/root usr/lib/libtheoraenc.so.2 -> libtheoraenc.so.2.2.1 +-rwxr-xr-x root/root usr/lib/libtheoraenc.so.2.2.1 +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/libtheora/abuild b/libtheora/abuild new file mode 100644 index 00000000..2159ebbb --- /dev/null +++ b/libtheora/abuild @@ -0,0 +1,8 @@ +name=libtheora +version=1.2.0 +release=1 +source="https://downloads.xiph.org/releases/theora/$name-$version.tar.xz" + +prebuild() { + sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c +} diff --git a/libtheora/depends b/libtheora/depends new file mode 100644 index 00000000..e9da0c92 --- /dev/null +++ b/libtheora/depends @@ -0,0 +1 @@ +libvorbis |