diff options
| author | Emmett1 <me@emmett1.my> | 2026-06-18 08:48:46 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-06-18 08:48:46 +0000 |
| commit | a6da4e05ccb370686df58ad419c463852af501da (patch) | |
| tree | 31eaee9683aa05954918ca28f3e86cd18c910880 | |
| parent | 1029c5c77854a37516b179433877b889a9720ca1 (diff) | |
| parent | ca021e3c64467dd353d387ef46b8736126e20cf6 (diff) | |
| download | alicelinux-a6da4e05ccb370686df58ad419c463852af501da.tar.gz alicelinux-a6da4e05ccb370686df58ad419c463852af501da.zip | |
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
| -rw-r--r-- | repos/community/libflac/abuild | 19 | ||||
| -rw-r--r-- | repos/community/mednafen/abuild | 8 | ||||
| -rw-r--r-- | repos/extra/sfm/.files | 1 | ||||
| -rw-r--r-- | repos/extra/sfm/.shasum | 2 | ||||
| -rw-r--r-- | repos/extra/sfm/abuild | 2 |
5 files changed, 7 insertions, 25 deletions
diff --git a/repos/community/libflac/abuild b/repos/community/libflac/abuild index 7b8d1f40..62ac61c7 100644 --- a/repos/community/libflac/abuild +++ b/repos/community/libflac/abuild @@ -1,19 +1,6 @@ name=libflac version=1.5.0 -release=1 +release=2 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 -} +build_type=cmake_build +build_opt="-DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF" diff --git a/repos/community/mednafen/abuild b/repos/community/mednafen/abuild index 4be511fd..47f04965 100644 --- a/repos/community/mednafen/abuild +++ b/repos/community/mednafen/abuild @@ -1,10 +1,4 @@ name=mednafen version=1.32.1 -release=1 +release=2 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/sfm/.files b/repos/extra/sfm/.files index 8f15234c..41bc9e0b 100644 --- a/repos/extra/sfm/.files +++ b/repos/extra/sfm/.files @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/sfm +-rwxr-xr-x root/root usr/bin/sfm.sh drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ diff --git a/repos/extra/sfm/.shasum b/repos/extra/sfm/.shasum index 8b759920..73e9775a 100644 --- a/repos/extra/sfm/.shasum +++ b/repos/extra/sfm/.shasum @@ -1 +1 @@ -8488e9a1b653eaa31a41e1228b9a67a3d5187451fbc36ea94158aa8c sfm-v0.6.tar.gz +1cd775e99d33b9645e75bc965dd90c8a70decda4639d4d59889ac261 sfm-v1.0.tar.gz diff --git a/repos/extra/sfm/abuild b/repos/extra/sfm/abuild index 8db53e8f..938be80e 100644 --- a/repos/extra/sfm/abuild +++ b/repos/extra/sfm/abuild @@ -1,5 +1,5 @@ name=sfm -version=0.6 +version=1.0 release=1 source="https://emmett1.my/pub/release/${name}-v${version}.tar.gz" |