mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-21 14:22:58 +00:00
update shit and add musikcube
This commit is contained in:
parent
9d5983e30a
commit
4cd75645af
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 98c073e36ac104b1350fdd8875fd52ae9bb20ed5
|
||||
Subproject commit 8f3f53011c5e0c53c6bba24b650db756af8f4a36
|
|
@ -1 +1 @@
|
|||
Subproject commit 21776862ebace48f3f870892169a0557ef6c7d14
|
||||
Subproject commit 0e8ca7df34bdf47ec8bbc30cede767a08919ba49
|
|
@ -1,8 +1,8 @@
|
|||
name : dwarfs
|
||||
version : 0.5.6
|
||||
release : 5
|
||||
version : 0.6
|
||||
release : 6
|
||||
source :
|
||||
- https://github.com/mhx/dwarfs/releases/download/v0.5.6/dwarfs-0.5.6.tar.xz : e54dfb49b98de5e56f3c512ad93de8a43eaba5ed50125286e7754397353eec6a
|
||||
- git|https://github.com/mhx/dwarfs.git : e29aed883e42c60aba6198e65100f46e9136f619
|
||||
license : GPL-3.0-or-later
|
||||
networking : yes
|
||||
clang : yes
|
||||
|
@ -27,7 +27,7 @@ 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_ZSTD=1 -DPREFER_SYSTEM_XXHASH=1
|
||||
build : |
|
||||
%make
|
||||
install : |
|
||||
|
|
|
@ -2,7 +2,7 @@ name : libjxl
|
|||
version : 0.6
|
||||
release : 1
|
||||
source :
|
||||
- git|https://github.com/libjxl/libjxl.git : cdd3ae6ca12ae3961f8c2118d10636ee091ca40b
|
||||
- git|https://github.com/libjxl/libjxl.git : main
|
||||
license : BSD-3-Clause
|
||||
summary : JPEG XL image format reference implementation
|
||||
description: JPEG XL (.jxl) is the next-generation, general-purpose image compression codec by the JPEG committee.
|
||||
|
|
1
musikcube/Makefile
Normal file
1
musikcube/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../Makefile.common
|
23
musikcube/package.yml
Normal file
23
musikcube/package.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
name : musickube
|
||||
version : 0.96.10
|
||||
release : 1
|
||||
source :
|
||||
- https://github.com/clangen/musikcube/archive/0.96.10.tar.gz : 91fd984e68b6ef66f1be1ecdf0c84607453ec6ec80632ece688ac745c7719ea5
|
||||
license : BSD
|
||||
summary : a cross-platform, terminal-based audio engine, library, player and server written in c++.
|
||||
description: a cross-platform, terminal-based audio engine, library, player and server written in c++.
|
||||
builddeps :
|
||||
- pkgconfig(alsa)
|
||||
- pkgconfig(libavformat)
|
||||
- pkgconfig(libcurl)
|
||||
- pkgconfig(libmicrohttpd)
|
||||
- pkgconfig(libpulse)
|
||||
- lame-devel
|
||||
- libboost-devel
|
||||
- libev-devel
|
||||
setup : |
|
||||
%cmake
|
||||
build : |
|
||||
%make
|
||||
install : |
|
||||
%make_install
|
|
@ -1 +1 @@
|
|||
Subproject commit ded792320708f15121078a8f2af6a27bc50ce3c8
|
||||
Subproject commit ce2e2391371a921c4b02a3824ee0643d753377d6
|
2
starship
2
starship
|
@ -1 +1 @@
|
|||
Subproject commit 6e04884e2c48ab511243d6e4538da145e07b2a8a
|
||||
Subproject commit 4bfc126df51879f420244f498ab857801fb0c788
|
Loading…
Reference in a new issue