gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r5494: some changes gimp gnucash dont build yet


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5494: some changes gimp gnucash dont build yet
Date: Wed, 2 May 2018 23:39:29 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5494
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2018-05-02 20:39:25 -0700
message:
  some changes gimp gnucash dont build yet
modified:
  pkg/gnu/gimp/Makefile          makefile-20160617014725-uokjfnggs70iry9h-726
  pkg/gnu/gimp/config.mk         config.mk-20160617015611-msbfb4fyy0pjyspz-1
  pkg/gnu/gimp/sha256sums        sha256sums-20160617014725-uokjfnggs70iry9h-727
  pkg/gnu/gnucash/Makefile       makefile-20160617014725-uokjfnggs70iry9h-790
  pkg/gnu/gnuradio/config.mk     config.mk-20160617015900-32qqzb53tspmltt0-1
=== modified file 'pkg/gnu/gimp/Makefile'
--- a/pkg/gnu/gimp/Makefile     2018-04-03 03:44:14 +0000
+++ b/pkg/gnu/gimp/Makefile     2018-05-03 03:39:25 +0000
@@ -21,7 +21,7 @@
 
 NAME = GNU Image Manipulation Program
 GARNAME = gimp
-GARVERSION = 2.10.0-RC1
+GARVERSION = 2.10.0
 #Stable version GARVERSION = 2.8.22
 HOME_URL = http://www.gnu.org/software/gimp
 DESCRIPTION = GNU Image Manipulation Program
@@ -33,20 +33,20 @@
 endef
 
 ######################################################################
-
+#https://download.gimp.org/mirror/pub/gimp/v2.10/gimp-2.10.0.tar.bz2
 empty:=
 space:= $(empty) $(empty)
 VERSION_LIST = $(subst .,$(space),$(GARVERSION))
 SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
 
 MASTER_SITES = http://download.gimp.org/
-MASTER_SUBDIR = pub/$(GARNAME)/v$(SERIES)/
+MASTER_SUBDIR = mirror/pub/$(GARNAME)/v$(SERIES)/
 DISTFILES = $(DISTNAME).tar.bz2
 SIGFILES =  $(DISTNAME).tar.bz2.md5
 #PATCHFILES = gimpparamspecs.patch
 
 #  HINT: apt install libgexiv2-dev
-BUILDDEPS = gtk babl gegl
+BUILDDEPS = gtk  gegl babl
 LIBDEPS =
 
 ######################################################################

=== modified file 'pkg/gnu/gimp/config.mk'
--- a/pkg/gnu/gimp/config.mk    2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gimp/config.mk    2018-05-03 03:39:25 +0000
@@ -1,5 +1,5 @@
 ## Configuration options for gimp ##
 
 #CONFIGURE_OPTS ?=  --disable-glibtest
-CONFIGURE_OPTS ?=
+CONFIGURE_OPTS ?=  --disable-python
 BUILD_OPTS ?=

=== modified file 'pkg/gnu/gimp/sha256sums'
--- a/pkg/gnu/gimp/sha256sums   2018-04-03 03:44:14 +0000
+++ b/pkg/gnu/gimp/sha256sums   2018-05-03 03:39:25 +0000
@@ -1,2 +1,2 @@
-cc87b8edc74451b25563fdd8ee29169bd6554283a7bc07cb6a142beee89d269e  
download/gimp-2.10.0-RC1.tar.bz2
-fcc661464d30fb1bf7008e1a59eab7f96de0729cc58d0aba34f1c02ab6314609  
download/gimp-2.10.0-RC1.tar.bz2.md5
+7fcc96fb88cb0a0595d2610f63a15dec245bb37bf9db527d37a24fb75e547de2  
download/gimp-2.10.0.tar.bz2
+0f594c7723881d191e994c253f57fd65d3497ca0c507b7d4782d20cd7c5263b4  
download/gimp-2.10.0.tar.bz2.md5

=== modified file 'pkg/gnu/gnucash/Makefile'
--- a/pkg/gnu/gnucash/Makefile  2018-04-18 18:49:53 +0000
+++ b/pkg/gnu/gnucash/Makefile  2018-05-03 03:39:25 +0000
@@ -41,6 +41,7 @@
 LIBDEPS = 
 
 # doesn't build yet; still working on it
+# apt install googletest
 
 ######################################################################
 

=== modified file 'pkg/gnu/gnuradio/config.mk'
--- a/pkg/gnu/gnuradio/config.mk        2018-01-28 06:32:58 +0000
+++ b/pkg/gnu/gnuradio/config.mk        2018-05-03 03:39:25 +0000
@@ -1,6 +1,6 @@
 ## Configuration options for gnuradio ##
 
-CONFIGURE_OPTS ?= LDFLAGS="-Wl,--as-needed"
+CONFIGURE_OPTS ?= LDFLAGS="-Wl,--as-needed"  CPPFLAGS+=-std=gnu++11 
 BUILD_OPTS ?= LDFLAGS+="-Wl,--as-needed" LIBS+=-liconv CPPFLAGS=-std=gnu++11
 
 # might or might not be needed on your system:


reply via email to

[Prev in Thread] Current Thread [Next in Thread]