diff options
| -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, 81 insertions, 0 deletions
diff --git a/libflac/.checksum b/libflac/.checksum new file mode 100644 index 00000000..749575f4 --- /dev/null +++ b/libflac/.checksum @@ -0,0 +1 @@ +2adca3cd8da4b577ebb9c12e73c91cf6f6a7feb7485b3f003853b82710bada84 flac-1.5.0.tar.xz diff --git a/libflac/.files b/libflac/.files new file mode 100644 index 00000000..cd698e1f --- /dev/null +++ b/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/libflac/abuild b/libflac/abuild new file mode 100644 index 00000000..7b8d1f40 --- /dev/null +++ b/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/libflac/depends b/libflac/depends new file mode 100644 index 00000000..b6a6854a --- /dev/null +++ b/libflac/depends @@ -0,0 +1 @@ +libogg diff --git a/mednafen/.checksum b/mednafen/.checksum new file mode 100644 index 00000000..c5732482 --- /dev/null +++ b/mednafen/.checksum @@ -0,0 +1 @@ +a0ac040f1acacad937287aa9bbeb247b777a90da3ad4de791b68aa39b0adbe0d mednafen-1.32.1.tar.xz diff --git a/mednafen/.files b/mednafen/.files new file mode 100644 index 00000000..88c834a6 --- /dev/null +++ b/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/mednafen/abuild b/mednafen/abuild new file mode 100644 index 00000000..4be511fd --- /dev/null +++ b/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/mednafen/depends b/mednafen/depends new file mode 100644 index 00000000..ba32ff0d --- /dev/null +++ b/mednafen/depends @@ -0,0 +1,2 @@ +flac +sdl2 |