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 /libogg | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'libogg')
| -rw-r--r-- | libogg/.checksum | 1 | ||||
| -rw-r--r-- | libogg/.files | 15 | ||||
| -rw-r--r-- | libogg/abuild | 4 |
3 files changed, 20 insertions, 0 deletions
diff --git a/libogg/.checksum b/libogg/.checksum new file mode 100644 index 00000000..26c63963 --- /dev/null +++ b/libogg/.checksum @@ -0,0 +1 @@ +3f6c106afa5b026ca7b8a0cc56fdb100bf2f93aee5c84f46beec4c7e1fe6c452 libogg-1.3.5.tar.xz diff --git a/libogg/.files b/libogg/.files new file mode 100644 index 00000000..2b64f744 --- /dev/null +++ b/libogg/.files @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/ogg/ +-rw-r--r-- root/root usr/include/ogg/config_types.h +-rw-r--r-- root/root usr/include/ogg/ogg.h +-rw-r--r-- root/root usr/include/ogg/os_types.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libogg.so -> libogg.so.0.8.5 +lrwxrwxrwx root/root usr/lib/libogg.so.0 -> libogg.so.0.8.5 +-rwxr-xr-x root/root usr/lib/libogg.so.0.8.5 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/ogg.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/ogg.m4 diff --git a/libogg/abuild b/libogg/abuild new file mode 100644 index 00000000..3769d4e0 --- /dev/null +++ b/libogg/abuild @@ -0,0 +1,4 @@ +name=libogg +version=1.3.5 +release=1 +source="https://downloads.xiph.org/releases/ogg/$name-$version.tar.xz" |