- update to gcompris-8.4.1:
* GPLv3 * use of gstreamer instead of sdl-mixer * all voices have been re-encoded * new/improved translations
This commit is contained in:
parent
029004a088
commit
3a6f60e83e
@ -1,16 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2007/10/08 08:22:41 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2007/10/20 12:49:02 ajacoutot Exp $
|
||||
|
||||
COMMENT= educational game for children
|
||||
|
||||
DISTNAME= gcompris-8.3.3
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= gcompris-8.4.1
|
||||
CATEGORIES= games education
|
||||
|
||||
HOMEPAGE= http://gcompris.net/
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -18,30 +17,33 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gcompris/}
|
||||
|
||||
WANTLIB= Xau Xdmcp SDL X11 Xext Xrender atk-1.0 c cairo smpeg z \
|
||||
WANTLIB= Xau Xdmcp X11 Xext Xrender atk-1.0 c cairo z \
|
||||
fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 xml2 \
|
||||
glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0 \
|
||||
gtk-x11-2.0 m mikmod ogg pango-1.0 pangocairo-1.0 util \
|
||||
pangoft2-1.0 png pthread usbhid vorbis vorbisfile \
|
||||
art_lgpl_2 Xxf86vm expat Xcursor Xfixes Xi Xinerama Xrandr
|
||||
gtk-x11-2.0 m pango-1.0 pangocairo-1.0 util \
|
||||
pangoft2-1.0 png pthread Xxf86vm expat Xcursor Xfixes \
|
||||
Xi Xinerama Xrandr
|
||||
|
||||
MODULES= devel/gettext lang/python
|
||||
|
||||
BUILD_DEPENDS= ::textproc/texi2html \
|
||||
::x11/py-gtk2 \
|
||||
::textproc/intltool \
|
||||
::games/gnuchess
|
||||
::games/gnuchess \
|
||||
::archivers/gtar
|
||||
LIB_DEPENDS= python${MODPY_VERSION}::lang/python/${MODPY_VERSION} \
|
||||
SDL_mixer.>=3::devel/sdl-mixer \
|
||||
gnet-2.0::net/gnet \
|
||||
sqlite3::databases/sqlite3 \
|
||||
gnomecanvas-2::x11/gnome/libgnomecanvas
|
||||
gstreamer-0.10:gstreamer-0.10.*:multimedia/gstreamer-0.10/core
|
||||
RUN_DEPENDS= ::games/gnuchess \
|
||||
::databases/py-sqlite2 \
|
||||
::x11/py-gtk2 \
|
||||
::games/tuxpaint \
|
||||
::cad/gnucap \
|
||||
:desktop-file-utils-*:devel/desktop-file-utils
|
||||
:desktop-file-utils-*:devel/desktop-file-utils \
|
||||
::multimedia/gstreamer-0.10/plugins-base,-ogg \
|
||||
::multimedia/gstreamer-0.10/plugins-base,-vorbis \
|
||||
::multimedia/gstreamer-0.10/plugins-good,-gconf
|
||||
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
@ -53,12 +55,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
||||
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--enable-static \
|
||||
--localstatedir=/var \
|
||||
--enable-xf86vidmode \
|
||||
--enable-sqlite \
|
||||
--enable-gnet \
|
||||
--enable-py-build-only \
|
||||
--disable-cairo \
|
||||
--disable-rpath \
|
||||
--disable-nsbundle \
|
||||
--with-x \
|
||||
--with-python=${MODPY_BIN}
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gcompris-8.3.3.tar.gz) = S1UaWsPFN0mSewgchVPTkg==
|
||||
RMD160 (gcompris-8.3.3.tar.gz) = dqIib5HbKQbvYlzvYlJKBz722Qo=
|
||||
SHA1 (gcompris-8.3.3.tar.gz) = bkDzLJ4fnhswbusc8AKIgrfQsdY=
|
||||
SHA256 (gcompris-8.3.3.tar.gz) = Pd8CtypA1FTjtqgRpoXDX+M1IhU6p0lrzhamkb/FaP0=
|
||||
SIZE (gcompris-8.3.3.tar.gz) = 121815262
|
||||
MD5 (gcompris-8.4.1.tar.gz) = sJBOYeDXI4gi3ZqH7xFM0w==
|
||||
RMD160 (gcompris-8.4.1.tar.gz) = 0AshS3fbB9BJ5TsJnuQ7zomtf4c=
|
||||
SHA1 (gcompris-8.4.1.tar.gz) = Nutcurx0ITRgyk17R1gnDFOoIkc=
|
||||
SHA256 (gcompris-8.4.1.tar.gz) = 3iPkf4qQCX/PT0ffPewzqOTJuWgrPIkKGB1nby9CYIs=
|
||||
SIZE (gcompris-8.4.1.tar.gz) = 86197566
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2007/05/03 17:42:55 ajacoutot Exp $
|
||||
--- Makefile.in.orig Sun Apr 29 17:35:22 2007
|
||||
+++ Makefile.in Mon Apr 30 20:00:14 2007
|
||||
@@ -867,7 +867,7 @@ info: info-recursive
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2007/10/20 12:49:02 ajacoutot Exp $
|
||||
--- Makefile.in.orig Thu Oct 11 23:38:30 2007
|
||||
+++ Makefile.in Sat Oct 13 18:14:50 2007
|
||||
@@ -858,7 +858,7 @@ info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
@ -10,12 +10,12 @@ $OpenBSD: patch-Makefile_in,v 1.2 2007/05/03 17:42:55 ajacoutot Exp $
|
||||
install-data-local install-iconDATA
|
||||
|
||||
install-exec-am:
|
||||
@@ -927,7 +927,7 @@ install-data-local:
|
||||
@@ -918,7 +918,7 @@ install-data-local:
|
||||
@$(NORMAL_INSTALL)
|
||||
if test -d $(srcdir)/$(PACKAGE_DATA_DIR); then \
|
||||
$(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR); \
|
||||
- cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn --exclude .xvpics --exclude "1[1-9].ogg" --exclude "2?.ogg" * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
|
||||
+ cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar -cf - -s '/^.*Makefile.*$$//' -s '/^.*\.in.*$$//' -s '/^.*~.*$$//' -s '/^.*svn.*$$//' -s '/^.*\.xvpics.*$$//' -s '/^.*1[1-9]\.ogg.*$$//' -s '/^.*2.\.ogg.*$$//' * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
|
||||
- cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn --exclude "1[1-9].ogg" --exclude "2?.ogg" * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
|
||||
+ cd $(srcdir)/$(PACKAGE_DATA_DIR) ; gtar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn --exclude "1[1-9].ogg" --exclude "2?.ogg" * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; gtar xf -) ; cd .. ; \
|
||||
fi
|
||||
|
||||
dist-hook:
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2007/08/27 15:23:12 ajacoutot Exp $
|
||||
--- configure.orig Mon Aug 27 15:35:42 2007
|
||||
+++ configure Mon Aug 27 15:37:31 2007
|
||||
@@ -25734,9 +25734,6 @@ fi
|
||||
$OpenBSD: patch-configure,v 1.3 2007/10/20 12:49:02 ajacoutot Exp $
|
||||
--- configure.orig Thu Oct 11 23:38:31 2007
|
||||
+++ configure Sat Oct 13 18:14:50 2007
|
||||
@@ -25743,9 +25743,6 @@ fi
|
||||
|
||||
|
||||
XLIBADD=
|
||||
@ -11,7 +11,7 @@ $OpenBSD: patch-configure,v 1.2 2007/08/27 15:23:12 ajacoutot Exp $
|
||||
|
||||
# Check whether --enable-xf86vidmode was given.
|
||||
if test "${enable_xf86vidmode+set}" = set; then
|
||||
@@ -28099,7 +28096,7 @@ if test "x$PYTHON_LIBS" = "x" ; then
|
||||
@@ -28108,7 +28105,7 @@ if test "x$PYTHON_LIBS" = "x" ; then
|
||||
|
||||
python_libdir=`$PYTHON -c "import distutils.sysconfig ; print distutils.sysconfig.get_config_var(\"LIBDIR\")"`
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_boards_erase_c,v 1.2 2007/08/27 15:23:12 ajacoutot Exp $
|
||||
--- src/boards/erase.c.orig Sun Jun 17 23:10:01 2007
|
||||
+++ src/boards/erase.c Mon Aug 27 15:43:46 2007
|
||||
@@ -520,14 +520,6 @@ canvas_event(GnomeCanvas *canvas, GdkEvent *event)
|
||||
$OpenBSD: patch-src_boards_erase_c,v 1.3 2007/10/20 12:49:02 ajacoutot Exp $
|
||||
--- src/boards/erase.c.orig Fri Aug 31 00:52:27 2007
|
||||
+++ src/boards/erase.c Sat Sep 15 12:17:24 2007
|
||||
@@ -519,14 +519,6 @@ canvas_event(GnomeCanvas *canvas, GdkEvent *event)
|
||||
switch (event->type)
|
||||
{
|
||||
case GDK_BUTTON_PRESS:
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user