Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
A cool visual effects program that runs on almost all multimedia
players.
+22
View File
@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.9 2012/09/12 00:24:35 asau Exp $
#
DISTNAME= goom-2k4-0-src
PKGNAME= goom-2004.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=goom/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ios-software.com/index.php3?page=projet&quoi=1&lg=AN
COMMENT= Visual effects generator for mp3 players
WRKSRC= ${WRKDIR}/goom2k4-0
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoom2.pc.in
GNU_CONFIGURE= yes
GCC_REQD+= 3.3
USE_TOOLS+= pkg-config
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+15
View File
@@ -0,0 +1,15 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:32:09 joerg Exp $
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.la
lib/pkgconfig/libgoom2.pc
+12
View File
@@ -0,0 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.6 2009/03/20 19:23:53 joerg Exp $
BUILDLINK_TREE+= goom
.if !defined(GOOM_BUILDLINK3_MK)
GOOM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.goom+= goom>=2004.0
BUILDLINK_PKGSRCDIR.goom?= ../../audio/goom
.endif # GOOM_BUILDLINK3_MK
BUILDLINK_TREE+= -goom
+8
View File
@@ -0,0 +1,8 @@
$NetBSD: distinfo,v 1.3 2005/10/31 15:33:19 tv Exp $
SHA1 (goom-2k4-0-src.tar.gz) = 4856b86aadc67676c473a4664c5281bc05df278d
RMD160 (goom-2k4-0-src.tar.gz) = 280c0db57f437b072a49ff80f5bf85d57892af8e
Size (goom-2k4-0-src.tar.gz) = 757058 bytes
SHA1 (patch-aa) = 44b8332db3e7b6ec15fcc7d94d68bd0b884c6e8a
SHA1 (patch-ab) = 7a703e75ad8d9895c28f6579ee80240f1c2d0cfb
SHA1 (patch-ac) = 341a075d8a2b41b522fe313ca13f5ca7c5476f6f
+14
View File
@@ -0,0 +1,14 @@
$NetBSD: patch-aa,v 1.1.1.1 2005/02/20 14:59:24 wiz Exp $
Force xmms plugin off.
--- configure.orig 2005-02-07 14:49:28.000000000 +0100
+++ configure
@@ -20733,6 +20733,7 @@ echo "${ECHO_T}no" >&6
fi
+ HAVE_XMMS="no"
+16
View File
@@ -0,0 +1,16 @@
$NetBSD: patch-ab,v 1.1 2005/10/31 15:33:19 tv Exp $
--- src/filters.c.orig 2005-02-07 08:46:41.000000000 -0500
+++ src/filters.c
@@ -18,7 +18,11 @@
#include <stdlib.h>
#include <math.h>
#include <stdio.h>
+#include <stdlib.h>
+
+#if HAVE_INTTYPES_H
#include <inttypes.h>
+#endif
#include "goom_filters.h"
#include "goom_graphic.h"
+15
View File
@@ -0,0 +1,15 @@
$NetBSD: patch-ac,v 1.1 2005/10/31 15:33:19 tv Exp $
--- src/goom_core.c.orig 2005-02-07 08:46:41.000000000 -0500
+++ src/goom_core.c
@@ -11,7 +11,10 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+
+#if HAVE_INTTYPES_H
#include <inttypes.h>
+#endif
#include "goom.h"
#include "goom_tools.h"