From 0a427104e1de5376aa10807c1f470b8a4a6edc84 Mon Sep 17 00:00:00 2001 From: Emmett1 Date: Sat, 23 May 2026 06:54:26 +0000 Subject: created community repo --- repos/community/libflac/.checksum | 1 + repos/community/libflac/.files | 42 ++++++++++++++++++++++++++++++++++++++ repos/community/libflac/abuild | 19 +++++++++++++++++ repos/community/libflac/depends | 1 + repos/community/mednafen/.checksum | 1 + repos/community/mednafen/.files | 5 +++++ repos/community/mednafen/abuild | 10 +++++++++ repos/community/mednafen/depends | 2 ++ repos/extra/libflac/.checksum | 1 - repos/extra/libflac/.files | 42 -------------------------------------- repos/extra/libflac/abuild | 19 ----------------- repos/extra/libflac/depends | 1 - repos/extra/mednafen/.checksum | 1 - repos/extra/mednafen/.files | 5 ----- repos/extra/mednafen/abuild | 10 --------- repos/extra/mednafen/depends | 2 -- 16 files changed, 81 insertions(+), 81 deletions(-) create mode 100644 repos/community/libflac/.checksum create mode 100644 repos/community/libflac/.files create mode 100644 repos/community/libflac/abuild create mode 100644 repos/community/libflac/depends create mode 100644 repos/community/mednafen/.checksum create mode 100644 repos/community/mednafen/.files create mode 100644 repos/community/mednafen/abuild create mode 100644 repos/community/mednafen/depends delete mode 100644 repos/extra/libflac/.checksum delete mode 100644 repos/extra/libflac/.files delete mode 100644 repos/extra/libflac/abuild delete mode 100644 repos/extra/libflac/depends delete mode 100644 repos/extra/mednafen/.checksum delete mode 100644 repos/extra/mednafen/.files delete mode 100644 repos/extra/mednafen/abuild delete mode 100644 repos/extra/mednafen/depends diff --git a/repos/community/libflac/.checksum b/repos/community/libflac/.checksum new file mode 100644 index 00000000..749575f4 --- /dev/null +++ b/repos/community/libflac/.checksum @@ -0,0 +1 @@ +2adca3cd8da4b577ebb9c12e73c91cf6f6a7feb7485b3f003853b82710bada84 flac-1.5.0.tar.xz diff --git a/repos/community/libflac/.files b/repos/community/libflac/.files new file mode 100644 index 00000000..cd698e1f --- /dev/null +++ b/repos/community/libflac/.files @@ -0,0 +1,42 @@ +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/repos/community/libflac/abuild b/repos/community/libflac/abuild new file mode 100644 index 00000000..7b8d1f40 --- /dev/null +++ b/repos/community/libflac/abuild @@ -0,0 +1,19 @@ +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/repos/community/libflac/depends b/repos/community/libflac/depends new file mode 100644 index 00000000..b6a6854a --- /dev/null +++ b/repos/community/libflac/depends @@ -0,0 +1 @@ +libogg diff --git a/repos/community/mednafen/.checksum b/repos/community/mednafen/.checksum new file mode 100644 index 00000000..c5732482 --- /dev/null +++ b/repos/community/mednafen/.checksum @@ -0,0 +1 @@ +a0ac040f1acacad937287aa9bbeb247b777a90da3ad4de791b68aa39b0adbe0d mednafen-1.32.1.tar.xz diff --git a/repos/community/mednafen/.files b/repos/community/mednafen/.files new file mode 100644 index 00000000..88c834a6 --- /dev/null +++ b/repos/community/mednafen/.files @@ -0,0 +1,5 @@ +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/repos/community/mednafen/abuild b/repos/community/mednafen/abuild new file mode 100644 index 00000000..4be511fd --- /dev/null +++ b/repos/community/mednafen/abuild @@ -0,0 +1,10 @@ +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/repos/community/mednafen/depends b/repos/community/mednafen/depends new file mode 100644 index 00000000..ba32ff0d --- /dev/null +++ b/repos/community/mednafen/depends @@ -0,0 +1,2 @@ +flac +sdl2 diff --git a/repos/extra/libflac/.checksum b/repos/extra/libflac/.checksum deleted file mode 100644 index 749575f4..00000000 --- a/repos/extra/libflac/.checksum +++ /dev/null @@ -1 +0,0 @@ -2adca3cd8da4b577ebb9c12e73c91cf6f6a7feb7485b3f003853b82710bada84 flac-1.5.0.tar.xz diff --git a/repos/extra/libflac/.files b/repos/extra/libflac/.files deleted file mode 100644 index cd698e1f..00000000 --- a/repos/extra/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/repos/extra/libflac/abuild b/repos/extra/libflac/abuild deleted file mode 100644 index 7b8d1f40..00000000 --- a/repos/extra/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/repos/extra/libflac/depends b/repos/extra/libflac/depends deleted file mode 100644 index b6a6854a..00000000 --- a/repos/extra/libflac/depends +++ /dev/null @@ -1 +0,0 @@ -libogg diff --git a/repos/extra/mednafen/.checksum b/repos/extra/mednafen/.checksum deleted file mode 100644 index c5732482..00000000 --- a/repos/extra/mednafen/.checksum +++ /dev/null @@ -1 +0,0 @@ -a0ac040f1acacad937287aa9bbeb247b777a90da3ad4de791b68aa39b0adbe0d mednafen-1.32.1.tar.xz diff --git a/repos/extra/mednafen/.files b/repos/extra/mednafen/.files deleted file mode 100644 index 88c834a6..00000000 --- a/repos/extra/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/repos/extra/mednafen/abuild b/repos/extra/mednafen/abuild deleted file mode 100644 index 4be511fd..00000000 --- a/repos/extra/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/repos/extra/mednafen/depends b/repos/extra/mednafen/depends deleted file mode 100644 index ba32ff0d..00000000 --- a/repos/extra/mednafen/depends +++ /dev/null @@ -1,2 +0,0 @@ -flac -sdl2 -- cgit v1.2.3