diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-23 06:54:43 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-23 06:54:43 +0000 |
| commit | 6e603d258a98eccfc92a563fdb30a99588962e9c (patch) | |
| tree | 8bef97e3d9b6c3955cfcd9e157e25b4c0d0c4a17 | |
| parent | c5125812150d0f97b4d44a27c496ed64c4935ccb (diff) | |
| download | alicelinux-6e603d258a98eccfc92a563fdb30a99588962e9c.tar.gz alicelinux-6e603d258a98eccfc92a563fdb30a99588962e9c.zip | |
Woodpecker CI 0a427104e1de5376aa10807c1f470b8a4a6edc84 [SKIP CI]
| -rw-r--r-- | libflac/.checksum | 1 | ||||
| -rw-r--r-- | libflac/.files | 42 | ||||
| -rw-r--r-- | libflac/abuild | 19 | ||||
| -rw-r--r-- | libflac/depends | 1 | ||||
| -rw-r--r-- | mednafen/.checksum | 1 | ||||
| -rw-r--r-- | mednafen/.files | 5 | ||||
| -rw-r--r-- | mednafen/abuild | 10 | ||||
| -rw-r--r-- | mednafen/depends | 2 |
8 files changed, 0 insertions, 81 deletions
diff --git a/libflac/.checksum b/libflac/.checksum deleted file mode 100644 index 749575f4..00000000 --- a/libflac/.checksum +++ /dev/null @@ -1 +0,0 @@ -2adca3cd8da4b577ebb9c12e73c91cf6f6a7feb7485b3f003853b82710bada84 flac-1.5.0.tar.xz diff --git a/libflac/.files b/libflac/.files deleted file mode 100644 index cd698e1f..00000000 --- a/libflac/.files +++ /dev/null @@ -1,42 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/flac --rwxr-xr-x root/root usr/bin/metaflac -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/FLAC++/ --rw-r--r-- root/root usr/include/FLAC++/all.h --rw-r--r-- root/root usr/include/FLAC++/decoder.h --rw-r--r-- root/root usr/include/FLAC++/encoder.h --rw-r--r-- root/root usr/include/FLAC++/export.h --rw-r--r-- root/root usr/include/FLAC++/metadata.h -drwxr-xr-x root/root usr/include/FLAC/ --rw-r--r-- root/root usr/include/FLAC/all.h --rw-r--r-- root/root usr/include/FLAC/assert.h --rw-r--r-- root/root usr/include/FLAC/callback.h --rw-r--r-- root/root usr/include/FLAC/export.h --rw-r--r-- root/root usr/include/FLAC/format.h --rw-r--r-- root/root usr/include/FLAC/metadata.h --rw-r--r-- root/root usr/include/FLAC/ordinals.h --rw-r--r-- root/root usr/include/FLAC/stream_decoder.h --rw-r--r-- root/root usr/include/FLAC/stream_encoder.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/cmake/ -drwxr-xr-x root/root usr/lib/cmake/FLAC/ --rw-r--r-- root/root usr/lib/cmake/FLAC/flac-config-version.cmake --rw-r--r-- root/root usr/lib/cmake/FLAC/flac-config.cmake --rw-r--r-- root/root usr/lib/cmake/FLAC/targets-release.cmake --rw-r--r-- root/root usr/lib/cmake/FLAC/targets.cmake -lrwxrwxrwx root/root usr/lib/libFLAC++.so -> libFLAC++.so.11 -lrwxrwxrwx root/root usr/lib/libFLAC++.so.11 -> libFLAC++.so.11.0.0 --rwxr-xr-x root/root usr/lib/libFLAC++.so.11.0.0 -lrwxrwxrwx root/root usr/lib/libFLAC.so -> libFLAC.so.14 -lrwxrwxrwx root/root usr/lib/libFLAC.so.14 -> libFLAC.so.14.0.0 --rwxr-xr-x root/root usr/lib/libFLAC.so.14.0.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/flac++.pc --rw-r--r-- root/root usr/lib/pkgconfig/flac.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/flac.1.gz --rw-r--r-- root/root usr/share/man/man1/metaflac.1.gz diff --git a/libflac/abuild b/libflac/abuild deleted file mode 100644 index 7b8d1f40..00000000 --- a/libflac/abuild +++ /dev/null @@ -1,19 +0,0 @@ -name=libflac -version=1.5.0 -release=1 -source=https://ftp.osuosl.org/pub/xiph/releases/flac/flac-$version.tar.xz - -build() { - cmake -B build \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_C_FLAGS_RELEASE="$CFLAGS" \ - -DCMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ - -DBUILD_SHARED_LIBS=ON \ - -DBUILD_EXAMPLES=OFF \ - -DBUILD_TESTING=OFF \ - -Wno-dev - cmake --build build - DESTDIR=$PKG cmake --install build -} diff --git a/libflac/depends b/libflac/depends deleted file mode 100644 index b6a6854a..00000000 --- a/libflac/depends +++ /dev/null @@ -1 +0,0 @@ -libogg diff --git a/mednafen/.checksum b/mednafen/.checksum deleted file mode 100644 index c5732482..00000000 --- a/mednafen/.checksum +++ /dev/null @@ -1 +0,0 @@ -a0ac040f1acacad937287aa9bbeb247b777a90da3ad4de791b68aa39b0adbe0d mednafen-1.32.1.tar.xz diff --git a/mednafen/.files b/mednafen/.files deleted file mode 100644 index 88c834a6..00000000 --- a/mednafen/.files +++ /dev/null @@ -1,5 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/mednafen -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/share/ diff --git a/mednafen/abuild b/mednafen/abuild deleted file mode 100644 index 4be511fd..00000000 --- a/mednafen/abuild +++ /dev/null @@ -1,10 +0,0 @@ -name=mednafen -version=1.32.1 -release=1 -source=https://mednafen.github.io/releases/files/$name-$version.tar.xz - -build() { - ./configure --prefix=/usr - make - make install DESTDIR=$PKG -} diff --git a/mednafen/depends b/mednafen/depends deleted file mode 100644 index ba32ff0d..00000000 --- a/mednafen/depends +++ /dev/null @@ -1,2 +0,0 @@ -flac -sdl2 |