pkgsrc-WIP-changes archive

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

Import xjadeo-0.8.5 as wip/xjadeo.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 18 21:29:28 2016 +0200
Changeset:	f79d9e6757d9480a3a4a9bbf5ff9c84b54da331c

Added Files:
	xjadeo/DESCR
	xjadeo/Makefile
	xjadeo/PLIST
	xjadeo/distinfo
	xjadeo/patches/patch-configure.ac

Log Message:
Import xjadeo-0.8.5 as wip/xjadeo.

xjadeo is a simple video player that gets sync from jack.

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

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

diffstat:
 xjadeo/DESCR                      |  1 +
 xjadeo/Makefile                   | 23 +++++++++++++++++++++++
 xjadeo/PLIST                      |  1 +
 xjadeo/distinfo                   |  7 +++++++
 xjadeo/patches/patch-configure.ac | 33 +++++++++++++++++++++++++++++++++
 5 files changed, 65 insertions(+)

diffs:
diff --git a/xjadeo/DESCR b/xjadeo/DESCR
new file mode 100644
index 0000000..23fd8d9
--- /dev/null
+++ b/xjadeo/DESCR
@@ -0,0 +1 @@
+xjadeo is a simple video player that gets sync from jack.
diff --git a/xjadeo/Makefile b/xjadeo/Makefile
new file mode 100644
index 0000000..cdfd9f3
--- /dev/null
+++ b/xjadeo/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	xjadeo-0.8.5
+CATEGORIES=	audio
+MASTER_SITES=	${MASTER_SITE_GITHUB:=x42/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://xjadeo.sourceforge.net/
+COMMENT=	X JAck viDEo mOnitor
+LICENSE=	gnu-gpl-v2
+
+USE_LANGUAGES=	c c++
+
+USE_TOOLS=	automake aclocal autoheader autoconf
+
+GNU_CONFIGURE=	yes
+
+pre-configure:
+	${RUN} cd ${WRKSRC} && ${PKGSRC_SETENV} ${CONFIGURE_ENV} ${CONFIG_SHELL} ./autogen.sh
+
+.include "../../audio/jack/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/xjadeo/PLIST b/xjadeo/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/xjadeo/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/xjadeo/distinfo b/xjadeo/distinfo
new file mode 100644
index 0000000..f355447
--- /dev/null
+++ b/xjadeo/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (xjadeo-0.8.5.tar.gz) = ed72634312e2d1d5b13a4eeef444895c3f3abfc5
+RMD160 (xjadeo-0.8.5.tar.gz) = 7794ace9bb5b84b4b4fa603347c48d482b95541d
+SHA512 (xjadeo-0.8.5.tar.gz) = 124644df6b18518fd7cfabea47cf4b466d41f771891df6805c95a63f18ab9b71ac1568e1d0cdb7df5361f19e742e850fc57ea1239547c00484c15f1a85aa2b18
+Size (xjadeo-0.8.5.tar.gz) = 996023 bytes
+SHA1 (patch-configure.ac) = cfa8d89d0e8f6e0977e725642108ae3d9c5b47f5
diff --git a/xjadeo/patches/patch-configure.ac b/xjadeo/patches/patch-configure.ac
new file mode 100644
index 0000000..a89b457
--- /dev/null
+++ b/xjadeo/patches/patch-configure.ac
@@ -0,0 +1,33 @@
+$NetBSD$
+
+Fix shell portability problem.
+
+--- configure.ac.orig	2015-11-25 14:17:19.000000000 +0000
++++ configure.ac
+@@ -89,7 +89,7 @@ case $target_os in
+ 		;;
+ esac
+ 
+-if test "x$enable_embed_font" == "xyes"; then
++if test "x$enable_embed_font" = "xyes"; then
+ 	AM_CONDITIONAL([EMBED_FONT], true)
+ else
+ 	AM_CONDITIONAL([EMBED_FONT], false)
+@@ -170,7 +170,7 @@ if test "x$enable_timescale" != "xyes"; 
+ 	AC_DEFINE(TIMEMAP)
+ fi
+ 
+-if test "x$enable_framecrop" == "xyes"; then
++if test "x$enable_framecrop" = "xyes"; then
+ 	AC_DEFINE(CROPIMG)
+ fi
+ 
+@@ -462,7 +462,7 @@ else
+ 	else
+ 		OSDREPORT="${OSDREPORT}-"
+ 	fi
+-	if test "x$enable_embed_font" == "xyes"; then
++	if test "x$enable_embed_font" = "xyes"; then
+ 		OSDREPORT="${OSDREPORT}
+    - embed font:     yes"
+ 	 else


Home | Main Index | Thread Index | Old Index