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

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-10-21 12:51:00 +02:00
parent df79cbe836
commit 3f77c003ff
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/>. # along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################ ################################################################################
PKG_NAME="xbmc-audioencoder-lame" PKG_NAME="kodi-audioencoder-lame"
PKG_VERSION="736b5f4" PKG_VERSION="736b5f4"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" 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_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain lame" PKG_DEPENDS_TARGET="toolchain lame kodi"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="multimedia" PKG_SECTION="multimedia"
PKG_SHORTDESC="xbmc-audioencoder-lame: A audioencoder addon for XBMC" PKG_SHORTDESC="kodi-audioencoder-lame: A audioencoder addon for Kodi"
PKG_LONGDESC="xbmc-audioencoder-lame is a audioencoder addon for XBMC" PKG_LONGDESC="kodi-audioencoder-lame is a audioencoder addon for Kodi"
PKG_IS_ADDON="no" PKG_IS_ADDON="no"
PKG_AUTORECONF="no" PKG_AUTORECONF="no"

View File

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