mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
[xbmc-rebrand] xbmc-audioencoder-vorbis: move to package 'kodi-audioencoder-vorbis'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3f77c003ff
commit
e0c0f717c1
@ -16,18 +16,18 @@
|
||||
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc-audioencoder-vorbis"
|
||||
PKG_NAME="kodi-audioencoder-vorbis"
|
||||
PKG_VERSION="143d10d"
|
||||
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 libogg libvorbis"
|
||||
PKG_DEPENDS_TARGET="toolchain libogg libvorbis kodi"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="xbmc-audioencoder-vorbis: A audioencoder addon for XBMC"
|
||||
PKG_LONGDESC="xbmc-audioencoder-vorbis is a audioencoder addon for XBMC"
|
||||
PKG_SHORTDESC="kodi-audioencoder-vorbis: A audioencoder addon for Kodi"
|
||||
PKG_LONGDESC="kodi-audioencoder-vorbis is a audioencoder addon for Kodi"
|
||||
|
||||
PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="no"
|
@ -20,24 +20,24 @@
|
||||
################################################################################
|
||||
|
||||
echo "getting sources..."
|
||||
if [ ! -d xbmc-audioencoder-vorbis.git ]; then
|
||||
git clone https://github.com/xbmc/audioencoder.vorbis.git -b master xbmc-audioencoder-vorbis.git
|
||||
if [ ! -d kodi-audioencoder-vorbis.git ]; then
|
||||
git clone https://github.com/xbmc/audioencoder.vorbis.git -b master kodi-audioencoder-vorbis.git
|
||||
fi
|
||||
|
||||
cd xbmc-audioencoder-vorbis.git
|
||||
cd kodi-audioencoder-vorbis.git
|
||||
git pull
|
||||
GIT_REV=`git log -n1 --format=%h`
|
||||
cd ..
|
||||
|
||||
echo "copying sources..."
|
||||
rm -rf xbmc-audioencoder-vorbis-$GIT_REV
|
||||
cp -R xbmc-audioencoder-vorbis.git xbmc-audioencoder-vorbis-$GIT_REV
|
||||
rm -rf kodi-audioencoder-vorbis-$GIT_REV
|
||||
cp -R kodi-audioencoder-vorbis.git kodi-audioencoder-vorbis-$GIT_REV
|
||||
|
||||
echo "cleaning sources..."
|
||||
rm -rf xbmc-audioencoder-vorbis-$GIT_REV/.git
|
||||
rm -rf kodi-audioencoder-vorbis-$GIT_REV/.git
|
||||
|
||||
echo "packing sources..."
|
||||
tar cvJf xbmc-audioencoder-vorbis-$GIT_REV.tar.xz xbmc-audioencoder-vorbis-$GIT_REV
|
||||
tar cvJf kodi-audioencoder-vorbis-$GIT_REV.tar.xz kodi-audioencoder-vorbis-$GIT_REV
|
||||
|
||||
echo "remove temporary sourcedir..."
|
||||
rm -rf xbmc-audioencoder-vorbis-$GIT_REV
|
||||
rm -rf kodi-audioencoder-vorbis-$GIT_REV
|
Loading…
x
Reference in New Issue
Block a user