diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-08-20 15:07:06 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-20 13:02:54 -0300 |
commit | c3b0700daa57a92a8fc54da4d7182b2d1cf9b6b1 (patch) | |
tree | 1a807b42cf3b2697ce2b65f0f3abb665315c3bfd /community/kodi/no-snesapu.patch | |
parent | f79c642cae69f424430ba44ed1ba0f0f0000264f (diff) | |
download | aports-c3b0700daa57a92a8fc54da4d7182b2d1cf9b6b1.tar.bz2 aports-c3b0700daa57a92a8fc54da4d7182b2d1cf9b6b1.tar.xz |
community/kodi: allow running kodi-gbm at boot as it's own user
If kodi-gbm gets installed, it creates the "kodi" system user.
Then using the service file Kodi can be started on boot to run in KMS
mode (kodi-gbm) as the kodi user. In combination with a polkit rule in
kodi-polkit the user can then shut down the system from within Kodi.
With this setup Alpine Linux with Kodi becomes viable for HTPC devices
and smart TV's.
Diffstat (limited to 'community/kodi/no-snesapu.patch')
-rw-r--r-- | community/kodi/no-snesapu.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/community/kodi/no-snesapu.patch b/community/kodi/no-snesapu.patch deleted file mode 100644 index 0ea55a8dd9..0000000000 --- a/community/kodi/no-snesapu.patch +++ /dev/null @@ -1,46 +0,0 @@ -diff --git a/Makefile.in b/Makefile.in -index 31826b1..2f468e7 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -168,7 +168,6 @@ PAPCODECS_DIRS= \ - lib/timidity \ - lib/libsidplay2 \ - lib/stsound/StSoundLibrary \ -- lib/snesapu/SNES/SNESAPU \ - lib/vgmstream - - ifeq (@USE_ASAP_CODEC@,1) -@@ -373,9 +372,6 @@ ifeq (@USE_ASAP_CODEC@,1) - endif - endif - $(MAKE) -C lib/stsound/StSoundLibrary --ifeq ($(or $(findstring powerpc,@ARCH@),$(findstring x86_64-linux,@ARCH@),$(findstring arm, @ARCH@),$(findstring freebsd,@ARCH@)),) -- $(MAKE) -C lib/snesapu/SNES/SNESAPU --endif - imagelib: dllloader - $(MAKE) -C lib/cximage-6.0 - -diff --git a/configure.in b/configure.in -index 538d9af..3f04545 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -2348,7 +2348,6 @@ OUTPUT_FILES="Makefile \ - lib/nosefart/Makefile \ - lib/libsidplay2/Makefile \ - lib/vgmstream/Makefile \ -- lib/snesapu/SNES/SNESAPU/Makefile \ - lib/stsound/StSoundLibrary/Makefile \ - xbmc/cores/playercorefactory/Makefile \ - xbmc/music/karaoke/Makefile \ -diff --git a/xbmc/cores/paplayer/Makefile.in b/xbmc/cores/paplayer/Makefile.in -index 31cc8bd..a433e82 100644 ---- a/xbmc/cores/paplayer/Makefile.in -+++ b/xbmc/cores/paplayer/Makefile.in -@@ -31,7 +31,6 @@ SRCS += ASAPCodec.cpp - endif - - ifneq ($(ARCH), arm) --CXXFLAGS += -DHAS_SPC_CODEC - SRCS += SPCCodec.cpp - endif - |