mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-12-04 20:05:38 +00:00
Compare commits
7 commits
367d7d4743
...
e17cee8bd4
Author | SHA1 | Date | |
---|---|---|---|
XargonWan | e17cee8bd4 | ||
XargonWan | 74f7ce0043 | ||
XargonWan | fab41b1093 | ||
XargonWan | 280843ec5d | ||
XargonWan | 01252755b0 | ||
XargonWan | 3ccc927940 | ||
XargonWan | e3ccd84794 |
|
@ -17,23 +17,6 @@ modules:
|
|||
type: anitya
|
||||
project-id: 3728
|
||||
url-template: https://github.com/zeux/pugixml/releases/download/v$version/pugixml-$version.tar.gz
|
||||
|
||||
# Needed from ES-DE 2.1.0+
|
||||
- name: libpoppler-glib
|
||||
buildsystem: cmake-ninja
|
||||
config-opts:
|
||||
- -DENABLE_BOOST=OFF
|
||||
sources:
|
||||
- type: archive
|
||||
# original link not working, found a mirror
|
||||
url: https://poppler.freedesktop.org/poppler-22.11.0.tar.xz
|
||||
#url: https://gitlab.freedesktop.org/poppler/poppler/-/archive/poppler-22.11.0/poppler-poppler-22.11.0.tar.bz2
|
||||
sha256: 093ba9844ed774285517361c15e21a31ba4df278a499263d4403cca74f2da828
|
||||
cleanup:
|
||||
- /lib/pkgconfig
|
||||
- /include
|
||||
- '*.a'
|
||||
- '*.la'
|
||||
|
||||
# ES-DE - START
|
||||
# https://gitlab.com/es-de/emulationstation-de
|
||||
|
@ -55,19 +38,14 @@ modules:
|
|||
tag: n5.1.4
|
||||
|
||||
- name: freeimage
|
||||
no-autogen: true
|
||||
build-options:
|
||||
cxxflags: -std=c++14
|
||||
make-args:
|
||||
- DESTDIR=/app
|
||||
buildsystem: cmake-ninja
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=Release
|
||||
- -DCMAKE_INSTALL_PREFIX=/app
|
||||
sources:
|
||||
- type: archive
|
||||
url: http://downloads.sourceforge.net/freeimage/FreeImage3180.zip
|
||||
sha256: f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd
|
||||
- type: shell
|
||||
commands:
|
||||
- sed -i 's|-o root -g root ||' ./Makefile.gnu
|
||||
- sed -i 's|/usr|/app|' ./Makefile.gnu
|
||||
- type: git
|
||||
url: https://github.com/danoli3/FreeImage.git
|
||||
tag: 3.19.7
|
||||
|
||||
- name: libgit2
|
||||
buildsystem: cmake-ninja
|
||||
|
@ -97,11 +75,13 @@ modules:
|
|||
- '*.a'
|
||||
- '*.la'
|
||||
|
||||
# When updating this module remember to check those on the main repos:
|
||||
- name: ES-DE
|
||||
buildsystem: cmake-ninja
|
||||
config-opts:
|
||||
- -DRETRODECK=on
|
||||
build-options:
|
||||
cflags: -I/app/include
|
||||
ldflags: -L/app/lib
|
||||
cleanup:
|
||||
- es-app
|
||||
- es-core
|
||||
|
|
Loading…
Reference in a new issue