diff --git a/packages/linux-drivers/vtuner-driver/build b/packages/linux-drivers/vtuner-driver/build deleted file mode 100755 index a8c33d2d62..0000000000 --- a/packages/linux-drivers/vtuner-driver/build +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -cd $PKG_BUILD - LDFLAGS="" make KDIR=$(kernel_path) CC=$CC - fix_module_depends vtunerc.ko "dvb_core" - diff --git a/packages/linux-drivers/vtuner-driver/install b/packages/linux-drivers/vtuner-driver/install deleted file mode 100755 index cf7f9b490a..0000000000 --- a/packages/linux-drivers/vtuner-driver/install +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -VER=`ls $BUILD/linux*/modules/lib/modules` - -mkdir -p $INSTALL/lib/modules/$VER/vtuner/ - cp $PKG_BUILD/*.ko $INSTALL/lib/modules/$VER/vtuner/ diff --git a/packages/linux-drivers/vtuner-driver/meta b/packages/linux-drivers/vtuner-driver/meta deleted file mode 100644 index 20a2dc33e4..0000000000 --- a/packages/linux-drivers/vtuner-driver/meta +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -PKG_NAME="vtuner-driver" -PKG_VERSION="9" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="http://code.google.com/p/vtuner/" -PKG_URL="$DISTRO_SRC/${PKG_NAME}-${PKG_VERSION}.tar.xz" -PKG_DEPENDS="" -PKG_BUILD_DEPENDS="toolchain linux" -PKG_PRIORITY="optional" -PKG_SECTION="driver/dvb" -PKG_SHORTDESC="vtuner: access DVB devices over the network." -PKG_LONGDESC="vtuner: access DVB devices over the network." -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - diff --git a/packages/linux-drivers/vtuner-driver/need_unpack b/packages/linux-drivers/vtuner-driver/need_unpack deleted file mode 100755 index ed70b61127..0000000000 --- a/packages/linux-drivers/vtuner-driver/need_unpack +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -STAMP=$STAMPS/$1/unpack - -test $PKG_DIR/config/linux.$TARGET_ARCH.conf -nt $STAMP -o \ - $PROJECT_DIR/$PROJECT/linux/linux.$TARGET_ARCH.conf -nt $STAMP -o \ - $PKG_DIR/url -nt $STAMP -o \ - $PKG_DIR/meta -nt $STAMP && rm -f $STAMP - -exit 0 diff --git a/projects/Fusion/linux/linux.i386.conf b/projects/Fusion/linux/linux.i386.conf index c94384c204..5bc87a1782 100644 --- a/projects/Fusion/linux/linux.i386.conf +++ b/projects/Fusion/linux/linux.i386.conf @@ -2190,7 +2190,7 @@ CONFIG_DVB_BUDGET_PATCH=m CONFIG_DVB_B2C2_FLEXCOP_PCI=m # CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set # CONFIG_DVB_PLUTO2 is not set -# CONFIG_DVB_DM1105 is not set +CONFIG_DVB_DM1105=m # CONFIG_DVB_PT1 is not set CONFIG_MANTIS_CORE=m CONFIG_DVB_MANTIS=m diff --git a/projects/Fusion/linux/linux.x86_64.conf b/projects/Fusion/linux/linux.x86_64.conf index 678ab131a2..1d63b9b1f0 100644 --- a/projects/Fusion/linux/linux.x86_64.conf +++ b/projects/Fusion/linux/linux.x86_64.conf @@ -2146,7 +2146,7 @@ CONFIG_DVB_BUDGET_PATCH=m CONFIG_DVB_B2C2_FLEXCOP_PCI=m # CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set # CONFIG_DVB_PLUTO2 is not set -# CONFIG_DVB_DM1105 is not set +CONFIG_DVB_DM1105=m # CONFIG_DVB_PT1 is not set CONFIG_MANTIS_CORE=m CONFIG_DVB_MANTIS=m diff --git a/projects/Generic/linux/linux.i386.conf b/projects/Generic/linux/linux.i386.conf index 56995df1aa..96721ff884 100644 --- a/projects/Generic/linux/linux.i386.conf +++ b/projects/Generic/linux/linux.i386.conf @@ -2272,7 +2272,7 @@ CONFIG_DVB_BUDGET_PATCH=m CONFIG_DVB_B2C2_FLEXCOP_PCI=m # CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set # CONFIG_DVB_PLUTO2 is not set -# CONFIG_DVB_DM1105 is not set +CONFIG_DVB_DM1105=m # CONFIG_DVB_PT1 is not set CONFIG_MANTIS_CORE=m CONFIG_DVB_MANTIS=m diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index 224f1b0d74..bd4d8a9a29 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -2231,7 +2231,7 @@ CONFIG_DVB_BUDGET_PATCH=m CONFIG_DVB_B2C2_FLEXCOP_PCI=m # CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set # CONFIG_DVB_PLUTO2 is not set -# CONFIG_DVB_DM1105 is not set +CONFIG_DVB_DM1105=m # CONFIG_DVB_PT1 is not set CONFIG_MANTIS_CORE=m CONFIG_DVB_MANTIS=m diff --git a/projects/Generic_OSS/linux/linux.i386.conf b/projects/Generic_OSS/linux/linux.i386.conf index a782d7f945..6475bc73d6 100644 --- a/projects/Generic_OSS/linux/linux.i386.conf +++ b/projects/Generic_OSS/linux/linux.i386.conf @@ -2270,7 +2270,7 @@ CONFIG_DVB_BUDGET_PATCH=m CONFIG_DVB_B2C2_FLEXCOP_PCI=m # CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set # CONFIG_DVB_PLUTO2 is not set -# CONFIG_DVB_DM1105 is not set +CONFIG_DVB_DM1105=m # CONFIG_DVB_PT1 is not set CONFIG_MANTIS_CORE=m CONFIG_DVB_MANTIS=m diff --git a/projects/ION/linux/linux.i386.conf b/projects/ION/linux/linux.i386.conf index 26378d2578..f92718f735 100644 --- a/projects/ION/linux/linux.i386.conf +++ b/projects/ION/linux/linux.i386.conf @@ -2198,7 +2198,7 @@ CONFIG_DVB_BUDGET_PATCH=m CONFIG_DVB_B2C2_FLEXCOP_PCI=m # CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set # CONFIG_DVB_PLUTO2 is not set -# CONFIG_DVB_DM1105 is not set +CONFIG_DVB_DM1105=m # CONFIG_DVB_PT1 is not set CONFIG_MANTIS_CORE=m CONFIG_DVB_MANTIS=m diff --git a/projects/ION/linux/linux.x86_64.conf b/projects/ION/linux/linux.x86_64.conf index 70ad7726b9..a16d5a1a6b 100644 --- a/projects/ION/linux/linux.x86_64.conf +++ b/projects/ION/linux/linux.x86_64.conf @@ -2136,7 +2136,7 @@ CONFIG_DVB_BUDGET_PATCH=m CONFIG_DVB_B2C2_FLEXCOP_PCI=m # CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set # CONFIG_DVB_PLUTO2 is not set -# CONFIG_DVB_DM1105 is not set +CONFIG_DVB_DM1105=m # CONFIG_DVB_PT1 is not set CONFIG_MANTIS_CORE=m CONFIG_DVB_MANTIS=m diff --git a/projects/Intel/linux/linux.i386.conf b/projects/Intel/linux/linux.i386.conf index fa381cd40e..84abe9bbd1 100644 --- a/projects/Intel/linux/linux.i386.conf +++ b/projects/Intel/linux/linux.i386.conf @@ -2216,7 +2216,7 @@ CONFIG_DVB_BUDGET_PATCH=m CONFIG_DVB_B2C2_FLEXCOP_PCI=m # CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set # CONFIG_DVB_PLUTO2 is not set -# CONFIG_DVB_DM1105 is not set +CONFIG_DVB_DM1105=m # CONFIG_DVB_PT1 is not set CONFIG_MANTIS_CORE=m CONFIG_DVB_MANTIS=m diff --git a/projects/Intel/linux/linux.x86_64.conf b/projects/Intel/linux/linux.x86_64.conf index c8892ac03c..125e60d5c8 100644 --- a/projects/Intel/linux/linux.x86_64.conf +++ b/projects/Intel/linux/linux.x86_64.conf @@ -2155,7 +2155,7 @@ CONFIG_DVB_BUDGET_PATCH=m CONFIG_DVB_B2C2_FLEXCOP_PCI=m # CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set # CONFIG_DVB_PLUTO2 is not set -# CONFIG_DVB_DM1105 is not set +CONFIG_DVB_DM1105=m # CONFIG_DVB_PT1 is not set CONFIG_MANTIS_CORE=m CONFIG_DVB_MANTIS=m diff --git a/projects/Virtual/linux/linux.i386.conf b/projects/Virtual/linux/linux.i386.conf index c2584c54f0..58cf1823c7 100644 --- a/projects/Virtual/linux/linux.i386.conf +++ b/projects/Virtual/linux/linux.i386.conf @@ -2272,7 +2272,7 @@ CONFIG_DVB_BUDGET_PATCH=m CONFIG_DVB_B2C2_FLEXCOP_PCI=m # CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set # CONFIG_DVB_PLUTO2 is not set -# CONFIG_DVB_DM1105 is not set +CONFIG_DVB_DM1105=m # CONFIG_DVB_PT1 is not set CONFIG_MANTIS_CORE=m CONFIG_DVB_MANTIS=m diff --git a/projects/Virtual/linux/linux.x86_64.conf b/projects/Virtual/linux/linux.x86_64.conf index 428bc8ed4e..f04bf01121 100644 --- a/projects/Virtual/linux/linux.x86_64.conf +++ b/projects/Virtual/linux/linux.x86_64.conf @@ -2231,7 +2231,7 @@ CONFIG_DVB_BUDGET_PATCH=m CONFIG_DVB_B2C2_FLEXCOP_PCI=m # CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set # CONFIG_DVB_PLUTO2 is not set -# CONFIG_DVB_DM1105 is not set +CONFIG_DVB_DM1105=m # CONFIG_DVB_PT1 is not set CONFIG_MANTIS_CORE=m CONFIG_DVB_MANTIS=m diff --git a/tools/mkpkg/mkpkg_vtuner-driver b/tools/mkpkg/mkpkg_vtuner-driver deleted file mode 100755 index 05c22edcf4..0000000000 --- a/tools/mkpkg/mkpkg_vtuner-driver +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/sh -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -PKG_NAME=vtuner-driver -HG_URL=https://code.google.com/p/ -HG_NAME=vtuner.linux-driver -HG_REV=latest - -echo "getting sources..." - if [ ! -d $PKG_NAME.hg ]; then - hg clone ${HG_URL}${HG_NAME} $PKG_NAME.hg - fi - - cd $PKG_NAME.hg - if [ $HG_REV = latest ]; then - hg update - HG_REV=$(hg identify -n) - else - hg update $HG_REV - fi - cd .. - -echo "copying sources..." - rm -rf $PKG_NAME-$HG_REV - cp -R $PKG_NAME.hg $PKG_NAME-$HG_REV - -echo "cleaning sources..." - rm -rf $PKG_NAME-$HG_REV/.hg - -echo "packing sources..." - tar cvJf $PKG_NAME-$HG_REV.tar.xz $PKG_NAME-$HG_REV - -echo "remove temporary sourcedir..." -# rm -rf $PKG_NAME-$HG_REV