From 3aa68558d16b8b62da448fda5e7261aeadce5e7c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 12 Dec 2011 00:09:31 +0100 Subject: [PATCH] remove package 'xvba-video' Signed-off-by: Stephan Raue --- packages/multimedia/xvba-video/build | 39 ------------------- packages/multimedia/xvba-video/install | 27 ------------- packages/multimedia/xvba-video/meta | 36 ----------------- .../patches/xvba-video-0.8.0-install.patch | 24 ------------ 4 files changed, 126 deletions(-) delete mode 100755 packages/multimedia/xvba-video/build delete mode 100755 packages/multimedia/xvba-video/install delete mode 100644 packages/multimedia/xvba-video/meta delete mode 100644 packages/multimedia/xvba-video/patches/xvba-video-0.8.0-install.patch diff --git a/packages/multimedia/xvba-video/build b/packages/multimedia/xvba-video/build deleted file mode 100755 index 9ad461070d..0000000000 --- a/packages/multimedia/xvba-video/build +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 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, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --enable-shared \ - --disable-static \ - --enable-largefile \ - --enable-glx \ - --enable-libxvba-dlopen \ - --disable-valgrind \ - --enable-debug \ - --disable-tracer \ - -make -$MAKEINSTALL diff --git a/packages/multimedia/xvba-video/install b/packages/multimedia/xvba-video/install deleted file mode 100755 index 7ab3794e05..0000000000 --- a/packages/multimedia/xvba-video/install +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 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, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -mkdir -p $INSTALL/usr/lib/va - cp -P $PKG_BUILD/src/.libs/xvba_drv_video.so $INSTALL/usr/lib/va - ln -sf xvba_drv_video.so $INSTALL/usr/lib/va/fglrx_drv_video.so \ No newline at end of file diff --git a/packages/multimedia/xvba-video/meta b/packages/multimedia/xvba-video/meta deleted file mode 100644 index 77dfec649a..0000000000 --- a/packages/multimedia/xvba-video/meta +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 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, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -PKG_NAME="xvba-video" -PKG_VERSION="0.8.0" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="nonfree" -PKG_SITE="http://www.splitted-desktop.com/~gbeauchesne/" -PKG_URL="http://www.splitted-desktop.com/~gbeauchesne/xvba-video/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS="libX11 libXext $MESA libva" -PKG_BUILD_DEPENDS="toolchain libX11 libXext $MESA libva xf86-video-fglrx" -PKG_PRIORITY="optional" -PKG_SECTION="multimedia" -PKG_SHORTDESC="xvba-video: XvBA backend for VA API" -PKG_LONGDESC="XvBA backend for VA API" -PKG_IS_ADDON="no" - -PKG_AUTORECONF="no" diff --git a/packages/multimedia/xvba-video/patches/xvba-video-0.8.0-install.patch b/packages/multimedia/xvba-video/patches/xvba-video-0.8.0-install.patch deleted file mode 100644 index 41eaa1db7c..0000000000 --- a/packages/multimedia/xvba-video/patches/xvba-video-0.8.0-install.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur xvba-video-0.8.0/src/Makefile.am xvba-video-0.8.0.patch/src/Makefile.am ---- xvba-video-0.8.0/src/Makefile.am 2011-06-14 13:07:13.000000000 +0200 -+++ xvba-video-0.8.0.patch/src/Makefile.am 2011-07-13 20:00:21.496624808 +0200 -@@ -75,7 +75,7 @@ - install-data-hook: - cd $(DESTDIR)$(LIBVA_DRIVERS_PATH) ; \ - for drv in $(DRIVERS); do \ -- ln -s xvba_drv_video.so $${drv}_drv_video.so; \ -+ ln -sf xvba_drv_video.so $${drv}_drv_video.so; \ - done - - # Extra clean files so that maintainer-clean removes *everything* -diff -Naur xvba-video-0.8.0/src/Makefile.in xvba-video-0.8.0.patch/src/Makefile.in ---- xvba-video-0.8.0/src/Makefile.in 2011-06-14 13:07:29.000000000 +0200 -+++ xvba-video-0.8.0.patch/src/Makefile.in 2011-07-13 20:00:34.705800165 +0200 -@@ -727,7 +727,7 @@ - install-data-hook: - cd $(DESTDIR)$(LIBVA_DRIVERS_PATH) ; \ - for drv in $(DRIVERS); do \ -- ln -s xvba_drv_video.so $${drv}_drv_video.so; \ -+ ln -sf xvba_drv_video.so $${drv}_drv_video.so; \ - done - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded.