[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4489: camorama added
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4489: camorama added |
Date: |
Fri, 19 May 2017 19:25:10 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4489
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2017-05-19 16:25:06 -0700
message:
camorama added
added:
pkg/gnome/camorama/ camorama-20170519232434-4jlap36v2cq1bdao-1
pkg/gnome/camorama/Makefile makefile-20170519232434-4jlap36v2cq1bdao-3
pkg/gnome/camorama/config.mk config.mk-20170519232434-4jlap36v2cq1bdao-2
pkg/gnome/camorama/sha256sums sha256sums-20170519232434-4jlap36v2cq1bdao-4
=== added directory 'pkg/gnome/camorama'
=== added file 'pkg/gnome/camorama/Makefile'
--- a/pkg/gnome/camorama/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/camorama/Makefile 2017-05-19 23:25:06 +0000
@@ -0,0 +1,49 @@
+
+# Copyright © 2017 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME = camorama
+GARNAME = camorama
+GARVERSION = 0.19
+HOME_URL = http://www.gnome.org/
+DESCRIPTION = webcam app
+define BLURB
+
+endef
+# https://download.gnome.org/sources/camorama/0.19/camorama-0.19.tar.bz2
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.bz2 $(DISTNAME).sha256sum
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
=== added file 'pkg/gnome/camorama/config.mk'
--- a/pkg/gnome/camorama/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/camorama/config.mk 2017-05-19 23:25:06 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/gnome/camorama/sha256sums'
--- a/pkg/gnome/camorama/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/camorama/sha256sums 2017-05-19 23:25:06 +0000
@@ -0,0 +1,2 @@
+948c24f96c77f550881102c2c6ca818ba00ffb7a48216ae21ae75eb55d351970
download/camorama-0.19.tar.bz2
+5d34601cb22c1158a85244b86df54844b47b7dbe973fea68ef2931f244168537
download/camorama-0.19.sha256sum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4489: camorama added,
Carl Hansen <=