Just trying stuff

This commit is contained in:
XargonWan 2022-03-25 18:26:19 +09:00
parent 2a6b8d32af
commit 54616c1c30

View file

@ -128,21 +128,24 @@ modules:
# - name: dolphin # - name: dolphin
# - name: arduboy # - name: arduboy
#- name: freeimage # Needed for building EmulationStation
# no-autogen: true - name: freeimage
# build-options: no-autogen: true
# #C++17 is not supported post-install:
# cxxflags: -std=c++14 - ls -ln /app
# make-args: build-options:
# - DESTDIR=/app #C++17 is not supported
# sources: cxxflags: -std=c++14
# - type: archive make-args:
# url: http://downloads.sourceforge.net/freeimage/FreeImage3180.zip - DESTDIR=/app
# sha256: f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd sources:
# - type: shell - type: archive
# commands: url: http://downloads.sourceforge.net/freeimage/FreeImage3180.zip
# - sed -i 's|-o root -g root ||' ./Makefile.gnu sha256: f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd
# - sed -i 's|/usr|/app|' ./Makefile.gnu - type: shell
commands:
- sed -i 's|-o root -g root ||' ./Makefile.gnu
- sed -i 's|/usr|/app|' ./Makefile.gnu
#- name: 351elec-emulationstation #- name: 351elec-emulationstation
# buildsystem: simple # buildsystem: simple
@ -152,7 +155,7 @@ modules:
# - cd /app/emulationstation # - cd /app/emulationstation
# - cmake -DENABLE_EMUELEC=1 -DGLES2=0 -DDISABLE_KODI=1 -DENABLE_FILEMANAGER=0 -DCEC=0 -DRG552=1 # - cmake -DENABLE_EMUELEC=1 -DGLES2=0 -DDISABLE_KODI=1 -DENABLE_FILEMANAGER=0 -DCEC=0 -DRG552=1
# - make -j$(nproc) # - make -j$(nproc)
# - ln -s emulationstation /app/usr/bin/emulationstation # - ln -s emulationstation /app/bin/emulationstation
## make-args: ## make-args:
## - -DENABLE_EMUELEC=1 ## - -DENABLE_EMUELEC=1
## - -DGLES2=0 ## - -DGLES2=0
@ -224,17 +227,36 @@ modules:
# # path: libc.so.6 # # path: libc.so.6
# #- type: file # #- type: file
# # path: libcurl.so.4 # # path: libcurl.so.4
- name: emulationstation-de - name: 351elec-emulationstation
buildsystem: simple buildsystem: simple
build-commands: build-commands:
- unappimage download #- install -Dm755 Splash.h -t /app/emulationstation/es-core/src/
- rsync -avr --ignore-existing --remove-source-files ./squashfs-root/usr/ /app/ #- install -Dm755 GuiMenu.cpp -t /app/emulationstation/es-app/src/guis/
- ln -s /app/share/emulationstation /app/emulationstation - ls -ln
- cmake . -DDISABLE_KODI=1
- make
- ln -s emulationstation /app/bin/emulationstation
# cleanup: ['*']
sources: sources:
- type: file - type: git
url: https://gitlab.com/leonstyhre/emulationstation-de/-/package_files/32296532/download url: https://github.com/batocera-linux/batocera-emulationstation.git
sha256: 1fd3e437539d54e90d0a17b4577a8c91a1987943470fcfbf3badba99d8dac879 branch: 779548e217311edb15d21a5316033292d2b452fc
#- type: file
# path: patches/Splash.h
#- type: file
# path: patches/GuiMenu.cpp
#- name: emulationstation-de
# buildsystem: simple
# build-commands:
# - unappimage download
# - rsync -avr --ignore-existing --remove-source-files ./squashfs-root/usr/ /app/
# - ln -s /app/share/emulationstation /app/emulationstation
# sources:
# - type: file
# url: https://gitlab.com/leonstyhre/emulationstation-de/-/package_files/32296532/download
# sha256: 1fd3e437539d54e90d0a17b4577a8c91a1987943470fcfbf3badba99d8dac879
- name: art-book-next - name: art-book-next
buildsystem: simple buildsystem: simple