[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3806: cogl, works
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3806: cogl, works |
Date: |
Fri, 15 Jul 2016 22:15:51 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3806
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2016-07-15 15:15:47 -0700
message:
cogl, works
modified:
pkg/gnome/cogl/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-383
pkg/gnome/cogl/sha256sums sha256sums-20160617013746-7ygosxqw3lxxvo7f-388
=== modified file 'pkg/gnome/cogl/Makefile'
--- a/pkg/gnome/cogl/Makefile 2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/cogl/Makefile 2016-07-15 22:15:47 +0000
@@ -22,28 +22,30 @@
NAME = Cogl
GARNAME = cogl
+GARVERSION = 1.22.0
HOME_URL = http://www.cogl3d.org/
DESCRIPTION = An OpenGL abstraction layer
+
define BLURB
endef
-GARVERSION = 1.22.0
-# module = cogl/1.22/cogl-1.22.0.tar.xz
######################################################################
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
MASTER_SITES = $(MASTER_GNOME)
-MASTER_SUBDIR = cogl/1.22/
-DISTFILES = cogl-1.22.0.tar.xz
-SIGFILES =
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz $(DISTNAME).sha256sum
+SIGFILES =
-# hash =
sha256:689dfb5d14fc1106e9d2ded0f7930dcf7265d0bc84fa846b4f03941633eeaa91
-BUILDDEPS =
-LIBDEPS = cairo gdk-pixbuf pango # glib gtk-doc gstreamer gst-plugins-base
libdrm libXcomposite xcb-dri2 wayland wayland-egl gbm
-SUGGESTS = gobject-introspection
+BUILDDEPS =
+LIBDEPS =
######################################################################
include ../../../gar/gar.lib/auto.mk
include config.mk
-
=== modified file 'pkg/gnome/cogl/sha256sums'
--- a/pkg/gnome/cogl/sha256sums 2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/cogl/sha256sums 2016-07-15 22:15:47 +0000
@@ -1,1 +1,2 @@
689dfb5d14fc1106e9d2ded0f7930dcf7265d0bc84fa846b4f03941633eeaa91
download/cogl-1.22.0.tar.xz
+bbd0edc1dbfe2423507be400e967e6042eb760ad7ed12f794dedef39de831050
download/cogl-1.22.0.sha256sum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3806: cogl, works,
Carl Hansen <=