* [meta-oe][PATCH] mplayer2: Remove blacklist @ 2015-02-03 13:44 Gary Thomas 2015-02-12 18:30 ` Martin Jansa 0 siblings, 1 reply; 6+ messages in thread From: Gary Thomas @ 2015-02-03 13:44 UTC (permalink / raw) To: openembedded-devel; +Cc: Gary Thomas mplayer2 no longer needs to be blacklisted as OE-core has moved to libav_9.16 Signed-off-by: Gary Thomas <gary@mlbassoc.com> --- meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb index 7c04ff1..089aa15 100644 --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb @@ -13,8 +13,6 @@ RCONFLICTS_${PN} = "mplayer" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" -PNBLACKLIST[mplayer2] ?= "Requires newer libav which has negative D_P" - SRC_URI = "git://repo.or.cz/mplayer.git \ file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \ " -- 1.9.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [meta-oe][PATCH] mplayer2: Remove blacklist 2015-02-03 13:44 [meta-oe][PATCH] mplayer2: Remove blacklist Gary Thomas @ 2015-02-12 18:30 ` Martin Jansa 2015-02-12 21:35 ` Gary Thomas 0 siblings, 1 reply; 6+ messages in thread From: Martin Jansa @ 2015-02-12 18:30 UTC (permalink / raw) To: openembedded-devel; +Cc: Gary Thomas [-- Attachment #1: Type: text/plain, Size: 1883 bytes --] On Tue, Feb 03, 2015 at 06:44:07AM -0700, Gary Thomas wrote: > mplayer2 no longer needs to be blacklisted as OE-core has moved > to libav_9.16 Please fix following issues before blacklisting it: mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libpostproc, but it isn't a build dependency? [build-deps] mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libvorbis, but it isn't a build dependency? [build-deps] mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libxscrnsaver, but it isn't a build dependency? [build-deps] mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on mpg123, but it isn't a build dependency? [build-deps] mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on portaudio-v19, but it isn't a build dependency? [build-deps] > Signed-off-by: Gary Thomas <gary@mlbassoc.com> > --- > meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb > index 7c04ff1..089aa15 100644 > --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb > +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb > @@ -13,8 +13,6 @@ RCONFLICTS_${PN} = "mplayer" > LICENSE = "GPLv3" > LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" > > -PNBLACKLIST[mplayer2] ?= "Requires newer libav which has negative D_P" > - > SRC_URI = "git://repo.or.cz/mplayer.git \ > file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \ > " > -- > 1.9.1 > > -- > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 188 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-oe][PATCH] mplayer2: Remove blacklist 2015-02-12 18:30 ` Martin Jansa @ 2015-02-12 21:35 ` Gary Thomas 2015-02-12 22:20 ` Martin Jansa 2015-02-13 10:58 ` Paul Eggleton 0 siblings, 2 replies; 6+ messages in thread From: Gary Thomas @ 2015-02-12 21:35 UTC (permalink / raw) To: Martin Jansa, openembedded-devel On 2015-02-12 11:30, Martin Jansa wrote: > On Tue, Feb 03, 2015 at 06:44:07AM -0700, Gary Thomas wrote: >> mplayer2 no longer needs to be blacklisted as OE-core has moved >> to libav_9.16 > > Please fix following issues before blacklisting it: > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libpostproc, > but it isn't a build dependency? [build-deps] > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libvorbis, but > it isn't a build dependency? [build-deps] > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libxscrnsaver, > but it isn't a build dependency? [build-deps] > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on mpg123, but it > isn't a build dependency? [build-deps] This must be an inferred dependency as mpg123 is not in meta-oe, but rather meta-multimedia and it is possible to build mplayer using only meta-oe and not meta-multimedia. How should that be handled? > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on portaudio-v19, > but it isn't a build dependency? [build-deps] > >> Signed-off-by: Gary Thomas <gary@mlbassoc.com> >> --- >> meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 2 -- >> 1 file changed, 2 deletions(-) >> >> diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb >> index 7c04ff1..089aa15 100644 >> --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb >> +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb >> @@ -13,8 +13,6 @@ RCONFLICTS_${PN} = "mplayer" >> LICENSE = "GPLv3" >> LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" >> >> -PNBLACKLIST[mplayer2] ?= "Requires newer libav which has negative D_P" >> - >> SRC_URI = "git://repo.or.cz/mplayer.git \ >> file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \ >> " >> -- >> 1.9.1 >> >> -- >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-oe][PATCH] mplayer2: Remove blacklist 2015-02-12 21:35 ` Gary Thomas @ 2015-02-12 22:20 ` Martin Jansa 2015-02-13 10:58 ` Paul Eggleton 1 sibling, 0 replies; 6+ messages in thread From: Martin Jansa @ 2015-02-12 22:20 UTC (permalink / raw) To: Gary Thomas; +Cc: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 2768 bytes --] On Thu, Feb 12, 2015 at 02:35:07PM -0700, Gary Thomas wrote: > On 2015-02-12 11:30, Martin Jansa wrote: > > On Tue, Feb 03, 2015 at 06:44:07AM -0700, Gary Thomas wrote: > >> mplayer2 no longer needs to be blacklisted as OE-core has moved > >> to libav_9.16 > > > > Please fix following issues before blacklisting it: > > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libpostproc, > > but it isn't a build dependency? [build-deps] > > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libvorbis, but > > it isn't a build dependency? [build-deps] > > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libxscrnsaver, > > but it isn't a build dependency? [build-deps] > > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on mpg123, but it > > isn't a build dependency? [build-deps] > > This must be an inferred dependency as mpg123 is not in meta-oe, but > rather meta-multimedia and it is possible to build mplayer using only > meta-oe and not meta-multimedia. How should that be handled? PACKAGECONFIG[mpg123] which isn't enabled by default (so that people with meta-multimedia can enable it if they want and by default it's explicitly disabled for everybody > > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on portaudio-v19, > > but it isn't a build dependency? [build-deps] > > > >> Signed-off-by: Gary Thomas <gary@mlbassoc.com> > >> --- > >> meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 2 -- > >> 1 file changed, 2 deletions(-) > >> > >> diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb > >> index 7c04ff1..089aa15 100644 > >> --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb > >> +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb > >> @@ -13,8 +13,6 @@ RCONFLICTS_${PN} = "mplayer" > >> LICENSE = "GPLv3" > >> LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" > >> > >> -PNBLACKLIST[mplayer2] ?= "Requires newer libav which has negative D_P" > >> - > >> SRC_URI = "git://repo.or.cz/mplayer.git \ > >> file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \ > >> " > >> -- > >> 1.9.1 > >> > >> -- > >> _______________________________________________ > >> Openembedded-devel mailing list > >> Openembedded-devel@lists.openembedded.org > >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > > > -- > ------------------------------------------------------------ > Gary Thomas | Consulting for the > MLB Associates | Embedded world > ------------------------------------------------------------ -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 188 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-oe][PATCH] mplayer2: Remove blacklist 2015-02-12 21:35 ` Gary Thomas 2015-02-12 22:20 ` Martin Jansa @ 2015-02-13 10:58 ` Paul Eggleton 2015-02-13 11:10 ` Gary Thomas 1 sibling, 1 reply; 6+ messages in thread From: Paul Eggleton @ 2015-02-13 10:58 UTC (permalink / raw) To: Martin Jansa, Gary Thomas; +Cc: openembedded-devel On Thursday 12 February 2015 14:35:07 Gary Thomas wrote: > On 2015-02-12 11:30, Martin Jansa wrote: > > On Tue, Feb 03, 2015 at 06:44:07AM -0700, Gary Thomas wrote: > >> mplayer2 no longer needs to be blacklisted as OE-core has moved > >> to libav_9.16 > > > > Please fix following issues before blacklisting it: > > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libpostproc, > > but it isn't a build dependency? [build-deps] > > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libvorbis, but > > it isn't a build dependency? [build-deps] > > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libxscrnsaver, > > but it isn't a build dependency? [build-deps] > > mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on mpg123, but it > > isn't a build dependency? [build-deps] > > This must be an inferred dependency as mpg123 is not in meta-oe, but > rather meta-multimedia and it is possible to build mplayer using only > meta-oe and not meta-multimedia. How should that be handled? Should mplayer2 in fact be moved to meta-multimedia? I can't see any dependencies on it in meta-oe itself, only gnome-player in meta-gnome seems to need it. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-oe][PATCH] mplayer2: Remove blacklist 2015-02-13 10:58 ` Paul Eggleton @ 2015-02-13 11:10 ` Gary Thomas 0 siblings, 0 replies; 6+ messages in thread From: Gary Thomas @ 2015-02-13 11:10 UTC (permalink / raw) To: Paul Eggleton, Martin Jansa; +Cc: openembedded-devel On 2015-02-13 03:58, Paul Eggleton wrote: > On Thursday 12 February 2015 14:35:07 Gary Thomas wrote: >> On 2015-02-12 11:30, Martin Jansa wrote: >>> On Tue, Feb 03, 2015 at 06:44:07AM -0700, Gary Thomas wrote: >>>> mplayer2 no longer needs to be blacklisted as OE-core has moved >>>> to libav_9.16 >>> >>> Please fix following issues before blacklisting it: >>> mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libpostproc, >>> but it isn't a build dependency? [build-deps] >>> mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libvorbis, but >>> it isn't a build dependency? [build-deps] >>> mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libxscrnsaver, >>> but it isn't a build dependency? [build-deps] >>> mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on mpg123, but it >>> isn't a build dependency? [build-deps] >> >> This must be an inferred dependency as mpg123 is not in meta-oe, but >> rather meta-multimedia and it is possible to build mplayer using only >> meta-oe and not meta-multimedia. How should that be handled? > > Should mplayer2 in fact be moved to meta-multimedia? I can't see any > dependencies on it in meta-oe itself, only gnome-player in meta-gnome seems to > need it. Sounds reasonable, but not my call. I just wanted to get it officially un-blacklisted so I can stop doing it in my own layers :-) -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-02-13 11:10 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-02-03 13:44 [meta-oe][PATCH] mplayer2: Remove blacklist Gary Thomas 2015-02-12 18:30 ` Martin Jansa 2015-02-12 21:35 ` Gary Thomas 2015-02-12 22:20 ` Martin Jansa 2015-02-13 10:58 ` Paul Eggleton 2015-02-13 11:10 ` Gary Thomas
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.