From 93a354611e38a6949add5c2e5ccc93ef79b9755f Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:32:36 +0000 Subject: Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI] --- libtheora/.checksum | 1 + libtheora/.files | 22 ++++++++++++++++++++++ libtheora/abuild | 8 ++++++++ libtheora/depends | 1 + 4 files changed, 32 insertions(+) create mode 100644 libtheora/.checksum create mode 100644 libtheora/.files create mode 100644 libtheora/abuild create mode 100644 libtheora/depends (limited to 'libtheora') 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 -- cgit v1.2.3