[oe-commits] org.oe.dev mplayer_1.0pre8.bb : add new imageon driver courtesy of "sirfred"

xora commit openembedded-commits at lists.openembedded.org
Mon Nov 6 11:58:30 UTC 2006


mplayer_1.0pre8.bb : add new imageon driver courtesy of "sirfred"

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 7a8dc02080fe85fa88eadee54f3e38b4dcb5ef01
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7a8dc02080fe85fa88eadee54f3e38b4dcb5ef01
Files:
1
packages/mplayer/mplayer_1.0pre8.bb
Diffs:

#
# mt diff -r40fdd766eb6dcaa183e5fa2606be6e8246d3d60c -r7a8dc02080fe85fa88eadee54f3e38b4dcb5ef01
#
# 
# 
# patch "packages/mplayer/mplayer_1.0pre8.bb"
#  from [b7fd668ad1a6ef371c70dc813831b2ac624f9e33]
#    to [3c40e08b54009e4e841746e639ba488097ef3f51]
# 
============================================================
--- packages/mplayer/mplayer_1.0pre8.bb	b7fd668ad1a6ef371c70dc813831b2ac624f9e33
+++ packages/mplayer/mplayer_1.0pre8.bb	3c40e08b54009e4e841746e639ba488097ef3f51
@@ -6,25 +6,26 @@ SRC_URI = "http://www1.mplayerhq.hu/MPla
 RDEPENDS = "mplayer-common"
 LICENSE = "GPL"
 SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-${PV}.tar.bz2 \
-	   file://vo_w100.c \
-	   file://vo_w100_api.h \
-	   file://vo_w100_fb.h \
-	   file://Makefile.patch;patch=1 \
-	   file://w100-configure.patch;patch=1 \
-	   file://w100-Makefile.patch;patch=1 \
-	   file://w100-video_out.patch;patch=1 \
-	   file://w100-mplayer.patch;patch=1 \
+           file://vo_w100.c \
+           file://vo_w100_api.h \
+           file://vo_w100_fb.h \
+           file://Makefile.patch;patch=1 \
+           file://w100-configure.patch;patch=1 \
+           file://w100-Makefile.patch;patch=1 \
+           file://w100-video_out.patch;patch=1 \
+           file://w100-mplayer.patch;patch=1 \
            file://libmpdemux-ogg-include.patch;patch=1 \
            file://libmpcodecs-ogg-include.patch;patch=1 \
-           file://pld-onlyarm5.patch;patch=1"
+           file://pld-onlyarm5.patch;patch=1 \
+           ${SOURCEFORGE_MIRROR}/libw100/mplayer-imageon.patch;patch=1"
 
 RCONFLICTS_${PN} = "mplayer-atty"
 RREPLACES_${PN} = "mplayer-atty"
-PR = "r2"
+PR = "r3"
 
 PARALLEL_MAKE = ""
 
-DEPENDS_append_c7x0 = " sharp-aticore-oss"
+DEPENDS_append_c7x0 = " sharp-aticore-oss libw100 "
 
 S = "${WORKDIR}/MPlayer-${PV}"
 
@@ -166,7 +167,7 @@ EXTRA_OECONF = " \
         --disable-runtime-cpudetection \
         "
 
-EXTRA_OECONF_append_c7x0 = " --enable-w100 "
+EXTRA_OECONF_append_c7x0 = " --enable-w100 --enable-imageon "
 
 do_configure() {
 	cp ${WORKDIR}/vo_w100.c ${S}/libvo






More information about the Openembedded-commits mailing list