mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Add goom. Goom is a visual effects library with optional xmms plugin.
This commit is contained in:
parent
f3cd77a525
commit
c014d81905
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137861
@ -160,6 +160,7 @@
|
||||
SUBDIR += gnustep-slideshow
|
||||
SUBDIR += gnustep-slideshowkit
|
||||
SUBDIR += gocr
|
||||
SUBDIR += goom
|
||||
SUBDIR += gozer
|
||||
SUBDIR += gpaint
|
||||
SUBDIR += gpdf
|
||||
|
41
graphics/goom/Makefile
Normal file
41
graphics/goom/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: goom
|
||||
# Date created: 12 February 2005
|
||||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= goom
|
||||
PORTVERSION= 2k4.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|}-src
|
||||
|
||||
MAINTAINER= kwm@FreeBSD.org
|
||||
COMMENT= Visual effects library
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|}
|
||||
USE_GNOME= gnomehack gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-sdltest
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.if exists(${X11R6}/bin/xmms) || defined(WITH_XMMS)
|
||||
LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
|
||||
PLIST_SUB+= XMMS=""
|
||||
.else
|
||||
PLIST_SUB+= XMMS="@comment "
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITH_XMMS)
|
||||
@${ECHO} ""
|
||||
@${ECHO} "Define WITH_XMMS to build goom xmms visualization plugin"
|
||||
@${ECHO} ""
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/goom/distinfo
Normal file
2
graphics/goom/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (goom-2k4-0-src.tar.gz) = 8100dd07e0c6784fdf079eeaa53a5c7f
|
||||
SIZE (goom-2k4-0-src.tar.gz) = 757058
|
3
graphics/goom/pkg-descr
Normal file
3
graphics/goom/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Goom2 visual effects library. With optional xmms plugin.
|
||||
|
||||
WWW: http://sourceforge.net/projects/goom
|
19
graphics/goom/pkg-plist
Normal file
19
graphics/goom/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
include/goom/goom.h
|
||||
include/goom/goom_config.h
|
||||
include/goom/goom_config_param.h
|
||||
include/goom/goom_filters.h
|
||||
include/goom/goom_graphic.h
|
||||
include/goom/goom_plugin_info.h
|
||||
include/goom/goom_tools.h
|
||||
include/goom/goom_typedefs.h
|
||||
include/goom/goom_visual_fx.h
|
||||
include/goom/goomsl.h
|
||||
include/goom/goomsl_hash.h
|
||||
include/goom/goomsl_heap.h
|
||||
lib/libgoom2.a
|
||||
lib/libgoom2.so
|
||||
lib/libgoom2.so.0
|
||||
libdata/pkgconfig/libgoom2.pc
|
||||
%%XMMS%%@cwd %%X11BASE%%
|
||||
%%XMMS%%lib/xmms/Visualization/libxmmsgoom2.so
|
||||
@dirrm include/goom
|
Loading…
Reference in New Issue
Block a user