Skip to content

Commit

Permalink
Merge pull request xbmc#5481 from Fneufneu/xbmc_to_src
Browse files Browse the repository at this point in the history
rename xbmc to src
  • Loading branch information
MartijnKaijser committed Dec 16, 2014
2 parents f981c1d + 4949be2 commit 5cafe79
Show file tree
Hide file tree
Showing 4,559 changed files with 5,701 additions and 5,696 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
416 changes: 208 additions & 208 deletions .gitignore

Large diffs are not rendered by default.

130 changes: 65 additions & 65 deletions Kodi.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

328 changes: 164 additions & 164 deletions Makefile.in

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Makefile.include.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ CFLAGS_FOR_BUILD+=@CFLAGS_FOR_BUILD@
LDFLAGS+=@LDFLAGS@
LDFLAGS_FOR_BUILD+=@LDFLAGS_FOR_BUILD@
INCLUDES+=-I@abs_top_srcdir@/lib
INCLUDES+=-I@abs_top_srcdir@/xbmc
INCLUDES+=-I@abs_top_srcdir@/src
INCLUDES+=-I@abs_top_srcdir@/addons/library.xbmc.gui
INCLUDES+=-I@abs_top_srcdir@/addons/library.xbmc.addon
INCLUDES+=-I@abs_top_srcdir@/addons/library.xbmc.pvr
INCLUDES+=-I@abs_top_srcdir@/addons/library.xbmc.codec
INCLUDES+=$(sort @INCLUDES@)
INCLUDES+=-I@abs_top_srcdir@/xbmc/linux
INCLUDES+=-I@abs_top_srcdir@/xbmc/cores/dvdplayer
INCLUDES+=-I@abs_top_srcdir@/src/linux
INCLUDES+=-I@abs_top_srcdir@/src/cores/dvdplayer
DEFINES+= \
@ARCH_DEFINES@ \
-D_FILE_DEFINED \
Expand All @@ -57,7 +57,7 @@ DEFINES+= \
@DEFS@ \

ifeq ($(findstring osx,$(ARCH)), osx)
INCLUDES+=-I@abs_top_srcdir@/xbmc/osx
INCLUDES+=-I@abs_top_srcdir@/src/osx
endif

ifeq ($(ARCH), powerpc-osx)
Expand Down
4 changes: 2 additions & 2 deletions bootstrap.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BOOTSTRAP_SUBDIRS += configure.in
BOOTSTRAP_SUBDIRS += xbmc/screensavers/rsxs-0.9/configure.ac
BOOTSTRAP_SUBDIRS += xbmc/visualizations/Goom/goom2k4-0/configure.in
BOOTSTRAP_SUBDIRS += src/screensavers/rsxs-0.9/configure.ac
BOOTSTRAP_SUBDIRS += src/visualizations/Goom/goom2k4-0/configure.in
BOOTSTRAP_SUBDIRS += lib/cpluff/configure.ac
BOOTSTRAP_SUBDIRS += lib/gtest/configure.ac

Expand Down
6 changes: 3 additions & 3 deletions codegenerator.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TOPDIR ?= .
INTERFACES_DIR ?= xbmc/interfaces
INTERFACES_DIR ?= src/interfaces

JAVA ?= $(shell which java)
ifeq ($(JAVA),)
Expand Down Expand Up @@ -35,7 +35,7 @@ GENERATED += $(GENDIR)/AddonModuleXbmcplugin.cpp
GENERATED += $(GENDIR)/AddonModuleXbmcaddon.cpp
GENERATED += $(GENDIR)/AddonModuleXbmcvfs.cpp

GENERATE_DEPS += $(TOPDIR)/xbmc/interfaces/legacy/*.h $(TOPDIR)/xbmc/interfaces/python/typemaps/*.intm $(TOPDIR)/xbmc/interfaces/python/typemaps/*.outtm
GENERATE_DEPS += $(TOPDIR)/src/interfaces/legacy/*.h $(TOPDIR)/src/interfaces/python/typemaps/*.intm $(TOPDIR)/src/interfaces/python/typemaps/*.outtm

vpath %.i $(INTERFACES_DIR)/swig

Expand All @@ -49,7 +49,7 @@ $(GENDIR)/%.cpp: $(GENDIR)/%.xml $(JAVA) $(SWIG) $(DOXY_XML_PATH)

$(GENDIR)/%.xml: %.i $(SWIG) $(JAVA) $(GENERATE_DEPS)
mkdir -p $(GENDIR)
$(SWIG) -w401 -c++ -o $@ -xml -I$(TOPDIR)/xbmc -xmllang python $<
$(SWIG) -w401 -c++ -o $@ -xml -I$(TOPDIR)/src -xmllang python $<

codegenerated: $(DOXYGEN) $(SWIG) $(JAVA) $(GENERATED) $(GENERATED_JSON) $(GENERATED_ADDON_JSON)

Expand Down
116 changes: 58 additions & 58 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ(2.59)
AC_INIT([kodi], [14.9.701], [http://issues.kodi.tv])
AC_CONFIG_HEADERS([xbmc/config.h])
AC_CONFIG_HEADERS([src/config.h])
AH_TOP([#pragma once])
m4_include([m4/ax_prog_cc_for_build.m4])
m4_include([m4/ax_prog_cxx_for_build.m4])
Expand Down Expand Up @@ -788,7 +788,7 @@ if echo "$ARCH" | grep -q "freebsd" ; then
fi
if test "$host_vendor" = "apple" ; then
# standard application paths
INCLUDES="$INCLUDES -I\$(abs_top_srcdir)/xbmc/osx"
INCLUDES="$INCLUDES -I\$(abs_top_srcdir)/src/osx"
if test "$use_arch" != "arm"; then
LIBS="$LIBS -framework ApplicationServices"
LIBS="$LIBS -framework AudioUnit"
Expand Down Expand Up @@ -2421,38 +2421,38 @@ fi
OUTPUT_FILES="Makefile \
Makefile.include \
addons/skin.confluence/media/Makefile \
xbmc/Makefile \
xbmc/cdrip/Makefile \
xbmc/cores/Makefile \
xbmc/cores/VideoRenderers/Makefile \
xbmc/cores/dvdplayer/Makefile \
src/Makefile \
src/cdrip/Makefile \
src/cores/Makefile \
src/cores/VideoRenderers/Makefile \
src/cores/dvdplayer/Makefile \
lib/libdvd/Makefile \
xbmc/cores/DllLoader/Makefile \
xbmc/cores/DllLoader/exports/Makefile \
xbmc/cores/dvdplayer/DVDCodecs/Makefile \
xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile \
xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile \
xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile \
xbmc/cores/dvdplayer/DVDDemuxers/Makefile \
xbmc/cores/dvdplayer/DVDSubtitles/Makefile \
xbmc/cores/AudioEngine/Makefile \
xbmc/cores/paplayer/Makefile \
xbmc/cores/omxplayer/Makefile \
src/cores/DllLoader/Makefile \
src/cores/DllLoader/exports/Makefile \
src/cores/dvdplayer/DVDCodecs/Makefile \
src/cores/dvdplayer/DVDCodecs/Audio/Makefile \
src/cores/dvdplayer/DVDCodecs/Overlay/Makefile \
src/cores/dvdplayer/DVDCodecs/Video/Makefile \
src/cores/dvdplayer/DVDDemuxers/Makefile \
src/cores/dvdplayer/DVDSubtitles/Makefile \
src/cores/AudioEngine/Makefile \
src/cores/paplayer/Makefile \
src/cores/omxplayer/Makefile \
lib/timidity/Makefile \
lib/asap/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 \
xbmc/osx/Makefile \
xbmc/guilib/Makefile \
xbmc/input/linux/Makefile \
xbmc/interfaces/Makefile \
xbmc/network/Makefile \
xbmc/network/upnp/Makefile \
src/cores/playercorefactory/Makefile \
src/music/karaoke/Makefile \
src/osx/Makefile \
src/guilib/Makefile \
src/input/linux/Makefile \
src/interfaces/Makefile \
src/network/Makefile \
src/network/upnp/Makefile \
lib/libRTV/Makefile \
lib/libexif/Makefile \
lib/libXDAAP/Makefile \
Expand All @@ -2461,24 +2461,24 @@ OUTPUT_FILES="Makefile \
lib/libsquish/Makefile \
lib/cximage-6.0/Makefile \
lib/libUPnP/Makefile \
xbmc/DllPaths_generated.h \
xbmc/DllPaths_generated_android.h \
xbmc/freebsd/Makefile \
xbmc/linux/Makefile \
xbmc/filesystem/Makefile \
xbmc/screensavers/rsxs-0.9/xbmc/Makefile \
xbmc/visualizations/XBMCProjectM/Makefile \
xbmc/visualizations/Goom/Makefile \
xbmc/visualizations/OpenGLSpectrum/Makefile \
xbmc/visualizations/fishBMC/Makefile \
xbmc/visualizations/WaveForm/Makefile \
xbmc/windowing/Makefile \
xbmc/windowing/egl/Makefile \
src/DllPaths_generated.h \
src/DllPaths_generated_android.h \
src/freebsd/Makefile \
src/linux/Makefile \
src/filesystem/Makefile \
src/screensavers/rsxs-0.9/xbmc/Makefile \
src/visualizations/XBMCProjectM/Makefile \
src/visualizations/Goom/Makefile \
src/visualizations/OpenGLSpectrum/Makefile \
src/visualizations/fishBMC/Makefile \
src/visualizations/WaveForm/Makefile \
src/windowing/Makefile \
src/windowing/egl/Makefile \
lib/addons/library.xbmc.addon/Makefile \
lib/addons/library.xbmc.codec/Makefile \
lib/addons/library.xbmc.gui/Makefile \
lib/addons/library.xbmc.pvr/Makefile \
xbmc/visualizations/EGLHelpers/Makefile \
src/visualizations/EGLHelpers/Makefile \
tools/Linux/${APP_NAME_LC}.sh \
tools/Linux/${APP_NAME_LC}-standalone.sh \
tools/Linux/${APP_NAME_LC}-xsession.desktop \
Expand All @@ -2487,23 +2487,23 @@ OUTPUT_FILES="Makefile \
tools/TexturePacker/Makefile \
tools/EventClients/Makefile \
tools/EventClients/Clients/OSXRemote/Makefile \
xbmc/peripherals/bus/Makefile \
xbmc/peripherals/devices/Makefile \
xbmc/android/activity/Makefile \
xbmc/android/loader/Makefile \
xbmc/android/jni/Makefile \
xbmc/utils/Makefile \
xbmc/main/Makefile \
src/peripherals/bus/Makefile \
src/peripherals/devices/Makefile \
src/android/activity/Makefile \
src/android/loader/Makefile \
src/android/jni/Makefile \
src/utils/Makefile \
src/main/Makefile \
tools/darwin/Configurations/App.xcconfig \
tools/darwin/Configurations/Common.xcconfig \
tools/darwin/packaging/ios/mkdeb-ios.sh \
tools/darwin/packaging/atv2/mkdeb-atv2.sh \
tools/darwin/packaging/osx/mkdmg-osx.sh \
tools/darwin/packaging/migrate_to_kodi_ios.sh \
tools/darwin/packaging/seatbeltunlock/mkdeb-seatbeltunlock.sh \
xbmc/osx/Info.plist \
xbmc/osx/ios/XBMCIOS-Info.plist \
xbmc/osx/atv2/XBMCATV2-Info.plist \
src/osx/Info.plist \
src/osx/ios/XBMCIOS-Info.plist \
src/osx/atv2/XBMCATV2-Info.plist \
project/cmake/kodi-config.cmake \
project/cmake/xbmc-config.cmake \
tools/android/packaging/xbmc/AndroidManifest.xml \
Expand All @@ -2516,24 +2516,24 @@ OUTPUT_FILES="Makefile \
addons/xbmc.addon/addon.xml"

if test "$use_wayland" = "yes"; then
OUTPUT_FILES="$OUTPUT_FILES xbmc/windowing/tests/wayland/Makefile"
OUTPUT_FILES="$OUTPUT_FILES src/windowing/tests/wayland/Makefile"
fi

if test "$use_touch_skin" = "yes"; then
OUTPUT_FILES="$OUTPUT_FILES addons/skin.re-touched/media/Makefile"
fi

if test "$use_codec_libstagefright" = "yes"; then
OUTPUT_FILES="$OUTPUT_FILES xbmc/cores/dvdplayer/DVDCodecs/Video/libstagefrightICS/Makefile"
OUTPUT_FILES="$OUTPUT_FILES src/cores/dvdplayer/DVDCodecs/Video/libstagefrightICS/Makefile"
fi

if test "$use_sse4" = "yes"; then
OUTPUT_FILES="$OUTPUT_FILES xbmc/linux/sse4/Makefile"
OUTPUT_FILES="$OUTPUT_FILES src/linux/sse4/Makefile"
fi

OUTPUT_FILES="$OUTPUT_FILES \
xbmc/interfaces/python/Makefile \
xbmc/interfaces/python/test/Makefile"
src/interfaces/python/Makefile \
src/interfaces/python/test/Makefile"

# Line below is used so we can use AM_INIT_AUTOMAKE. The corresponding
# .dummy.am does nothing.
Expand Down Expand Up @@ -2705,7 +2705,7 @@ XB_CONFIG_MODULE([lib/libdvd/libdvdnav], [
--cc="$CC"
], [0])

XB_CONFIG_MODULE([xbmc/visualizations/XBMCProjectM/libprojectM],[
XB_CONFIG_MODULE([src/visualizations/XBMCProjectM/libprojectM],[
set -x
rm -f CMakeCache.txt && \
CC="$ORIGCC" CXX="$ORIGCXX" LDFLAGS="$LDFLAGS" cmake \
Expand All @@ -2727,7 +2727,7 @@ XB_CONFIG_MODULE([xbmc/visualizations/XBMCProjectM/libprojectM],[
set +x
], [$DISABLE_PROJECTM])

XB_CONFIG_MODULE([xbmc/visualizations/Goom/goom2k4-0],[
XB_CONFIG_MODULE([src/visualizations/Goom/goom2k4-0],[
./configure \
CFLAGS="$CFLAGS" \
CXXFLAGS="$CXXFLAGS" \
Expand All @@ -2740,7 +2740,7 @@ XB_CONFIG_MODULE([xbmc/visualizations/Goom/goom2k4-0],[
--with-pic
], [$DISABLE_GOOM])

XB_CONFIG_MODULE([xbmc/screensavers/rsxs-0.9/], [
XB_CONFIG_MODULE([src/screensavers/rsxs-0.9/], [
if test "$host_vendor" = "apple"; then
# clang treats inlines different
case $CC in
Expand Down
Loading

0 comments on commit 5cafe79

Please sign in to comment.