Projects
Multimedia
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 51
View file
kodi-noX-raspberry-pi.changes
Changed
@@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Wed Jan 31 08:30:39 UTC 2018 - guillaume@opensuse.org + +- Add missing 'l' alias +- Fix conflict between kodi and kodi-noX packages + +------------------------------------------------------------------- +Tue Jan 30 14:14:24 UTC 2018 - guillaume@opensuse.org + +- Enable build for %arm and aarch64 for kodi only + +------------------------------------------------------------------- Fri Dec 22 07:27:37 UTC 2017 - olaf@aepfle.de - Version update to Kodi 17.6 Krypton
View file
kodi-noX-raspberry-pi2.changes
Changed
@@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Wed Jan 31 08:30:39 UTC 2018 - guillaume@opensuse.org + +- Add missing 'l' alias +- Fix conflict between kodi and kodi-noX packages + +------------------------------------------------------------------- +Tue Jan 30 14:14:24 UTC 2018 - guillaume@opensuse.org + +- Enable build for %arm and aarch64 for kodi only + +------------------------------------------------------------------- Fri Dec 22 07:27:37 UTC 2017 - olaf@aepfle.de - Version update to Kodi 17.6 Krypton
View file
kodi-noX.changes
Changed
@@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Wed Jan 31 08:30:39 UTC 2018 - guillaume@opensuse.org + +- Add missing 'l' alias +- Fix conflict between kodi and kodi-noX packages + +------------------------------------------------------------------- +Tue Jan 30 14:14:24 UTC 2018 - guillaume@opensuse.org + +- Enable build for %arm and aarch64 for kodi only + +------------------------------------------------------------------- Fri Dec 22 07:27:37 UTC 2017 - olaf@aepfle.de - Version update to Kodi 17.6 Krypton
View file
kodi.changes
Changed
@@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Wed Jan 31 08:30:39 UTC 2018 - guillaume@opensuse.org + +- Add missing 'l' alias +- Fix conflict between kodi and kodi-noX packages + +------------------------------------------------------------------- +Tue Jan 30 14:14:24 UTC 2018 - guillaume@opensuse.org + +- Enable build for %arm and aarch64 for kodi only + +------------------------------------------------------------------- Fri Dec 22 07:27:37 UTC 2017 - olaf@aepfle.de - Version update to Kodi 17.6 Krypton
View file
kodi-noX-raspberry-pi.spec
Changed
@@ -240,7 +240,7 @@ Obsoletes: xbmc < %{version} Provides: xbmc = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if %{with kodi_with_X11} +%if %{without kodi_with_X11} Conflicts: kodi %else Conflicts: kodi-noX @@ -258,7 +258,7 @@ Group: Development/Languages/C and C++ Requires: %{name} BuildArch: noarch -%if %{with kodi_with_X11} +%if %{without kodi_with_X11} Conflicts: kodi-devel %else Conflicts: kodi-noX-devel @@ -308,6 +308,8 @@ export DVD_LIB=%{_lib} export CSS_LIBS="-L/data/packages/BUILD/xbmc-17.6-Krypton/tools/depends/target/libdvdcss/dvdcss-install/%{_lib} -ldvdcss" export CSS_CFLAGS="-I/data/packages/BUILD/xbmc-17.6-Krypton/tools/depends/target/libdvdcss/dvdcss-install/include -I/data/packages/BUILD/xbmc-17.6-Krypton/tools/depends/target/libdvdcss/dvdcss-install/include/dvdcss" +# Fix for missing 'l' alias +alias l='ls -alF' # build crossguid make -C tools/depends/target/crossguid PREFIX=$PWD/tools/depends/target/crossguid LIBDIR=%{_lib}
View file
kodi-noX-raspberry-pi2.spec
Changed
@@ -41,7 +41,7 @@ # %bcond_without kodi_libbluray -ExclusiveArch: armv7l armv7hl +ExclusiveArch: does-not-build Name: kodi-noX-raspberry-pi2 Version: 17.6 @@ -240,7 +240,7 @@ Obsoletes: xbmc < %{version} Provides: xbmc = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if %{with kodi_with_X11} +%if %{without kodi_with_X11} Conflicts: kodi %else Conflicts: kodi-noX @@ -258,7 +258,7 @@ Group: Development/Languages/C and C++ Requires: %{name} BuildArch: noarch -%if %{with kodi_with_X11} +%if %{without kodi_with_X11} Conflicts: kodi-devel %else Conflicts: kodi-noX-devel @@ -308,6 +308,8 @@ export DVD_LIB=%{_lib} export CSS_LIBS="-L/data/packages/BUILD/xbmc-17.6-Krypton/tools/depends/target/libdvdcss/dvdcss-install/%{_lib} -ldvdcss" export CSS_CFLAGS="-I/data/packages/BUILD/xbmc-17.6-Krypton/tools/depends/target/libdvdcss/dvdcss-install/include -I/data/packages/BUILD/xbmc-17.6-Krypton/tools/depends/target/libdvdcss/dvdcss-install/include/dvdcss" +# Fix for missing 'l' alias +alias l='ls -alF' # build crossguid make -C tools/depends/target/crossguid PREFIX=$PWD/tools/depends/target/crossguid LIBDIR=%{_lib}
View file
kodi-noX.spec
Changed
@@ -240,7 +240,7 @@ Obsoletes: xbmc < %{version} Provides: xbmc = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if %{with kodi_with_X11} +%if %{without kodi_with_X11} Conflicts: kodi %else Conflicts: kodi-noX @@ -258,7 +258,7 @@ Group: Development/Languages/C and C++ Requires: %{name} BuildArch: noarch -%if %{with kodi_with_X11} +%if %{without kodi_with_X11} Conflicts: kodi-devel %else Conflicts: kodi-noX-devel @@ -308,6 +308,8 @@ export DVD_LIB=%{_lib} export CSS_LIBS="-L/data/packages/BUILD/xbmc-17.6-Krypton/tools/depends/target/libdvdcss/dvdcss-install/%{_lib} -ldvdcss" export CSS_CFLAGS="-I/data/packages/BUILD/xbmc-17.6-Krypton/tools/depends/target/libdvdcss/dvdcss-install/include -I/data/packages/BUILD/xbmc-17.6-Krypton/tools/depends/target/libdvdcss/dvdcss-install/include/dvdcss" +# Fix for missing 'l' alias +alias l='ls -alF' # build crossguid make -C tools/depends/target/crossguid PREFIX=$PWD/tools/depends/target/crossguid LIBDIR=%{_lib}
View file
kodi.spec
Changed
@@ -41,7 +41,7 @@ # %bcond_without kodi_libbluray -ExclusiveArch: %ix86 x86_64 aarch64 +ExclusiveArch: %ix86 x86_64 %arm aarch64 Name: kodi Version: 17.6 @@ -240,7 +240,7 @@ Obsoletes: xbmc < %{version} Provides: xbmc = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if %{with kodi_with_X11} +%if %{without kodi_with_X11} Conflicts: kodi %else Conflicts: kodi-noX @@ -258,7 +258,7 @@ Group: Development/Languages/C and C++ Requires: %{name} BuildArch: noarch -%if %{with kodi_with_X11} +%if %{without kodi_with_X11} Conflicts: kodi-devel %else Conflicts: kodi-noX-devel @@ -308,6 +308,8 @@ export DVD_LIB=%{_lib} export CSS_LIBS="-L/data/packages/BUILD/xbmc-17.6-Krypton/tools/depends/target/libdvdcss/dvdcss-install/%{_lib} -ldvdcss" export CSS_CFLAGS="-I/data/packages/BUILD/xbmc-17.6-Krypton/tools/depends/target/libdvdcss/dvdcss-install/include -I/data/packages/BUILD/xbmc-17.6-Krypton/tools/depends/target/libdvdcss/dvdcss-install/include/dvdcss" +# Fix for missing 'l' alias +alias l='ls -alF' # build crossguid make -C tools/depends/target/crossguid PREFIX=$PWD/tools/depends/target/crossguid LIBDIR=%{_lib}
View file
pre_checkin.sh
Changed
@@ -2,7 +2,8 @@ name=kodi # Please edit kodi.spec and kodi.changes only. *-noX.* files are generated from kodi.* files with this pre_checkin.sh script -ARCH_RESTRICTIONS="does-not-build" +ARCH_RESTRICTIONS="%arm aarch64" # Not used for now + ARCH_RESTRICTIONS="does-not-build" sed -e "s/%bcond_without kodi_with_X11/%bcond_with kodi_with_X11/g s/^ExclusiveArch:.*/ExclusiveArch: $ARCH_RESTRICTIONS/g s/^Name:.*$name/&-noX/" $name.spec > $name-noX.spec @@ -27,7 +28,8 @@ done for BOARDNAME in $armv7_platforms; do - ARCH_RESTRICTIONS="armv7l armv7hl" + ARCH_RESTRICTIONS="armv7l armv7hl" # Not used for now + ARCH_RESTRICTIONS="does-not-build" # Enable platform build for the given platform (only noX version) sed -e "s/%bcond_without kodi_with_X11/%bcond_with kodi_with_X11/g s/^ExclusiveArch:.*/ExclusiveArch: $ARCH_RESTRICTIONS/g
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
.