сб, 26 дек. 2020 г. в 04:41, Khem Raj <[email protected]>: > > Please add new recipes to test packagegroups in > meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
OK, I will send a followup patch, if you don't mind. > > On 12/25/20 5:20 PM, Dmitry Baryshkov wrote: > > Restore and update old imlib2 recipe from meta-efl. > > > > Signed-off-by: Dmitry Baryshkov <[email protected]> > > --- > > meta-oe/recipes-graphics/imlib2/imlib2_git.bb | 39 +++++++++++++++++++ > > 1 file changed, 39 insertions(+) > > create mode 100644 meta-oe/recipes-graphics/imlib2/imlib2_git.bb > > > > diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb > > b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb > > new file mode 100644 > > index 000000000000..b44b03ce8e78 > > --- /dev/null > > +++ b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb > > @@ -0,0 +1,39 @@ > > +SUMMARY = "A graphic library for file loading, saving, rendering, and > > manipulation" > > + > > +HOMEPAGE = "https://sourceforge.net/projects/enlightenment/" > > +SECTION = "libs" > > +LICENSE = "MIT & BSD" > > +LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" > > + > > +DEPENDS = "freetype " > > +PROVIDES = "virtual/imlib2" > > +PV = "1.7.1" > > +SRCREV = "v1.7.1" > > + > > +inherit autotools pkgconfig lib_package > > + > > +AUTO_LIBNAME_PKGS = "" > > + > > +SRC_URI = "git://git.enlightenment.org/legacy/${BPN}.git;protocol=https" > > +S = "${WORKDIR}/git" > > + > > +PACKAGECONFIG ??= "jpeg png zlib ${@bb.utils.filter('DISTRO_FEATURES', > > 'x11', d)}" > > + > > +X11_DEPS = "virtual/libx11 libxext libice" > > +PACKAGECONFIG[x11] = "--with-x,--without-x,${X11_DEPS}" > > + > > +PACKAGECONFIG[gif] = "--with-gif,--without-gif,giflib" > > +PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg" > > +PACKAGECONFIG[png] = "--with-png,--without-png,libpng" > > +PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" > > +PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp" > > + > > +PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" > > +PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" > > + > > +PACKAGECONFIG[id3] = "--with-id3,--without-id3,libid3tag" > > + > > +PACKAGES =+ "${BPN}-loaders ${BPN}-filters ${BPN}-data" > > +FILES_${PN}-data = "${datadir}" > > +FILES_imlib2-loaders = "${libdir}/imlib2/loaders/*.so" > > +FILES_imlib2-filters = "${libdir}/imlib2/filters/*.so" > > > > > > > > > > -- With best wishes Dmitry
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#88406): https://lists.openembedded.org/g/openembedded-devel/message/88406 Mute This Topic: https://lists.openembedded.org/mt/79227734/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
