diff --git a/packages/addons/multimedia/w_scan/addon b/packages/addons/multimedia/w_scan/addon deleted file mode 100755 index 7c5afeecc7..0000000000 --- a/packages/addons/multimedia/w_scan/addon +++ /dev/null @@ -1,26 +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 - -mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/bin - cp $PKG_BUILD/w_scan $ADDON_BUILD/$PKG_ADDON_ID/bin diff --git a/packages/addons/multimedia/w_scan/build b/packages/addons/multimedia/w_scan/build deleted file mode 100755 index 9dff05a192..0000000000 --- a/packages/addons/multimedia/w_scan/build +++ /dev/null @@ -1,30 +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 - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - -make diff --git a/packages/addons/multimedia/w_scan/changelog.txt b/packages/addons/multimedia/w_scan/changelog.txt deleted file mode 100644 index 10fbd04f3a..0000000000 --- a/packages/addons/multimedia/w_scan/changelog.txt +++ /dev/null @@ -1,23 +0,0 @@ -4.0.1 -- rebuild - -4.0.0 -- rebuild for OpenELEC-4.0 - -3.1.1 -- rebuild for OpenELEC-3.2 - -3.0.2 -- update to w_scan-20121111 - -3.0.1 -- bump addon version - -2.1.2 -- update to w_scan-20120605 - -2.1.1 -- update to addon version 2.1 - -2.0.0 -- initial addon w_scan based on version 20120128 diff --git a/packages/addons/multimedia/w_scan/icon/icon.png b/packages/addons/multimedia/w_scan/icon/icon.png deleted file mode 100644 index ba5c9edd14..0000000000 Binary files a/packages/addons/multimedia/w_scan/icon/icon.png and /dev/null differ diff --git a/packages/addons/multimedia/w_scan/meta b/packages/addons/multimedia/w_scan/meta deleted file mode 100644 index 1e535a8362..0000000000 --- a/packages/addons/multimedia/w_scan/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="w_scan" -PKG_VERSION="20121111" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="http://wirbel.htpc-forum.de/w_scan/index2.html" -PKG_URL="http://wirbel.htpc-forum.de/w_scan/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS="" -PKG_BUILD_DEPENDS="toolchain" -PKG_PRIORITY="optional" -PKG_SECTION="lib/multimedia" -PKG_SHORTDESC="w_scan: eine kleine Anwendung zum Scannen von ATSC/DVB-C/S/T Transpondern/Bouquets nach Sendern und Erstellen einer VDR channels.conf." -PKG_LONGDESC="w_scan ist eine kleine Anwendung zum Scannen von ATSC/DVB-C/S/T Transpondern/Bouquets nach Sendern und Erstellen einer VDR channels.conf." -PKG_IS_ADDON="yes" -PKG_ADDON_TYPE="xbmc.python.script" -PKG_AUTORECONF="yes" diff --git a/packages/addons/multimedia/w_scan/patches/w_scan-20121111-kernel-3.7.patch b/packages/addons/multimedia/w_scan/patches/w_scan-20121111-kernel-3.7.patch deleted file mode 100644 index 7f130a5e7e..0000000000 --- a/packages/addons/multimedia/w_scan/patches/w_scan-20121111-kernel-3.7.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/scan.c b/scan.c -index c24e256..8f603f8 100644 ---- a/scan.c -+++ b/scan.c -@@ -1816,7 +1816,11 @@ static int set_frontend(int frontend_fd, struct transponder * t) { - case SCAN_TERRESTRIAL: - set_cmd_sequence(DTV_DELIVERY_SYSTEM, t->param.u.terr.delivery_system); - if (t->param.u.terr.delivery_system == SYS_DVBT2) { -+#ifdef DTV_DVBT2_PLP_ID - set_cmd_sequence(DTV_DVBT2_PLP_ID, t->pids.plp_id); -+#else -+ set_cmd_sequence(DTV_DVBT2_PLP_ID_LEGACY, t->pids.plp_id); -+#endif - } - set_cmd_sequence(DTV_FREQUENCY, t->param.frequency); - set_cmd_sequence(DTV_INVERSION, t->param.inversion); diff --git a/packages/addons/multimedia/w_scan/source/default.py b/packages/addons/multimedia/w_scan/source/default.py deleted file mode 100644 index 8d4c5e9e96..0000000000 --- a/packages/addons/multimedia/w_scan/source/default.py +++ /dev/null @@ -1,23 +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 -################################################################################ - -import os -import sys -import xbmcaddon