Projects
Multimedia
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 26
View file
kodi-noX-raspberry-pi.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 10 13:24:06 UTC 2016 - guillaume@opensuse.org + +- Add add_rpi2_support.patch to add raspberry pi2 platform support + +------------------------------------------------------------------- Wed Mar 9 16:58:59 UTC 2016 - guillaume@opensuse.org - BuildRequires ftgl-devel and libva only for openGL builds
View file
kodi-noX-raspberry-pi2.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 10 13:24:06 UTC 2016 - guillaume@opensuse.org + +- Add add_rpi2_support.patch to add raspberry pi2 platform support + +------------------------------------------------------------------- Wed Mar 9 16:58:59 UTC 2016 - guillaume@opensuse.org - BuildRequires ftgl-devel and libva only for openGL builds
View file
kodi-noX.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 10 13:24:06 UTC 2016 - guillaume@opensuse.org + +- Add add_rpi2_support.patch to add raspberry pi2 platform support + +------------------------------------------------------------------- Wed Mar 9 16:58:59 UTC 2016 - guillaume@opensuse.org - BuildRequires ftgl-devel and libva only for openGL builds
View file
kodi.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 10 13:24:06 UTC 2016 - guillaume@opensuse.org + +- Add add_rpi2_support.patch to add raspberry pi2 platform support + +------------------------------------------------------------------- Wed Mar 9 16:58:59 UTC 2016 - guillaume@opensuse.org - BuildRequires ftgl-devel and libva only for openGL builds
View file
kodi-noX-raspberry-pi.spec
Changed
@@ -58,6 +58,7 @@ Patch1: no-xbmc-symbolic-link.patch Patch2: kodi-texturepacker.patch Patch3: crossguid_build64.patch +Patch4: add_rpi2_support.patch BuildRequires: avahi-devel BuildRequires: boost-devel BuildRequires: byacc @@ -244,6 +245,7 @@ %patch1 %patch2 %patch3 +%patch4 -p0 # Remove build time references so build-compare can do its work
View file
kodi-noX-raspberry-pi2.spec
Changed
@@ -58,6 +58,7 @@ Patch1: no-xbmc-symbolic-link.patch Patch2: kodi-texturepacker.patch Patch3: crossguid_build64.patch +Patch4: add_rpi2_support.patch BuildRequires: avahi-devel BuildRequires: boost-devel BuildRequires: byacc @@ -244,6 +245,7 @@ %patch1 %patch2 %patch3 +%patch4 -p0 # Remove build time references so build-compare can do its work
View file
kodi-noX.spec
Changed
@@ -58,6 +58,7 @@ Patch1: no-xbmc-symbolic-link.patch Patch2: kodi-texturepacker.patch Patch3: crossguid_build64.patch +Patch4: add_rpi2_support.patch BuildRequires: avahi-devel BuildRequires: boost-devel BuildRequires: byacc @@ -244,6 +245,7 @@ %patch1 %patch2 %patch3 +%patch4 -p0 # Remove build time references so build-compare can do its work
View file
kodi.spec
Changed
@@ -58,6 +58,7 @@ Patch1: no-xbmc-symbolic-link.patch Patch2: kodi-texturepacker.patch Patch3: crossguid_build64.patch +Patch4: add_rpi2_support.patch BuildRequires: avahi-devel BuildRequires: boost-devel BuildRequires: byacc @@ -244,6 +245,7 @@ %patch1 %patch2 %patch3 +%patch4 -p0 # Remove build time references so build-compare can do its work
View file
add_rpi2_support.patch
Added
@@ -0,0 +1,23 @@ +--- configure.ac.orig 2016-03-10 14:21:02.629681570 +0100 ++++ configure.ac 2016-03-10 14:22:13.162868029 +0100 +@@ -709,6 +709,20 @@ case $use_platform in + CFLAGS="$CFLAGS" + CXXFLAGS="$CXXFLAGS" + ;; ++ raspberry-pi2) ++ target_platform=target_raspberry_pi ++ use_neon=yes ++ use_arch="arm" ++ use_cpu=cortex-a7 ++ use_hardcoded_tables="yes" ++ use_openmax=no ++ ARCH="arm" ++ AC_DEFINE(HAS_EGLGLES, [1], [Define if supporting EGL based GLES Framebuffer]) ++ USE_OMXLIB=1; AC_DEFINE([HAVE_OMXLIB],[1],["Define to 1 if OMX libs is enabled"]) ++ USE_MMAL=1; AC_DEFINE([HAS_MMAL],[1],["Define to 1 if MMAL libs is enabled"]) ++ CFLAGS="$CFLAGS" ++ CXXFLAGS="$CXXFLAGS" ++ ;; + esac + + if test "$host_vendor" = "apple"; then
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.