pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import phaethon 0.0.4 as wip/phaethon.



Module Name:	pkgsrc-wip
Committed By:	Christian Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Fri Feb 19 23:06:02 2016 -0800
Changeset:	232e15934820317b4b733e08e37f38b7c86a3887

Modified Files:
	Makefile
Added Files:
	phaethon/DESCR
	phaethon/Makefile
	phaethon/PLIST
	phaethon/distinfo
	phaethon/patches/patch-cmake_FindFaad.cmake

Log Message:
Import phaethon 0.0.4 as wip/phaethon.

Phaethon is a free/libre and open source (FLOSS) resource explorer for
BioWare's Aurora engine games. Phaethon is part of the xoreos project.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=232e15934820317b4b733e08e37f38b7c86a3887

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                    |  1 +
 phaethon/DESCR                              |  3 +++
 phaethon/Makefile                           | 34 +++++++++++++++++++++++++++++
 phaethon/PLIST                              |  2 ++
 phaethon/distinfo                           |  6 +++++
 phaethon/patches/patch-cmake_FindFaad.cmake | 12 ++++++++++
 6 files changed, 58 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 53665ec..fe052d5 100644
--- a/Makefile
+++ b/Makefile
@@ -2461,6 +2461,7 @@ SUBDIR+=	petsc
 SUBDIR+=	pgp6
 SUBDIR+=	pgplot
 SUBDIR+=	pgpool2
+SUBDIR+=	phaethon
 SUBDIR+=	phalanx
 SUBDIR+=	phantomjs
 SUBDIR+=	phantomjs2
diff --git a/phaethon/DESCR b/phaethon/DESCR
new file mode 100644
index 0000000..923e880
--- /dev/null
+++ b/phaethon/DESCR
@@ -0,0 +1,3 @@
+Phaethon is a free/libre and open source (FLOSS) resource explorer for
+BioWare's Aurora engine games. Phaethon is part of the xoreos project;
+please see the xoreos website and its GitHub repositories for details.
diff --git a/phaethon/Makefile b/phaethon/Makefile
new file mode 100644
index 0000000..8d92463
--- /dev/null
+++ b/phaethon/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD$
+
+DISTNAME=	phaethon-${GITHUB_TAG}
+PKGNAME=	phaethon-${GITHUB_TAG:S/v//}
+CATEGORIES=	games devel
+GITHUB_TAG=	v0.0.4
+MASTER_SITES=	${MASTER_SITE_GITHUB:=xoreos/}
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+COMMENT=	"A FLOSS resource explorer for BioWare's Aurora engine games"
+HOMEPAGE=	https://xoreos.org/
+LICENSE=	gnu-lgpl-v2.1
+
+EXTRACT_USING=	gtar
+USE_LANGUAGES=	c c++
+USE_CMAKE=	yes
+
+AUTO_MKDIRS=	yes
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/phaethon ${DESTDIR}${PREFIX}/bin/phaethon
+
+.include "../../archivers/xz/buildlink3.mk"
+.include "../../audio/faad2/buildlink3.mk"
+.include "../../audio/libmad/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../audio/openal/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../multimedia/libogg/buildlink3.mk"
+.include "../../x11/wxGTK30/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/phaethon/PLIST b/phaethon/PLIST
new file mode 100644
index 0000000..11ab724
--- /dev/null
+++ b/phaethon/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/phaethon
diff --git a/phaethon/distinfo b/phaethon/distinfo
new file mode 100644
index 0000000..e9921bd
--- /dev/null
+++ b/phaethon/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (phaethon-v0.0.4.tar.gz) = 621a2d3ff70cd970842dcf935d38871035399b8a
+RMD160 (phaethon-v0.0.4.tar.gz) = 6faa4a115bd970f241458ffe1b74d39d98b27fea
+Size (phaethon-v0.0.4.tar.gz) = 543332 bytes
+SHA1 (patch-cmake_FindFaad.cmake) = c33c9e296c2b4cf492f35ae82fa78c6e2d9a0fcc
diff --git a/phaethon/patches/patch-cmake_FindFaad.cmake b/phaethon/patches/patch-cmake_FindFaad.cmake
new file mode 100644
index 0000000..b60d541
--- /dev/null
+++ b/phaethon/patches/patch-cmake_FindFaad.cmake
@@ -0,0 +1,12 @@
+$NetBSD$
+--- ./cmake/FindFaad.cmake.orig	2016-02-19 22:34:01.000000000 -0800
++++ ./cmake/FindFaad.cmake	2016-02-19 22:34:54.000000000 -0800
+@@ -29,7 +29,7 @@
+   find_library(FAAD_LIBRARY NAMES faad PATHS $ENV{PROGRAMFILES}/FAAD/lib DOC "The libfaad library")
+ 
+ else(WIN32)
+-  find_path(FAAD_INCLUDE_DIR faad.h DOC "The directory where faad.h resides")
++  find_path(FAAD_INCLUDE_DIR NAMES faad.h faad2/faad.h DOC "The directory where faad.h resides")
+   find_library(FAAD_LIBRARY NAMES faad DOC "The libfaad library")
+ 
+ endif(WIN32)


Home | Main Index | Thread Index | Old Index