pkgsrc-WIP-changes archive

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

Import cheese-3.18.1 as wip/cheese



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Tue Dec 1 03:35:14 2015 +0000
Changeset:	252e20f16d4428b0ba2e68b97e1ccef8be9b248e

Added Files:
	cheese/DESCR
	cheese/Makefile
	cheese/PLIST
	cheese/options.mk
	cheese/patches/patch-configure.ac

Log Message:
Import cheese-3.18.1 as wip/cheese

Cheese uses your webcam to take photos and videos, applies fancy special
effects and lets you share the fun with others. Under the hood, Cheese
uses GStreamer to apply fancy effects to photos and videos. With Cheese
it is easy to take photos of you, your friends, pets or whatever you want
and share them with others.

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

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

diffstat:
 cheese/DESCR                      |  5 +++
 cheese/Makefile                   | 69 +++++++++++++++++++++++++++++++++++++++
 cheese/PLIST                      |  0
 cheese/options.mk                 | 14 ++++++++
 cheese/patches/patch-configure.ac | 19 +++++++++++
 5 files changed, 107 insertions(+)

diffs:
diff --git a/cheese/DESCR b/cheese/DESCR
new file mode 100644
index 0000000..eb72955
--- /dev/null
+++ b/cheese/DESCR
@@ -0,0 +1,5 @@
+Cheese uses your webcam to take photos and videos, applies fancy special
+effects and lets you share the fun with others. Under the hood, Cheese
+uses GStreamer to apply fancy effects to photos and videos. With Cheese
+it is easy to take photos of you, your friends, pets or whatever you want
+and share them with others.
diff --git a/cheese/Makefile b/cheese/Makefile
new file mode 100644
index 0000000..8235b3c
--- /dev/null
+++ b/cheese/Makefile
@@ -0,0 +1,69 @@
+# $NetBSD: Makefile,v 1.59 2015/10/10 01:58:09 ryoon Exp $
+
+DISTNAME=	cheese-3.18.1
+PKGREVISION=	44
+CATEGORIES=	graphics
+MASTER_SITES=	${MASTER_SITE_GNOME:=sources/cheese/3.18/}
+EXTRACT_SUFX=		.tar.xz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://www.gnome.org/projects/cheese/
+COMMENT=	Use your webcam to take photos and videos
+LICENSE=	gnu-gpl-v2
+
+BUILD_DEPENDS+=	gettext-m4-[0-9]*:../../devel/gettext-m4
+DEPENDS+= gst-plugins0.10-theora>=0.10.1:../../multimedia/gst-plugins0.10-theora
+DEPENDS+= gst-plugins0.10-ogg>=0.10.1:../../multimedia/gst-plugins0.10-ogg
+DEPENDS+= gst-plugins0.10-vorbis>=0.10.1:../../audio/gst-plugins0.10-vorbis
+
+.include "../../mk/bsd.prefs.mk"
+
+.if !empty(MACHINE_PLATFORM:MNetBSD-[5-9]*) || !empty(MACHINE_PLATFORM:MLinux)
+DEPENDS+= gst-plugins0.10-v4l2>=0.10.10:../../multimedia/gst-plugins0.10-v4l2
+.endif
+
+GNU_CONFIGURE=		yes
+USE_TOOLS+=		pkg-config perl intltool gmake msgfmt
+USE_TOOLS+=		autoconf automake autoreconf
+USE_LIBTOOL=		yes
+USE_PKGLOCALEDIR=	yes
+
+GCONF_SCHEMAS+=	cheese.schemas
+
+pre-configure:
+	cd ${WRKSRC} && autoreconf -vi # -f breaks it
+	cd ${WRKSRC} && autoheader -f
+
+.include "options.mk"
+
+BUILDLINK_API_DEPENDS.GConf+=	GConf>=2.16.0
+.include "../../devel/GConf/schemas.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+=	glib2>=2.39.90
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../misc/yelp3/buildlink3.mk"
+BUILDLINK_API_DEPENDS.pango+=		pango>=1.18.0
+.include "../../devel/pango/buildlink3.mk"
+BUILDLINK_API_DEPENDS.cairo+=		cairo>=1.4.0
+.include "../../graphics/cairo/buildlink3.mk"
+BUILDLINK_API_DEPENDS.librsvg+=		librsvg>=2.18.0
+.include "../../graphics/librsvg/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+BUILDLINK_API_DEPENDS.evolution-data-server+=	evolution-data-server>=1.12.0
+.include "../../mail/evolution-data-server/buildlink3.mk"
+.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+.include "../../multimedia/gst-plugins0.10-good/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gstreamer0.10+=	gstreamer0.10>=0.10.20
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+BUILDLINK_API_DEPENDS.dbus+=	dbus>=1.0
+.include "../../sysutils/dbus/buildlink3.mk"
+BUILDLINK_API_DEPENDS.dbus-glib+=	dbus-glib>=0.70
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../textproc/gnome-doc-utils/buildlink3.mk"
+.include "../../x11/gnome-desktop/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2+=	gtk3+>=3.13.4
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/libXxf86vm/buildlink3.mk"
+.include "../../mk/omf-scrollkeeper.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/cheese/PLIST b/cheese/PLIST
new file mode 100644
index 0000000..e69de29
diff --git a/cheese/options.mk b/cheese/options.mk
new file mode 100644
index 0000000..f63c31c
--- /dev/null
+++ b/cheese/options.mk
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.2 2008/11/28 14:29:31 jmcneill Exp $
+#
+PKG_OPTIONS_VAR=	PKG_OPTIONS.cheese
+PKG_SUPPORTED_OPTIONS=	hal
+PKG_SUGGESTED_OPTIONS=	hal
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mhal)
+CONFIGURE_ARGS+=	--enable-hal
+.include "../../sysutils/hal/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=	--enable-hal=no
+.endif
diff --git a/cheese/patches/patch-configure.ac b/cheese/patches/patch-configure.ac
new file mode 100644
index 0000000..78c32db
--- /dev/null
+++ b/cheese/patches/patch-configure.ac
@@ -0,0 +1,19 @@
+$NetBSD$
+
+--- configure.ac.orig	2015-10-13 08:21:45.000000000 +0000
++++ configure.ac
+@@ -202,14 +202,6 @@ AS_IF([test "x$enable_man" != "xno"],
+ 
+ AM_CONDITIONAL([ENABLE_MAN], [test "x$have_manutils" = "xyes"])
+ 
+-# Mallard help
+-AX_REQUIRE_DEFINED([YELP_HELP_INIT])
+-YELP_HELP_INIT
+-
+-# AppData
+-AX_REQUIRE_DEFINED([APPSTREAM_XML])
+-APPSTREAM_XML
+-
+ GLIB_GSETTINGS
+ #*******************************************************************************
+ 


Home | Main Index | Thread Index | Old Index