mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-23 07:15:02 +00:00
Update dolphin-emu and dwarfs
This commit is contained in:
parent
b635a13c0d
commit
0899eac2ce
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit b834eb99864d3b81bb16c27a9811f488e0421e16
|
||||
Subproject commit 00b85c4194cf8e6b09ecacacc4eeebc034a0aabb
|
|
@ -1 +1 @@
|
|||
Subproject commit 48c49917d5bdb5aa1274bc7ce8337bf141081d37
|
||||
Subproject commit 21b2b902449f49c30fb8eb71d3d3aa869c717793
|
|
@ -1,14 +1,15 @@
|
|||
name : dwarfs
|
||||
version : 0.6.1
|
||||
version : 0.7.0
|
||||
release : 1
|
||||
source :
|
||||
- git|https://github.com/mhx/dwarfs.git : main
|
||||
- git|https://github.com/mhx/dwarfs.git: main
|
||||
license : GPL-3.0-or-later
|
||||
networking : yes
|
||||
clang : no
|
||||
clang : yes
|
||||
summary : A fast high compression read-only file system
|
||||
description: DwarFS is a read-only file system with a focus on achieving very high compression ratios in particular for very redundant data.
|
||||
builddeps :
|
||||
- brotli-devel
|
||||
- double-conversion-devel
|
||||
- fuse-devel
|
||||
- fmt-devel
|
||||
|
@ -27,8 +28,9 @@ optimize : speed
|
|||
setup : |
|
||||
PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH"
|
||||
gem install --user-install ronn
|
||||
%cmake -DPREFER_SYSTEM_ZSTD=1 -DPREFER_SYSTEM_XXHASH=1
|
||||
%cmake -DPREFER_SYSTEM_GTEST=1 -DPREFER_SYSTEM_LIBFMT=1 -DPREFER_SYSTEM_XXHASH=1 -DPREFER_SYSTEM_ZSTD=1
|
||||
build : |
|
||||
%make
|
||||
install : |
|
||||
%make_install
|
||||
install -Dm00755 scripts/extract_blocks.py $installdir/usr/bin/dwarfsblocks
|
||||
|
|
Loading…
Reference in a new issue