From: Michael Lauer Date: Sat, 23 Apr 2005 17:45:28 +0000 (+0000) Subject: fix typo and reorder metadata in mplayer-atty X-Git-Tag: Release-2010-05/1~14314 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f77782520cb29333b61aaf76b4d60ca6230447f;p=openembedded.git fix typo and reorder metadata in mplayer-atty BKrev: 426a89b8rBEx5tAHlDfcJg2zActx8Q --- diff --git a/packages/mplayer/mplayer-atty_1.0.1.bb b/packages/mplayer/mplayer-atty_1.0.1.bb index baa1f89d11..66e40ca568 100644 --- a/packages/mplayer/mplayer-atty_1.0.1.bb +++ b/packages/mplayer/mplayer-atty_1.0.1.bb @@ -4,6 +4,10 @@ PRIORITY = "optional" HOMEPAGE = "http://www.mplayerhq.hu/" DEPENDS = "virtual/libsdl libmad libogg libvorbis zlib libpng jpeg" LICENSE = "GPL" +RCONFLICTS = "mplayer" +MAINTAINER = "Graeme Gregory " +PR = "r5" + SRC_URI = "http://www.xora.org.uk/oe/mplayer-${PV}.tar.gz \ file://Makefile.patch;patch=1;pnum=0 \ file://sdl.patch;patch=1 \ @@ -12,17 +16,12 @@ SRC_URI = "http://www.xora.org.uk/oe/mplayer-${PV}.tar.gz \ file://libmpdemux-ogg-include.patch;patch=1 \ file://libmpcodecs-ogg-include.patch;patch=1 " -RCONFLICTS="mplayer" -MAINTAINER="Graeme Gregory " - -PR = "r4" - PARALLEL_MAKE = "" DEPENDS_append_c7x0 = " sharp-aticore-oss" PACKAGE_ARCH_c7x0 = "${MACHINE_ARCH}" PACKAGE_ARCH_akita = "${MACHINE_ARCH}" -PACKAGE_ARCH_spitze = "${MACHINE_ARCH}" +PACKAGE_ARCH_spitz = "${MACHINE_ARCH}" S = "${WORKDIR}/mplayer-${PV}"