From: Greg Gilbert Date: Wed, 1 Dec 2004 21:02:48 +0000 (+0000) Subject: Add licenses X-Git-Tag: Release-2010-05/1~15834 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eb91ca9401d610de57f7524d2c9f1f394c724d0;p=openembedded.git Add licenses BKrev: 41ae31781LCyRmcVaOy3yZ9SiW85FA --- diff --git a/coreutils/coreutils_5.0.oe b/coreutils/coreutils_5.0.oe index 7adc89d4c9..6c9655fee9 100644 --- a/coreutils/coreutils_5.0.oe +++ b/coreutils/coreutils_5.0.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "base" DESCRIPTION = "A collection of core GNU utilities." COREUTILS = "GPL" diff --git a/frotz/frotz_2.42.oe b/frotz/frotz_2.42.oe index a2849623e1..5a16f68ce1 100644 --- a/frotz/frotz_2.42.oe +++ b/frotz/frotz_2.42.oe @@ -1,3 +1,4 @@ +LICENSE = GPL DESCRIPTION = "Frotz is an interpreter for Infocom games and other Z-machine games." HOMEPAGE = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/" SECTION = "console/games" diff --git a/frotz/frotz_2.43.oe b/frotz/frotz_2.43.oe index e69de29bb2..defe0d4cf6 100644 --- a/frotz/frotz_2.43.oe +++ b/frotz/frotz_2.43.oe @@ -0,0 +1,23 @@ +LICENSE = GPL +DESCRIPTION = "Frotz is an interpreter for Infocom games and other Z-machine games." +HOMEPAGE = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/" +SECTION = "console/games" +DEPENDS = "ncurses" + +SRC_URI = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz \ + file://Makefile-${PV}.patch;patch=1 \ + file://remove_root_restriction.patch;patch=1 " + +do_configure() { + rm -f ${SourceTree}/frotz.conf +} + +EXTRA_OEMAKE = "CC='${CC}' INCL='${CFLAGS}' LIB='${LDFLAGS}' PREFIX=${prefix} CONFIG_DIR=${sysconfdir}" + +do_compile() { + oe_runmake frotz +} + +do_install() { + oe_runmake PREFIX=${D}${prefix} MAN_PREFIX=${D}${mandir} install +} diff --git a/frozen-bubble/frozen-bubble_1.0.0.oe b/frozen-bubble/frozen-bubble_1.0.0.oe index 1650f81878..a98fea1db3 100644 --- a/frozen-bubble/frozen-bubble_1.0.0.oe +++ b/frozen-bubble/frozen-bubble_1.0.0.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "opie/games" DEPENDS = "libsdl-mixer libsdl-image sdl-perl" diff --git a/gail/gail_1.6.6.oe b/gail/gail_1.6.6.oe index f1c33f43c7..24b8d057d6 100644 --- a/gail/gail_1.6.6.oe +++ b/gail/gail_1.6.6.oe @@ -1,3 +1,4 @@ +LICENSE = LGPL SECTION = "x11/libs" PR = "r1" DESCRIPTION = "GNOME Accessibility Implementation Library" diff --git a/gal/gal-2.0_1.99.11.oe b/gal/gal-2.0_1.99.11.oe index 680e3f5305..50ba8c3e61 100644 --- a/gal/gal-2.0_1.99.11.oe +++ b/gal/gal-2.0_1.99.11.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/libs" DEPENDS = "intltool libgnomeprint gtk+ libglade libgnomeui libgnomecanvas libxml2 libgnomeprintui" diff --git a/gal/gal-2.1_2.1.10.oe b/gal/gal-2.1_2.1.10.oe index 0d58f66f23..ee76f21f0a 100644 --- a/gal/gal-2.1_2.1.10.oe +++ b/gal/gal-2.1_2.1.10.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/libs" DEPENDS = "intltool libgnomeprint gtk+ libglade libgnomeui libgnomecanvas libxml2 libgnomeprintui" diff --git a/galculator/galculator_1.2.3.oe b/galculator/galculator_1.2.3.oe index f18f825251..3fefbc7f2c 100644 --- a/galculator/galculator_1.2.3.oe +++ b/galculator/galculator_1.2.3.oe @@ -1,3 +1,4 @@ +LICENSE = GPL PR = "r7" inherit autotools pkgconfig gconf diff --git a/gawk/gawk_3.0.4.oe b/gawk/gawk_3.0.4.oe index bd25f4ff6a..6b75e657db 100644 --- a/gawk/gawk_3.0.4.oe +++ b/gawk/gawk_3.0.4.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "console/utils" DESCRIPTION = "A program that you can use to select particular records in a \ file and perform operations upon them." diff --git a/gdb/gdb-cross_6.1.oe b/gdb/gdb-cross_6.1.oe index 54558656ab..83266d9af4 100644 --- a/gdb/gdb-cross_6.1.oe +++ b/gdb/gdb-cross_6.1.oe @@ -1,3 +1,4 @@ +LICENSE = GPL DESCRIPTION = "gdb - GNU debugger" SECTION = "devel" PRIORITY = "optional" diff --git a/gdb/gdb-cross_6.2.1.oe b/gdb/gdb-cross_6.2.1.oe index e69de29bb2..019e4aaf59 100644 --- a/gdb/gdb-cross_6.2.1.oe +++ b/gdb/gdb-cross_6.2.1.oe @@ -0,0 +1,36 @@ +LICENSE = GPL +DESCRIPTION = "gdb - GNU debugger" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +DEPENDS = "ncurses-native" + +inherit autotools sdk + +S = "${WORKDIR}/gdb-${PV}" +SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ + file://sim-install.patch;patch=1" + +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gdb-${PV}" + +export CC_FOR_BUILD = "${BUILD_CC}" +export CXX_FOR_BUILD = "${BUILD_CXX}" +export CPP_FOR_BUILD = "${BUILD_CPP}" +export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" +export CXXFLAGS_FOR_BUILD = "${BUILD_CXXFLAGS}" +export CPPFLAGS_FOR_BUILD = "${BUILD_CPPFLAGS}" + +EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'" + +EXTRA_OECONF = "--with-curses --with-readline" + +do_configure () { +# override this function to avoid the autoconf/automake/aclocal/autoheader +# calls for now + gnu-configize + oe_runconf +} + +do_stage() { + : +} diff --git a/gdb/gdb-cross_6.2.oe b/gdb/gdb-cross_6.2.oe index 54558656ab..83266d9af4 100644 --- a/gdb/gdb-cross_6.2.oe +++ b/gdb/gdb-cross_6.2.oe @@ -1,3 +1,4 @@ +LICENSE = GPL DESCRIPTION = "gdb - GNU debugger" SECTION = "devel" PRIORITY = "optional" diff --git a/gdb/gdb_6.1.oe b/gdb/gdb_6.1.oe index 081eb6040f..27b5f6d821 100644 --- a/gdb/gdb_6.1.oe +++ b/gdb/gdb_6.1.oe @@ -1,3 +1,4 @@ +LICENSE = GPL DESCRIPTION = "gdb - GNU debugger" SECTION = "devel" PRIORITY = "optional" diff --git a/genext2fs/genext2fs_1.3.oe b/genext2fs/genext2fs_1.3.oe index 3ef054ea11..66336d1293 100644 --- a/genext2fs/genext2fs_1.3.oe +++ b/genext2fs/genext2fs_1.3.oe @@ -1,3 +1,4 @@ +LICENSE = GPL DESCRIPTION = "A tool to generate an ext2 filesystem \ as a normal (non-root) user." SECTION = "console/utils" diff --git a/gkdial/gkdial_1.8.1.oe b/gkdial/gkdial_1.8.1.oe index e4155cec36..d80d2a2f26 100644 --- a/gkdial/gkdial_1.8.1.oe +++ b/gkdial/gkdial_1.8.1.oe @@ -1,3 +1,4 @@ +LICENSE = GPL inherit autotools pkgconfig gettext PR = "r1" diff --git a/glib-2.0/glib-2.0_2.2.3.oe b/glib-2.0/glib-2.0_2.2.3.oe index dbc9bb9669..e99a1fb926 100644 --- a/glib-2.0/glib-2.0_2.2.3.oe +++ b/glib-2.0/glib-2.0_2.2.3.oe @@ -1,3 +1,4 @@ +LICENSE = LGPL DESCRIPTION = "GLib is a general-purpose utility library, \ which provides many useful data types, macros, \ type conversions, string utilities, file utilities, a main \ diff --git a/glib-2.0/glib-2.0_2.4.5.oe b/glib-2.0/glib-2.0_2.4.5.oe index cee350f234..e422ca482c 100644 --- a/glib-2.0/glib-2.0_2.4.5.oe +++ b/glib-2.0/glib-2.0_2.4.5.oe @@ -1,3 +1,4 @@ +LICENSE = LGPL DESCRIPTION = "GLib is a general-purpose utility library, \ which provides many useful data types, macros, \ type conversions, string utilities, file utilities, a main \ diff --git a/gnome/gconf_2.6.1.oe b/gnome/gconf_2.6.1.oe index 137053825a..cb55d5b5c4 100644 --- a/gnome/gconf_2.6.1.oe +++ b/gnome/gconf_2.6.1.oe @@ -1,3 +1,4 @@ +LICENSE = LGPL SECTION = "x11/gnome" DESCRIPTION = "GNOME configuration database system" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 \ diff --git a/gnome/gnome-common_2.4.0.oe b/gnome/gnome-common_2.4.0.oe index 8d74dfc47b..2d4f3826db 100644 --- a/gnome/gnome-common_2.4.0.oe +++ b/gnome/gnome-common_2.4.0.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome" PR = "r0" DESCRIPTION = "Common macros for building GNOME applications" diff --git a/gnome/gnome-desktop_2.7.90.oe b/gnome/gnome-desktop_2.7.90.oe index cb597645e5..ab63577334 100644 --- a/gnome/gnome-desktop_2.7.90.oe +++ b/gnome/gnome-desktop_2.7.90.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome" PR = "r0" DESCRIPTION = "GNOME library for reading .desktop files" diff --git a/gnome/gnome-games_2.6.1.oe b/gnome/gnome-games_2.6.1.oe index f3448fc54f..36dec7a330 100644 --- a/gnome/gnome-games_2.6.1.oe +++ b/gnome/gnome-games_2.6.1.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome" MAINTAINER = "Phil Blundell " DEPENDS = "guile gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade gnome-common" diff --git a/gnome/gnome-icon-theme_1.3.3.oe b/gnome/gnome-icon-theme_1.3.3.oe index 7688d6fbd3..37cca77fb9 100644 --- a/gnome/gnome-icon-theme_1.3.3.oe +++ b/gnome/gnome-icon-theme_1.3.3.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome" SRC_URI = "${GNOME_MIRROR}/${PN}/1.3/${PN}-${PV}.tar.bz2" diff --git a/gnome/gnome-keyring_0.2.1.oe b/gnome/gnome-keyring_0.2.1.oe index 6f672e2c2c..4df1307ac9 100644 --- a/gnome/gnome-keyring_0.2.1.oe +++ b/gnome/gnome-keyring_0.2.1.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/0.2/${PN}-${PV}.tar.bz2" diff --git a/gnome/gnome-mime-data_2.4.1.oe b/gnome/gnome-mime-data_2.4.1.oe index 5775919fd6..d02c7e1122 100644 --- a/gnome/gnome-mime-data_2.4.1.oe +++ b/gnome/gnome-mime-data_2.4.1.oe @@ -1,2 +1,3 @@ +LICENSE = GPL SECTION = "x11/gnome" inherit gnome diff --git a/gnome/gnome-vfs-extras_0.99.13.oe b/gnome/gnome-vfs-extras_0.99.13.oe index 56f5233322..4030454321 100644 --- a/gnome/gnome-vfs-extras_0.99.13.oe +++ b/gnome/gnome-vfs-extras_0.99.13.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome" PR = "r1" diff --git a/gnome/gnome-vfs_2.6.0.oe b/gnome/gnome-vfs_2.6.0.oe index 39974c09b0..d6a42df885 100644 --- a/gnome/gnome-vfs_2.6.0.oe +++ b/gnome/gnome-vfs_2.6.0.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome" PR = "r3" diff --git a/gnome/gnome-vfs_2.6.2.oe b/gnome/gnome-vfs_2.6.2.oe index e11915351c..8426786a43 100644 --- a/gnome/gnome-vfs_2.6.2.oe +++ b/gnome/gnome-vfs_2.6.2.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome" PR = "r4" diff --git a/gnome/libbonobo_2.6.0.oe b/gnome/libbonobo_2.6.0.oe index 0c713b2d98..7bafaa32c8 100644 --- a/gnome/libbonobo_2.6.0.oe +++ b/gnome/libbonobo_2.6.0.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome" DESCRIPTION = "Bonobo CORBA interfaces library" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.6/libbonobo-${PV}.tar.bz2 \ diff --git a/gnome/libbonobo_2.6.2.oe b/gnome/libbonobo_2.6.2.oe index 4092908de9..eed4c1edbb 100644 --- a/gnome/libbonobo_2.6.2.oe +++ b/gnome/libbonobo_2.6.2.oe @@ -1,3 +1,4 @@ +LICENSE = GPL PR = "r1" SECTION = "x11/gnome/libs" DESCRIPTION = "Bonobo CORBA interfaces library" diff --git a/gnome/libbonoboui_2.6.1.oe b/gnome/libbonoboui_2.6.1.oe index 0a21d3de87..d278787088 100644 --- a/gnome/libbonoboui_2.6.1.oe +++ b/gnome/libbonoboui_2.6.1.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome/libs" PR = "r1" diff --git a/gnome/libgnome_2.6.1.1.oe b/gnome/libgnome_2.6.1.1.oe index 8e34b6682b..41b072207e 100644 --- a/gnome/libgnome_2.6.1.1.oe +++ b/gnome/libgnome_2.6.1.1.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome/libs" PR = "r1" diff --git a/gnome/libgnomecanvas_2.6.1.1.oe b/gnome/libgnomecanvas_2.6.1.1.oe index c3a8241259..ce9cffe4b2 100644 --- a/gnome/libgnomecanvas_2.6.1.1.oe +++ b/gnome/libgnomecanvas_2.6.1.1.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome/libs" PR = "r1" DESCRIPTION = "A powerful object-oriented display" diff --git a/gnome/libgnomeprint_2.6.2.oe b/gnome/libgnomeprint_2.6.2.oe index af239707ab..bbec31e74e 100644 --- a/gnome/libgnomeprint_2.6.2.oe +++ b/gnome/libgnomeprint_2.6.2.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome/libs" PR = "r1" diff --git a/gnome/libgnomeprintui_2.6.2.oe b/gnome/libgnomeprintui_2.6.2.oe index aa24d873bb..c5f94338b4 100644 --- a/gnome/libgnomeprintui_2.6.2.oe +++ b/gnome/libgnomeprintui_2.6.2.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome/libs" PR = "r1" DEPENDS = "libgnomeprint gtk+ libgnomecanvas gnome-icon-theme gnome-common" diff --git a/gnome/libgnomeui_2.6.1.1.oe b/gnome/libgnomeui_2.6.1.1.oe index d6cd985247..7c565da685 100644 --- a/gnome/libgnomeui_2.6.1.1.oe +++ b/gnome/libgnomeui_2.6.1.1.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/gnome/libs" PR = "r1" DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring" diff --git a/gnome/orbit2_2.10.2.oe b/gnome/orbit2_2.10.2.oe index bff22ea3d5..cd7eb1bcc3 100644 --- a/gnome/orbit2_2.10.2.oe +++ b/gnome/orbit2_2.10.2.oe @@ -1,3 +1,4 @@ +LICENSE = GPL PR = "r2" DESCRIPTION = "CORBA ORB" SECTION = "x11/gnome/libs" diff --git a/gnumeric/gnumeric_1.3.1.cvs.oe b/gnumeric/gnumeric_1.3.1.cvs.oe index 996077ef46..73b54f5632 100644 --- a/gnumeric/gnumeric_1.3.1.cvs.oe +++ b/gnumeric/gnumeric_1.3.1.cvs.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/utils" #CVSDATE="20040719" CVSTAG="GNUMERIC_1_3_1" diff --git a/gnumeric/gnumeric_1.3.1.oe b/gnumeric/gnumeric_1.3.1.oe index edfd0e9fbe..f8b3cc4726 100644 --- a/gnumeric/gnumeric_1.3.1.oe +++ b/gnumeric/gnumeric_1.3.1.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/utils" PR = "r3" S = "${WORKDIR}/gnumeric-${PV}" diff --git a/gnupg/gnupg_1.2.3.oe b/gnupg/gnupg_1.2.3.oe index 37af26ffd2..264b82e013 100644 --- a/gnupg/gnupg_1.2.3.oe +++ b/gnupg/gnupg_1.2.3.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "console/utils" DESCRIPTION = "gnupg - GNU privacy guard" MAINTAINER = "Pawel Osiczko " diff --git a/gpdf/gpdf_2.7.90.oe b/gpdf/gpdf_2.7.90.oe index 88216fbe32..1df123a157 100644 --- a/gpdf/gpdf_2.7.90.oe +++ b/gpdf/gpdf_2.7.90.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/utils" PR = "r2" diff --git a/gpdf/gpdf_2.8.0.oe b/gpdf/gpdf_2.8.0.oe index e69de29bb2..8f31af9272 100644 --- a/gpdf/gpdf_2.8.0.oe +++ b/gpdf/gpdf_2.8.0.oe @@ -0,0 +1,13 @@ +LICENSE = GPL +SECTION = "x11/utils" +PR = "r0" + +inherit gnome + +DEPENDS = "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \ + libgnomeprint libgnomeprintui gnome-common" + +EXTRA_OECONF = "--disable-schemas-install" + +SRC_URI += "file://aclocal-lossage.patch;patch=1 \ + file://desktop.patch;patch=1" diff --git a/gpe-appmgr/gpe-appmgr_2.1.oe b/gpe-appmgr/gpe-appmgr_2.1.oe index 460aa5e6a2..f1dafe7032 100644 --- a/gpe-appmgr/gpe-appmgr_2.1.oe +++ b/gpe-appmgr/gpe-appmgr_2.1.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "gpe" DESCRIPTION = "GPE application launcher" DEPENDS = "libgpewidget libgpelaunch" diff --git a/gpe-appmgr/gpe-appmgr_2.2.oe b/gpe-appmgr/gpe-appmgr_2.2.oe index 460aa5e6a2..f1dafe7032 100644 --- a/gpe-appmgr/gpe-appmgr_2.2.oe +++ b/gpe-appmgr/gpe-appmgr_2.2.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "gpe" DESCRIPTION = "GPE application launcher" DEPENDS = "libgpewidget libgpelaunch" diff --git a/gpe-appmgr/gpe-appmgr_2.3.oe b/gpe-appmgr/gpe-appmgr_2.3.oe index 460aa5e6a2..f1dafe7032 100644 --- a/gpe-appmgr/gpe-appmgr_2.3.oe +++ b/gpe-appmgr/gpe-appmgr_2.3.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "gpe" DESCRIPTION = "GPE application launcher" DEPENDS = "libgpewidget libgpelaunch" diff --git a/gpe-mixer/gpe-mixer_0.32.oe b/gpe-mixer/gpe-mixer_0.32.oe index 42eef4a780..324d7198ab 100644 --- a/gpe-mixer/gpe-mixer_0.32.oe +++ b/gpe-mixer/gpe-mixer_0.32.oe @@ -1,3 +1,4 @@ +LICENSE = GPL inherit gpe pkgconfig DESCRIPTION = "GPE audio mixer" diff --git a/gpe-mixer/gpe-mixer_0.34.oe b/gpe-mixer/gpe-mixer_0.34.oe index 5bacc3695c..8a93148b0a 100644 --- a/gpe-mixer/gpe-mixer_0.34.oe +++ b/gpe-mixer/gpe-mixer_0.34.oe @@ -1,3 +1,4 @@ +LICENSE = GPL inherit gpe pkgconfig DESCRIPTION = "GPE audio mixer" diff --git a/gpe-mixer/gpe-mixer_0.38.oe b/gpe-mixer/gpe-mixer_0.38.oe index 5bacc3695c..8a93148b0a 100644 --- a/gpe-mixer/gpe-mixer_0.38.oe +++ b/gpe-mixer/gpe-mixer_0.38.oe @@ -1,3 +1,4 @@ +LICENSE = GPL inherit gpe pkgconfig DESCRIPTION = "GPE audio mixer" diff --git a/gpe-mixer/gpe-mixer_0.40.oe b/gpe-mixer/gpe-mixer_0.40.oe index e69de29bb2..f90883e77e 100644 --- a/gpe-mixer/gpe-mixer_0.40.oe +++ b/gpe-mixer/gpe-mixer_0.40.oe @@ -0,0 +1,10 @@ +LICENSE = GPL +PR = "r0" + +inherit gpe pkgconfig + +DESCRIPTION = "GPE audio mixer" +DEPENDS = "gtk+ libgpewidget" +SECTION = "gpe" +PRIORITY = "optional" + diff --git a/gpe-sketchbook/gpe-sketchbook_0.2.8.oe b/gpe-sketchbook/gpe-sketchbook_0.2.8.oe index 8add18ad83..c9d38f16b7 100644 --- a/gpe-sketchbook/gpe-sketchbook_0.2.8.oe +++ b/gpe-sketchbook/gpe-sketchbook_0.2.8.oe @@ -1,3 +1,4 @@ +LICENSE = GPL PR = "r2" inherit gpe pkgconfig diff --git a/gpe-tetris/gpe-tetris_0.6-2.oe b/gpe-tetris/gpe-tetris_0.6-2.oe index e69de29bb2..b60b179e43 100644 --- a/gpe-tetris/gpe-tetris_0.6-2.oe +++ b/gpe-tetris/gpe-tetris_0.6-2.oe @@ -0,0 +1,9 @@ +LICENSE = GPL +inherit gpe + +DESCRIPTION = "GTK+2 port of the well known game, Tetris." +DEPENDS = "gtk+ libgpewidget gpe-icons" +SECTION = "gpe" +PRIORITY = "optional" + +SRC_URI += "file://fix-makefiles.patch;patch=1" diff --git a/gpe-watch/gpe-watch_0.10.oe b/gpe-watch/gpe-watch_0.10.oe index c41295211c..6c94b805bc 100644 --- a/gpe-watch/gpe-watch_0.10.oe +++ b/gpe-watch/gpe-watch_0.10.oe @@ -1,3 +1,4 @@ +LICENSE = GPL inherit gpe pkgconfig DESCRIPTION = "GPE analog clock-watch" diff --git a/gpgme/gpgme_1.0.0.oe b/gpgme/gpgme_1.0.0.oe index 67d3f2bba9..b3bd61695d 100644 --- a/gpgme/gpgme_1.0.0.oe +++ b/gpgme/gpgme_1.0.0.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.gz" DEPENDS = "libgpg-error pth libassuan" diff --git a/gphoto2/gphoto2_2.1.4.oe b/gphoto2/gphoto2_2.1.4.oe index 426344ff21..98dc239880 100644 --- a/gphoto2/gphoto2_2.1.4.oe +++ b/gphoto2/gphoto2_2.1.4.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "console/utils" DEPENDS = "libgphoto2 popt" DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras" diff --git a/gpsd/gpsd_1.10.oe b/gpsd/gpsd_1.10.oe index 51792fedc2..8b495dd90a 100644 --- a/gpsd/gpsd_1.10.oe +++ b/gpsd/gpsd_1.10.oe @@ -1,3 +1,4 @@ +LICENSE = GPL DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices" SECTION = "console/network" PRIORITY = "optional" diff --git a/grep/grep_2.5.oe b/grep/grep_2.5.oe index 64f286b0a7..e7809587ee 100644 --- a/grep/grep_2.5.oe +++ b/grep/grep_2.5.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "console/utils" DESCRIPTION = "grep GNU utility" MAINTAINER = "Pawel Osiczko " diff --git a/gs/gs_8.01.oe b/gs/gs_8.01.oe index c9806f06f9..663c7712fb 100644 --- a/gs/gs_8.01.oe +++ b/gs/gs_8.01.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "console/utils" SRC_URI = "ftp://ftp.gnu.org/gnu/ghostscript/gnughostscript-${PV}.tar.gz" DEPENDS = "jpeg zlib" diff --git a/gstreamer/gpe-gst-plugins_0.8.4.oe b/gstreamer/gpe-gst-plugins_0.8.4.oe index ef8f06bda5..b984f09863 100644 --- a/gstreamer/gpe-gst-plugins_0.8.4.oe +++ b/gstreamer/gpe-gst-plugins_0.8.4.oe @@ -1,3 +1,4 @@ +LICENSE = GPL DESCRIPTION = "Plugins for GStreamer" SECTION = "x11/libs" PRIORITY = "optional" diff --git a/gstreamer/gst-plugins_0.8.4.oe b/gstreamer/gst-plugins_0.8.4.oe index ac310d79c9..b5abf3b001 100644 --- a/gstreamer/gst-plugins_0.8.4.oe +++ b/gstreamer/gst-plugins_0.8.4.oe @@ -1,3 +1,4 @@ +LICENSE = GPL DESCRIPTION = "Plugins for GStreamer" SECTION = "x11/libs" PRIORITY = "optional" diff --git a/gstreamer/gst-plugins_0.8.6.oe b/gstreamer/gst-plugins_0.8.6.oe index e69de29bb2..f7518d6f15 100644 --- a/gstreamer/gst-plugins_0.8.6.oe +++ b/gstreamer/gst-plugins_0.8.6.oe @@ -0,0 +1,55 @@ +LICENSE = GPL +DESCRIPTION = "Plugins for GStreamer" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +PR = "r0" + +DEPENDS = "gstreamer libmikmod libmad libogg tremor libvorbis libid3tag gpe-soundserver gconf" + +SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.tar.bz2 \ + file://try-esdsink.patch;patch=1 \ + file://lame-autoconf.patch;patch=1" + +EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-aalib --disable-arts \ + --disable-artsc --disable-libfame --disable-sdl --disable-shout2 \ + --disable-gnome_vfs " + +inherit autotools pkgconfig gconf + +acpaths = "-I ${S}/common/m4 -I ${S}/m4" + +LIBV = "0.8" + +plugin_postinst() { + if [ x"$D" = "x" ]; then + gst-register --gst-registry=/var/cache/gstreamer-0.8/registry.xml + fi +} + +python populate_packages_prepend () { + gst_libdir = oe.data.expand('${libdir}/gstreamer-${LIBV}', d) + postinst = oe.data.getVar('plugin_postinst', d, 1) + + do_split_packages(d, gst_libdir, '^libgst(.*)\.so$', 'gst-plugin-%s', 'GStreamer plugin for %s', postinst=postinst) + do_split_packages(d, gst_libdir, '^libgst(.*)\.l?a$', 'gst-plugin-%s-dev', 'GStreamer plugin for %s (development files)') +} + +do_stage() { + autotools_stage_includes + while read a b; do + oe_libinstall -C gst-libs/gst/$a -so libgst$b ${STAGING_LIBDIR} + done <