mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Add libevent in flatpak
This commit is contained in:
parent
9f7064676c
commit
e5776f7177
1 changed files with 15 additions and 10 deletions
|
@ -37,6 +37,19 @@ modules:
|
||||||
- prefix=/app
|
- prefix=/app
|
||||||
no-autogen: true
|
no-autogen: true
|
||||||
subdir: libraries/liblmdb
|
subdir: libraries/liblmdb
|
||||||
|
- name: libevent
|
||||||
|
buildsystem: autotools
|
||||||
|
config-opts:
|
||||||
|
- --disable-shared
|
||||||
|
- --prefix=/app
|
||||||
|
- --disable-openssl
|
||||||
|
sources:
|
||||||
|
- sha256: 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
|
||||||
|
type: archive
|
||||||
|
url: https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
|
||||||
|
make-install-args:
|
||||||
|
- prefix=/app
|
||||||
|
no-autogen: true
|
||||||
- name: cmark
|
- name: cmark
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
|
@ -87,16 +100,6 @@ modules:
|
||||||
- sha256: d51a3a8d3efbb1139d7608e28782ea9efea7e7933157e8ff8184901efd8ee760
|
- sha256: d51a3a8d3efbb1139d7608e28782ea9efea7e7933157e8ff8184901efd8ee760
|
||||||
type: archive
|
type: archive
|
||||||
url: https://github.com/nlohmann/json/archive/v3.7.0.tar.gz
|
url: https://github.com/nlohmann/json/archive/v3.7.0.tar.gz
|
||||||
- build-commands:
|
|
||||||
- ./bootstrap.sh --with-libraries=thread,system,iostreams --prefix=/app
|
|
||||||
- ./b2 -d0 variant=release link=static threading=multi --layout=system
|
|
||||||
- ./b2 -d0 install
|
|
||||||
buildsystem: simple
|
|
||||||
name: boost
|
|
||||||
sources:
|
|
||||||
- sha256: 59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722
|
|
||||||
type: archive
|
|
||||||
url: https://sourceforge.net/projects/boost/files/boost/1.72.0/boost_1_72_0.tar.bz2
|
|
||||||
- buildsystem: meson
|
- buildsystem: meson
|
||||||
name: gstreamer
|
name: gstreamer
|
||||||
sources:
|
sources:
|
||||||
|
@ -143,6 +146,8 @@ modules:
|
||||||
type: git
|
type: git
|
||||||
url: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git
|
url: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git
|
||||||
- buildsystem: meson
|
- buildsystem: meson
|
||||||
|
config-opts:
|
||||||
|
- -Ddefault_library=static
|
||||||
name: coeurl
|
name: coeurl
|
||||||
sources:
|
sources:
|
||||||
- commit: 417821a07cfe4429b08a2efed5e480a498087afd
|
- commit: 417821a07cfe4429b08a2efed5e480a498087afd
|
||||||
|
|
Loading…
Reference in a new issue