From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [RFC 1/3] Rename XBMC to Kodi - part I - move files
Date: Sat, 4 Oct 2014 18:30:51 +0200 [thread overview]
Message-ID: <20141004163050.GB3990@free.fr> (raw)
In-Reply-To: <1412439081-2975-2-git-send-email-bernd.kuhls@t-online.de>
Bernd, All,
On 2014-10-04 18:11 +0200, Bernd Kuhls spake thusly:
> Background information: http://xbmc.org/introducing-kodi-14
>
> In a first step to bump version to 14.0-Helix move the package
> to its new directory. Because git will not recognize the moved
> files due to many upcoming changes to variable names the move
> is done in this seperate commit.
The packages infrastructure uses the name of the directory to derive the
name of the package.
All this patch does is move the XBMC package to a directory named 'kodi'.
Thus, xbmc no longer exists for the package infrastructure, and is thus
no longer buildable.
So, NAK, as-is.
OTOH, it makes it easy for review.
But a final patch would be the renaming of the files *and* options in a
single patch, which could be done by the committer.
Regards,
Yann E. MORIN.
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/Config.in | 2 +-
> package/{xbmc => kodi}/Config.in | 0
> package/{xbmc/S50xbmc => kodi/S50kodi} | 0
> package/{xbmc/br-xbmc => kodi/br-kodi} | 0
> .../kodi-0001-Fixup-include-path.patch} | 0
> .../{xbmc/xbmc-0002-mathutil.patch => kodi/kodi-0002-mathutil.patch} | 0
> package/{xbmc/xbmc.mk => kodi/kodi.mk} | 0
> package/{xbmc/xbmc.service => kodi/kodi.service} | 0
> 8 files changed, 1 insertion(+), 1 deletion(-)
> rename package/{xbmc => kodi}/Config.in (100%)
> rename package/{xbmc/S50xbmc => kodi/S50kodi} (100%)
> rename package/{xbmc/br-xbmc => kodi/br-kodi} (100%)
> rename package/{xbmc/xbmc-0001-Fixup-include-path.patch => kodi/kodi-0001-Fixup-include-path.patch} (100%)
> rename package/{xbmc/xbmc-0002-mathutil.patch => kodi/kodi-0002-mathutil.patch} (100%)
> rename package/{xbmc/xbmc.mk => kodi/kodi.mk} (100%)
> rename package/{xbmc/xbmc.service => kodi/kodi.service} (100%)
>
> diff --git a/package/Config.in b/package/Config.in
> index 7f8faff..b9ba2cc 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -14,6 +14,7 @@ menu "Audio and video applications"
> source "package/gstreamer/Config.in"
> source "package/gstreamer1/Config.in"
> source "package/jack2/Config.in"
> + source "package/kodi/Config.in"
> source "package/lame/Config.in"
> source "package/libvpx/Config.in"
> source "package/madplay/Config.in"
> @@ -33,7 +34,6 @@ menu "Audio and video applications"
> source "package/vlc/Config.in"
> source "package/vorbis-tools/Config.in"
> source "package/wavpack/Config.in"
> - source "package/xbmc/Config.in"
> source "package/yavta/Config.in"
> source "package/ympd/Config.in"
> endmenu
> diff --git a/package/xbmc/Config.in b/package/kodi/Config.in
> similarity index 100%
> rename from package/xbmc/Config.in
> rename to package/kodi/Config.in
> diff --git a/package/xbmc/S50xbmc b/package/kodi/S50kodi
> similarity index 100%
> rename from package/xbmc/S50xbmc
> rename to package/kodi/S50kodi
> diff --git a/package/xbmc/br-xbmc b/package/kodi/br-kodi
> similarity index 100%
> rename from package/xbmc/br-xbmc
> rename to package/kodi/br-kodi
> diff --git a/package/xbmc/xbmc-0001-Fixup-include-path.patch b/package/kodi/kodi-0001-Fixup-include-path.patch
> similarity index 100%
> rename from package/xbmc/xbmc-0001-Fixup-include-path.patch
> rename to package/kodi/kodi-0001-Fixup-include-path.patch
> diff --git a/package/xbmc/xbmc-0002-mathutil.patch b/package/kodi/kodi-0002-mathutil.patch
> similarity index 100%
> rename from package/xbmc/xbmc-0002-mathutil.patch
> rename to package/kodi/kodi-0002-mathutil.patch
> diff --git a/package/xbmc/xbmc.mk b/package/kodi/kodi.mk
> similarity index 100%
> rename from package/xbmc/xbmc.mk
> rename to package/kodi/kodi.mk
> diff --git a/package/xbmc/xbmc.service b/package/kodi/kodi.service
> similarity index 100%
> rename from package/xbmc/xbmc.service
> rename to package/kodi/kodi.service
> --
> 1.7.10.4
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2014-10-04 16:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-04 16:11 [Buildroot] [RFC 0/3] package/kodi: Bump version to 14.0a4-Helix Bernd Kuhls
2014-10-04 16:11 ` [Buildroot] [RFC 1/3] Rename XBMC to Kodi - part I - move files Bernd Kuhls
2014-10-04 16:30 ` Yann E. MORIN [this message]
2014-10-04 17:23 ` Bernd Kuhls
2014-10-04 16:11 ` [Buildroot] [RFC 2/3] Rename XBMC to Kodi - part II - rename variables Bernd Kuhls
2014-10-04 16:11 ` [Buildroot] [RFC 3/3] package/kodi: Bump version to 14.0a4-Helix Bernd Kuhls
2014-10-04 16:43 ` Yann E. MORIN
2014-10-04 17:55 ` Bernd Kuhls
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141004163050.GB3990@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox