mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Revert "libva-driver-intel: rename to package 'libva-intel-driver', change source url"
This reverts commit e20cd276a3112b0bf147020978e487325f9f8118.
This commit is contained in:
parent
c6caa03015
commit
0bfd5e466d
@ -40,14 +40,14 @@ get_graphicdrivers() {
|
|||||||
DRI_DRIVERS="$DRI_DRIVERS,i915"
|
DRI_DRIVERS="$DRI_DRIVERS,i915"
|
||||||
XORG_DRIVERS="$XORG_DRIVERS intel"
|
XORG_DRIVERS="$XORG_DRIVERS intel"
|
||||||
COMPOSITE_SUPPORT="yes"
|
COMPOSITE_SUPPORT="yes"
|
||||||
LIBVA="$LIBVA libva-intel-driver"
|
LIBVA="$LIBVA libva-driver-intel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$drv" = "i965" ]; then
|
if [ "$drv" = "i965" ]; then
|
||||||
DRI_DRIVERS="$DRI_DRIVERS,i965"
|
DRI_DRIVERS="$DRI_DRIVERS,i965"
|
||||||
XORG_DRIVERS="$XORG_DRIVERS intel"
|
XORG_DRIVERS="$XORG_DRIVERS intel"
|
||||||
COMPOSITE_SUPPORT="yes"
|
COMPOSITE_SUPPORT="yes"
|
||||||
LIBVA="$LIBVA libva-intel-driver"
|
LIBVA="$LIBVA libva-driver-intel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$drv" = "nouveau" ]; then
|
if [ "$drv" = "nouveau" ]; then
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="libva-intel-driver"
|
PKG_NAME="libva-driver-intel"
|
||||||
PKG_VERSION="1.3.1"
|
PKG_VERSION="1.3.1"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="i386 x86_64"
|
PKG_ARCH="i386 x86_64"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://freedesktop.org/wiki/Software/vaapi"
|
PKG_SITE="http://freedesktop.org/wiki/Software/vaapi"
|
||||||
PKG_URL="http://www.freedesktop.org/software/vaapi/releases/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain libva libdrm"
|
PKG_DEPENDS_TARGET="toolchain libva libdrm"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="multimedia"
|
PKG_SECTION="multimedia"
|
||||||
@ -33,3 +33,12 @@ PKG_IS_ADDON="no"
|
|||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules --with-drivers-path=/usr/lib/va"
|
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules --with-drivers-path=/usr/lib/va"
|
||||||
|
|
||||||
|
unpack () {
|
||||||
|
if [ -d $BUILD/$PKG_NAME-$PKG_VERSION ]; then
|
||||||
|
rm -rf $BUILD/$PKG_NAME-$PKG_VERSION
|
||||||
|
fi
|
||||||
|
|
||||||
|
tar -xzf $SOURCES/$PKG_NAME/intel-driver-$PKG_VERSION.tar.gz -C $BUILD
|
||||||
|
mv $BUILD/intel-driver-$PKG_VERSION $BUILD/$PKG_NAME-$PKG_VERSION
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user