[xbmc-rebrand] xbmc-audioencoder-wav: move to package 'kodi-audioencoder-wav'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-10-21 12:52:03 +02:00
parent e0c0f717c1
commit 4060bf69d1
3 changed files with 13 additions and 13 deletions

View File

@ -16,18 +16,18 @@
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
PKG_NAME="xbmc-audioencoder-wav"
PKG_NAME="kodi-audioencoder-wav"
PKG_VERSION="91a2b72"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.xbmc.org/"
PKG_SITE="http://www.kodi.tv"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain"
PKG_DEPENDS_TARGET="toolchain kodi"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"
PKG_SHORTDESC="xbmc-audioencoder-wav: A audioencoder addon for XBMC"
PKG_LONGDESC="xbmc-audioencoder-wav is a audioencoder addon for XBMC"
PKG_SHORTDESC="kodi-audioencoder-wav: A audioencoder addon for Kodi"
PKG_LONGDESC="kodi-audioencoder-wav is a audioencoder addon for Kodi"
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"

View File

@ -20,24 +20,24 @@
################################################################################
echo "getting sources..."
if [ ! -d xbmc-audioencoder-wav.git ]; then
git clone https://github.com/xbmc/audioencoder.wav.git -b master xbmc-audioencoder-wav.git
if [ ! -d kodi-audioencoder-wav.git ]; then
git clone https://github.com/xbmc/audioencoder.wav.git -b master kodi-audioencoder-wav.git
fi
cd xbmc-audioencoder-wav.git
cd kodi-audioencoder-wav.git
git pull
GIT_REV=`git log -n1 --format=%h`
cd ..
echo "copying sources..."
rm -rf xbmc-audioencoder-wav-$GIT_REV
cp -R xbmc-audioencoder-wav.git xbmc-audioencoder-wav-$GIT_REV
rm -rf kodi-audioencoder-wav-$GIT_REV
cp -R kodi-audioencoder-wav.git kodi-audioencoder-wav-$GIT_REV
echo "cleaning sources..."
rm -rf xbmc-audioencoder-wav-$GIT_REV/.git
rm -rf kodi-audioencoder-wav-$GIT_REV/.git
echo "packing sources..."
tar cvJf xbmc-audioencoder-wav-$GIT_REV.tar.xz xbmc-audioencoder-wav-$GIT_REV
tar cvJf kodi-audioencoder-wav-$GIT_REV.tar.xz kodi-audioencoder-wav-$GIT_REV
echo "remove temporary sourcedir..."
rm -rf xbmc-audioencoder-wav-$GIT_REV
rm -rf kodi-audioencoder-wav-$GIT_REV