diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-07-10 12:02:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-10 12:02:06 +0000 |
commit | 9b4705fcbfe65883d928610f26ca34dcbbec77e5 (patch) | |
tree | 4175ba7d130daada7073b6f60e25edcfcf0f95d4 /packages/mplayer | |
parent | 47ee077b17f436e003b676e3b941c998eed3c9ca (diff) |
mplayer_1.0pre8.bb : remove dependancy on libungif as this causes an unwanted
dependancy on X11.
Fix the truetype font handling so we can have subtitles again. This was
a silly thinko on my part.
Diffstat (limited to 'packages/mplayer')
-rw-r--r-- | packages/mplayer/mplayer_1.0pre8.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/packages/mplayer/mplayer_1.0pre8.bb b/packages/mplayer/mplayer_1.0pre8.bb index 071b403695..c434525701 100644 --- a/packages/mplayer/mplayer_1.0pre8.bb +++ b/packages/mplayer/mplayer_1.0pre8.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Open Source multimedia player." SECTION = "opie/multimedia" PRIORITY = "optional" HOMEPAGE = "http://www.mplayerhq.hu/" -DEPENDS = "virtual/libsdl libmad zlib libpng jpeg libungif liba52 fontconfig alsa-lib lzo ncurses lame" +DEPENDS = "virtual/libsdl libmad zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame" RDEPENDS = "mplayer-common" LICENSE = "GPL" SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-${PV}.tar.bz2 \ @@ -21,7 +21,7 @@ SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-${PV}.tar.bz2 \ MAINTAINER="Graeme Gregory <dp@xora.org.uk>" RCONFLICTS_${PN} = "mplayer-atty" RREPLACES_${PN} = "mplayer-atty" -PR = "r1" +PR = "r2" PARALLEL_MAKE = "" @@ -34,7 +34,7 @@ PACKAGES =+ "mencoder" FILES_${PN} = "${bindir}/mplayer" FILES_mencoder = "${bindir}/mencoder" -inherit autotools +inherit autotools pkgconfig EXTRA_OECONF = " \ --prefix=/usr \ @@ -62,8 +62,7 @@ EXTRA_OECONF = " \ --disable-dvdread \ --disable-mpdvdkit \ --disable-cdparanoia \ - --disable-freetype \ - --enable-fontconfig \ + --enable-freetype \ --disable-unrarlib \ --disable-menu \ --enable-sortsub \ @@ -75,7 +74,7 @@ EXTRA_OECONF = " \ --disable-ftp \ --disable-vstream \ \ - --enable-gif \ + --disable-gif \ --enable-png \ --enable-jpeg \ --disable-libcdio \ |