mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
mplayer-common: Drop obsolete recipe
This recipe hasn't been changed in any meaningful way since it was imported from oe-classic in 2011. There's no recipe for mplayer in meta-oe these days so it's probably time to drop it. Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -43,7 +43,6 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||
PREFERRED_RPROVIDER_libdevmapper = "lvm2"
|
||||
|
||||
SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
||||
mplayer-common \
|
||||
fbset-modes \
|
||||
gpsd-machine-conf \
|
||||
distro-feed-configs \
|
||||
|
||||
@@ -210,7 +210,7 @@ RDEPENDS_packagegroup-meta-oe-multimedia ="\
|
||||
alsa-oss audiofile cdrkit id3lib \
|
||||
a2jmidid jack libass libburn libcdio libcdio-paranoia \
|
||||
libdvdread libmms libmodplug libopus live555 \
|
||||
mplayer-common opus-tools \
|
||||
opus-tools \
|
||||
sound-theme-freedesktop v4l-utils yavta wavpack libvpx \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "xpext pavucontrol xsp", "", d)} \
|
||||
libmikmod \
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
# Copyright Matthias Hentges <devel@hentges.net> (c) 2006
|
||||
# License: MIT (see COPYING.MIT)
|
||||
|
||||
SUMMARY = "Preconfigured mplayer preferences"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
PV = "0.0.1"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "file://mplayer.conf"
|
||||
|
||||
# Yes, really /usr/etc!!!
|
||||
do_install() {
|
||||
install -d "${D}/usr${sysconfdir}/mplayer"
|
||||
|
||||
install -m 0644 ${WORKDIR}/mplayer.conf "${D}/usr${sysconfdir}/mplayer"
|
||||
}
|
||||
|
||||
FILES_${PN} = "/usr${sysconfdir}/mplayer"
|
||||
|
||||
inherit allarch
|
||||
@@ -1,15 +0,0 @@
|
||||
|
||||
# You probably shouldn't touch these
|
||||
ac=mad,
|
||||
ao=alsa,
|
||||
|
||||
# Required on SL-Cxxxx for correct rotation in the *VT*,
|
||||
# breaks rotation in X!
|
||||
# vf=rotate=1
|
||||
|
||||
# Enable fullscreen display by default
|
||||
# fs=true
|
||||
|
||||
# Drop frames to keep audio and video in sync
|
||||
framedrop=true
|
||||
|
||||
Reference in New Issue
Block a user