gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7182: gnome updates


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7182: gnome updates
Date: Fri, 11 Sep 2020 21:31:49 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7182
revision-id: carl@jens-20200912013141-6z8dqhw2huk04vyz
parent: carl@jens-20200912001539-efnbkfvu7rwvgdeh
committer: carl <carl@jens>
branch nick: trunk
timestamp: Fri 2020-09-11 18:31:41 -0700
message:
  gnome updates
modified:
  pkg/gnome/glib/Makefile        makefile-20160617013746-7ygosxqw3lxxvo7f-552
  pkg/gnome/glib/config.mk       config.mk-20160617013948-zxz0vnfa6s7m6z8o-1
  pkg/gnome/glib/sha256sums      sha256sums-20160617013746-7ygosxqw3lxxvo7f-556
  pkg/gnome/gobject-introspection/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-852
  pkg/gnome/pango/Makefile       makefile-20160617013746-7ygosxqw3lxxvo7f-1273
  pkg/gnome/pango/sha256sums     sha256sums-20160617013746-7ygosxqw3lxxvo7f-1277
  pkg/gstreamer/orc/Makefile     makefile-20171125062949-vwzgqf8y35xn14gn-2
  pkg/gstreamer/orc/sha256sums   sha256sums-20171125063108-n5oaa8hm8zze6prw-1
=== modified file 'pkg/gnome/glib/Makefile'
--- a/pkg/gnome/glib/Makefile   2020-08-19 04:46:16 +0000
+++ b/pkg/gnome/glib/Makefile   2020-09-12 01:31:41 +0000
@@ -21,7 +21,7 @@
 
 NAME =    Glib
 GARNAME = glib
-GARVERSION = 2.65.2
+GARVERSION = 2.66.0
 HOME_URL = http://www.gnome.org/
       # or http://www.gtk.org
 DESCRIPTION = Low level core library for GNOME

=== modified file 'pkg/gnome/glib/config.mk'
--- a/pkg/gnome/glib/config.mk  2020-07-17 16:01:18 +0000
+++ b/pkg/gnome/glib/config.mk  2020-09-12 01:31:41 +0000
@@ -2,13 +2,12 @@
 
 #CONFIGURE_OPTS ?= 
 # might be needed:
-CONFIGURE_OPTS ?=  --with-libiconv  CFLAGS="-DUSE_LIBICONV_GNU=1" -Diconv=gnu
-#CONFIGURE_OPTS ?= 
+#CONFIGURE_OPTS ?=  --with-libiconv  CFLAGS="-DUSE_LIBICONV_GNU=1" -Diconv=gnu
+CONFIGURE_OPTS ?= 
 
 #BUILD_OPTS ?= 
 # might be needed:
-BUILD_OPTS ?=  -Wl,-I/opt/gsrc/include -Wl,-L/opt/gsrc/lib -Wl,-rpath 
-Wl,/opt/gsrc/lib  CFLAGS="-DUSE_LIBICONV_GNU=1" LDFLAGS+=-liconv -Dicon=gnu
-#BUILD_OPTS ?=  -Wl,-I/opt/gsrc/include -Wl,-L/opt/gsrc/lib 
+#BUILD_OPTS ?=  -Wl,-I/opt/gsrc/include -Wl,-L/opt/gsrc/lib -Wl,-rpath 
-Wl,/opt/gsrc/lib  CFLAGS="-DUSE_LIBICONV_GNU=1" LDFLAGS+=-liconv -Dicon=gnu
+BUILD_OPTS ?=  -Wl,-I/opt/gsrc/include -Wl,-L/opt/gsrc/lib 
 #-Wl,-liconv  CFLAGS="-DUSE_LIBICONV_GNU=1" LDFLAGS+=-liconv
 
-# a little redundant, but harmless

=== modified file 'pkg/gnome/glib/sha256sums'
--- a/pkg/gnome/glib/sha256sums 2020-08-19 04:46:16 +0000
+++ b/pkg/gnome/glib/sha256sums 2020-09-12 01:31:41 +0000
@@ -1,2 +1,2 @@
-445b1951eaa82d7a8af46bdff5dcc8030406db1ceeb0f0c3a88983f70152c555  
download/glib-2.65.2.tar.xz
-fa6cf4e015ddfd4e887d88bed8effbfd993a86f1d4f3c37b86d9d9648d583206  
download/glib-2.65.2.sha256sum
+c5a66bf143065648c135da4c943d2ac23cce15690fc91c358013b2889111156c  
download/glib-2.66.0.tar.xz
+f6e90113a5d68b22a9abe7f68c2592c73ff0050b96edf73fb553c36cdf5f3350  
download/glib-2.66.0.sha256sum

=== modified file 'pkg/gnome/gobject-introspection/Makefile'
--- a/pkg/gnome/gobject-introspection/Makefile  2020-04-30 18:05:45 +0000
+++ b/pkg/gnome/gobject-introspection/Makefile  2020-09-12 01:31:41 +0000
@@ -23,7 +23,6 @@
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = GObject introspection tools and libraries
 define BLURB
-
 endef
 
 ######################################################################

=== modified file 'pkg/gnome/pango/Makefile'
--- a/pkg/gnome/pango/Makefile  2020-08-19 01:49:33 +0000
+++ b/pkg/gnome/pango/Makefile  2020-09-12 01:31:41 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2015, 2016 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017, 2018, 2019 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2017, 2018, 2019, 2020 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
 
 NAME =    pango
 GARNAME = pango
-GARVERSION = 1.46.0
+GARVERSION = 1.46.1
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Internationalized text layout and rendering library
 define BLURB
@@ -43,7 +43,8 @@
 # in meson_options.txt  set "introspection" to "false"
 # gir intropection doesn't build on MY machine, might on yours.
 
-BUILDDEPS = fribidi
+BUILDDEPS =
+#fribidi
 LIBDEPS =
 
 ######################################################################

=== modified file 'pkg/gnome/pango/sha256sums'
--- a/pkg/gnome/pango/sha256sums        2020-08-19 01:49:33 +0000
+++ b/pkg/gnome/pango/sha256sums        2020-09-12 01:31:41 +0000
@@ -1,2 +1,2 @@
-9a81572ebb946187fbdd69d5ffc57e2f7a1f768cd8d2fd89dbb03fb9002a99b5  
download/pango-1.46.0.tar.xz
-16c739c9923a68842385914d2da94120286e0a691d35c778a06f9555e148a351  
download/pango-1.46.0.sha256sum
+fe516b10711bbb6fd75011d66dd08fabfce18f7931aed7415136d53c4aadf1c5  
download/pango-1.46.1.tar.xz
+c512107927837a1ad8ce59af9061fa57cad1601476999d2569099af8585a12e3  
download/pango-1.46.1.sha256sum

=== modified file 'pkg/gstreamer/orc/Makefile'
--- a/pkg/gstreamer/orc/Makefile        2020-02-12 06:18:42 +0000
+++ b/pkg/gstreamer/orc/Makefile        2020-09-12 01:31:41 +0000
@@ -23,7 +23,7 @@
 
 NAME =    orc
 GARNAME = orc
-GARVERSION = 0.4.31
+GARVERSION = 0.4.32
 HOME_URL = http://gstreamer.freedesktop.org
 DESCRIPTION = gstreamer, Optmised inner loop Runtime Compiler
 define BLURB

=== modified file 'pkg/gstreamer/orc/sha256sums'
--- a/pkg/gstreamer/orc/sha256sums      2020-02-12 06:18:42 +0000
+++ b/pkg/gstreamer/orc/sha256sums      2020-09-12 01:31:41 +0000
@@ -1,2 +1,2 @@
-a0ab5f10a6a9ae7c3a6b4218246564c3bf00d657cbdf587e6d34ec3ef0616075  
download/orc-0.4.31.tar.xz
-668b8f9a5f79d5114be7d94085e5a214be1b6749d3b5329859ec881e89110a58  
download/orc-0.4.31.tar.xz.sha256sum
+a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0  
download/orc-0.4.32.tar.xz
+22e9593c5145febdbc4cedc466148698732d6cbdc95424927b45bae26c2659a7  
download/orc-0.4.32.tar.xz.sha256sum


reply via email to

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