gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r5526: bunch of stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5526: bunch of stuff
Date: Wed, 9 May 2018 22:43:15 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5526
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2018-05-09 19:43:08 -0700
message:
  bunch of stuff
modified:
  GNUmakefile.am                 
gnumakefile.am-20101220114433-luja3ml8rpou24n9-2
  gsrc.in                        gsrc.in-20121219230348-wzh5gxf54l655to3-1
  pkg/freedesktop/pulseaudio/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-1308
  pkg/freedesktop/pulseaudio/config.mk 
config.mk-20160617014609-a4mzcfk4jc5n02ze-1
  pkg/freedesktop/pulseaudio/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-1312
  pkg/gnome/empathy/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-414
  pkg/gnome/empathy/sha256sums   sha256sums-20160617013746-7ygosxqw3lxxvo7f-418
  pkg/gnome/evolution-data-server/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-439
  pkg/gnome/evolution-data-server/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-443
  pkg/gnome/gnome-chess/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-602
  pkg/gnome/gnome-chess/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-606
  pkg/gnome/gnome-maps/Makefile  makefile-20160617013746-7ygosxqw3lxxvo7f-697
  pkg/gnome/gnome-maps/sha256sums sha256sums-20160617013746-7ygosxqw3lxxvo7f-701
  pkg/gnome/gvfs/Makefile        makefile-20160617013746-7ygosxqw3lxxvo7f-972
  pkg/gnome/gvfs/sha256sums      sha256sums-20160617013746-7ygosxqw3lxxvo7f-976
  pkg/gnu/gnump3d/Makefile       makefile-20160617014725-uokjfnggs70iry9h-837
  pkg/other/gnans/Makefile       makefile-20160618014253-m957jv97a3n1v2u7-3
  pkg/other/gnans/config.mk      config.mk-20160618014253-m957jv97a3n1v2u7-2
  pkg/other/r/Makefile           makefile-20160617014725-uokjfnggs70iry9h-1617
  pkg/other/r/sha256sums         sha256sums-20160617014725-uokjfnggs70iry9h-1622
  pkg/other/taco/Makefile        makefile-20171104211510-tz03d6qot1xo50eo-3
  pkg/other/taco/sha256sums      sha256sums-20171104211510-tz03d6qot1xo50eo-4
=== modified file 'GNUmakefile.am'
--- a/GNUmakefile.am    2018-03-25 08:09:25 +0000
+++ b/GNUmakefile.am    2018-05-10 02:43:08 +0000
@@ -19,7 +19,7 @@
 
 
 #GROUPS = bio libs tools dev gnu gnustep gnome alpha other local 
-GROUPS = bio  gnu gnualpha gnustep gnome gstreamer freedesktop  other external 
decommissioned
+GROUPS = bio gnu gnualpha gnustep gnome gstreamer freedesktop  other local 
external decommissioned
 
 SUBDIRS = doc
 EXTRA_DIST = bootstrap gar/gar.mk gar/gar.master.mk gar/gar.conf.mk    \

=== modified file 'gsrc.in'
--- a/gsrc.in   2017-08-01 19:50:31 +0000
+++ b/gsrc.in   2018-05-10 02:43:08 +0000
@@ -27,7 +27,7 @@
 # source code, etc.  This script is rather simple, so it is
 # straight-forward to extend it by wrapping more GSRC functionality
 # with it.  Put this script somewhere in your PATH so you can access
-# BioSRC from any directory!
+# GSRC (and BioSRC) from any directory.
 
 address@hidden@
 MAKE_ARGS="-s USE_COLOR=y"
@@ -46,7 +46,7 @@
   update      update PACKAGE
     
 PACKAGE names may be passed with or without their project dirname (i.e.
-both 'gnu/hello' and 'hello' are fine). 
+both 'pkg/gnu/hello' and 'hello' are fine). 
 
 Searches are performed using extended regular expressions. See the 
 'grep' documentation for more information. A list of packages matching 
@@ -57,12 +57,14 @@
 General help using GNU software: <http://www.gnu.org/gethelp/>
 EOF
 }
+#DIRS="gnu,gnustep,gnualpha,gnome,freedesktop,gstreamer,other,bio,local,deps,libs,tools"
+DIRS=gnu,gnustep,gnualpha,gnome,freedesktop,gstreamer,other,bio
 
 get_pkg_path () {
     if [ -d $GSRCDIR/$1 ]; then
        pkg_path=$GSRCDIR/$1
     else
-       for dir in 
pkg/{gnu,gnustep,gnome,freedesktop,deps,other,local,bio,libs,tools}; do
+       for dir in 
pkg/{gnu,gnustep,gnualpha,gnome,freedesktop,gstreamer,other,bio}; do
            p=$GSRCDIR/$dir/$1
            if [ -d $p ]; then
                pkg_path=$p
@@ -111,7 +113,7 @@
     # My kingdom for a grep option that restricts the search to the 
     # first N lines so I can do this:
     # grep -E -q i $terms ${GSRCDIR}/{bio,libs,tools}/*/Makefile
-    for pkg in 
${GSRCDIR}/pkg/{gnu,gnustep,gnome,deps,other,local,bio,libs,tools}/*; do
+    for pkg in 
${GSRCDIR}/pkg/{gnu,gnustep,gnualpha,gnome,freedesktop,gstreamer,other,bio}/*; 
do
        sed "/GARVERSION/d;/PATCHNUM/d;/HOME_URL/d;/^#/d;/^#####$/q" 
$pkg/Makefile | \
            grep -E -q -i $terms && \
            (make $MAKE_ARGS -C $pkg pkg-info-curt)

=== modified file 'pkg/freedesktop/pulseaudio/Makefile'
--- a/pkg/freedesktop/pulseaudio/Makefile       2018-03-14 05:45:56 +0000
+++ b/pkg/freedesktop/pulseaudio/Makefile       2018-05-10 02:43:08 +0000
@@ -22,7 +22,9 @@
 
 NAME =    pulseaudio
 GARNAME = pulseaudio
-#GARVERSION = 10.0  problems
+#GARVERSION = 10.0 
+# problems
+#
 GARVERSION = 11.1  
 #GARVERSION = 9.0
 HOME_URL = https://www.freedesktop.org/wiki/Software/PulseAudio/
@@ -40,7 +42,8 @@
 MASTER_SITES = https://www.freedesktop.org/software/
 MASTER_SUBDIR = $(GARNAME)/releases/
 DISTFILES = $(DISTNAME).tar.xz
-SIGFILES  = $(DISTNAME).tar.xz.md5
+#SIGFILES  = $(DISTNAME).tar.xz.md5
+SIGFILES  = 
 
 BUILDDEPS = glib dbus
 LIBDEPS =  

=== modified file 'pkg/freedesktop/pulseaudio/config.mk'
--- a/pkg/freedesktop/pulseaudio/config.mk      2018-03-14 05:45:56 +0000
+++ b/pkg/freedesktop/pulseaudio/config.mk      2018-05-10 02:43:08 +0000
@@ -4,5 +4,6 @@
 #CONFIGURE_OPTS ?= -Wl,--rpath=$(prefix)/lib/pulseaudio
 CONFIGURE_OPTS ?= 
 #CONFIGURE_OPTS ?=  --without-caps
-BUILD_OPTS ?=  CFLAGS+=-Wl,-rpath=$(prefix)/lib/pulseaudio
+#BUILD_OPTS ?=  CFLAGS+=-Wl,-rpath=$(prefix)/lib/pulseaudio 
-I$(prefix)/include/graphene-1.0/
+BUILD_OPTS ?=  CFLAGS+= -I$(prefix)/include/graphene-1.0/
 

=== modified file 'pkg/freedesktop/pulseaudio/sha256sums'
--- a/pkg/freedesktop/pulseaudio/sha256sums     2017-10-14 19:06:18 +0000
+++ b/pkg/freedesktop/pulseaudio/sha256sums     2018-05-10 02:43:08 +0000
@@ -1,2 +1,1 @@
 f2521c525a77166189e3cb9169f75c2ee2b82fa3fcf9476024fbc2c3a6c9cd9e  
download/pulseaudio-11.1.tar.xz
-e09efa4e7d6170286ea14d23edff8ab9f985a532cfa364ea189a83349df6344e  
download/pulseaudio-11.1.tar.xz.md5

=== modified file 'pkg/gnome/empathy/Makefile'
--- a/pkg/gnome/empathy/Makefile        2017-03-28 07:08:36 +0000
+++ b/pkg/gnome/empathy/Makefile        2018-05-10 02:43:08 +0000
@@ -1,5 +1,4 @@
-
-# Copyright © 2016 Carl Hansen address@hidden
+# Copyright © 2016,2018 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #
@@ -20,7 +19,7 @@
 
 NAME =    empathy
 GARNAME = empathy
-GARVERSION = 3.12.13
+GARVERSION = 3.12.14
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Send and receive messages
 define BLURB
@@ -39,7 +38,8 @@
 DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
 SIGFILES =
 
-BUILDDEPS =
+# needs python ==python3
+BUILDDEPS = folks folks-telepathy
 LIBDEPS =
 
 ######################################################################

=== modified file 'pkg/gnome/empathy/sha256sums'
--- a/pkg/gnome/empathy/sha256sums      2017-03-28 07:08:36 +0000
+++ b/pkg/gnome/empathy/sha256sums      2018-05-10 02:43:08 +0000
@@ -1,2 +1,2 @@
-b18c5e28cee570919ddd0e6aed7c138123a53a185fb569da9fbcc6bbc03b70a4  
download/empathy-3.12.13.tar.xz
-14c8ce7736caa429c8016ee8c4288e954d68e3d2738080e53798f704c68538e6  
download/empathy-3.12.13.sha256sum
+7d86942ce97edd10ade0e6ae6a210d35e4d627fe4d223377d71fd1840bc6e3a3  
download/empathy-3.12.14.tar.xz
+78f5ad6a6f103173ea49b8a482d7aee15ddc5b317748a337520429354f27ef95  
download/empathy-3.12.14.sha256sum

=== modified file 'pkg/gnome/evolution-data-server/Makefile'
--- a/pkg/gnome/evolution-data-server/Makefile  2018-03-14 05:45:56 +0000
+++ b/pkg/gnome/evolution-data-server/Makefile  2018-05-10 02:43:08 +0000
@@ -20,7 +20,7 @@
 
 NAME =    evolution-data-server
 GARNAME = evolution-data-server
-GARVERSION = 3.28.0
+GARVERSION = 3.28.1
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Centralized access to appointments and contacts
 define BLURB
@@ -40,7 +40,7 @@
 SIGFILES =
 
 BUILDDEPS =
-# libdb  libnspr-dev
+# apt install libdb  libnspr-dev
 LIBDEPS =
 
 ######################################################################

=== modified file 'pkg/gnome/evolution-data-server/sha256sums'
--- a/pkg/gnome/evolution-data-server/sha256sums        2018-03-14 05:45:56 
+0000
+++ b/pkg/gnome/evolution-data-server/sha256sums        2018-05-10 02:43:08 
+0000
@@ -1,2 +1,2 @@
-fb9546d5fedbb00de6c6cec3850f2cdfea234af221e645d15721686a8df77ef9  
download/evolution-data-server-3.28.0.tar.xz
-d3872e75008a66d5d9eca2baeeba9cbea31220a1bd59fa2a64596805b91eed7a  
download/evolution-data-server-3.28.0.sha256sum
+6b04fc1adaba0541546267a77f1bc5aa549fe85eb9933492fdf994c69fa36989  
download/evolution-data-server-3.28.1.tar.xz
+5b37c212d1c16209e126ac5787a3af70922703cf3b78ecf3c39543da3228d510  
download/evolution-data-server-3.28.1.sha256sum

=== modified file 'pkg/gnome/gnome-chess/Makefile'
--- a/pkg/gnome/gnome-chess/Makefile    2017-09-15 20:33:54 +0000
+++ b/pkg/gnome/gnome-chess/Makefile    2018-05-10 02:43:08 +0000
@@ -1,5 +1,4 @@
-
-# Copyright © 2016 Carl Hansen address@hidden
+# Copyright © 2016,2018 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #
@@ -20,9 +19,9 @@
 
 NAME =    gnome-chess
 GARNAME = gnome-chess
-GARVERSION = 3.26.0
+GARVERSION = 3.29.1
 HOME_URL = http://www.gnome.org/
-DESCRIPTION = Play the classic two-player boardgame of chess
+DESCRIPTION = Classic two-player board game of chess
 define BLURB
 
 endef
@@ -44,6 +43,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/mesonninja.mk
 include config.mk
 

=== modified file 'pkg/gnome/gnome-chess/sha256sums'
--- a/pkg/gnome/gnome-chess/sha256sums  2017-09-15 21:41:43 +0000
+++ b/pkg/gnome/gnome-chess/sha256sums  2018-05-10 02:43:08 +0000
@@ -1,2 +1,2 @@
-a0f6f862ab7067626a3a86cdc9c14dde595e38e6719e0198cb967e11facf1f12  
download/gnome-chess-3.26.0.tar.xz
-9eff5b05d10177d38c5f4652ccfda4c44d30dec0d976e22383596db5fdbca610  
download/gnome-chess-3.26.0.sha256sum
+610a2df73dae42622a224c28965c5a9db9e9c69e4010237af21799712d0387e2  
download/gnome-chess-3.29.1.tar.xz
+a72bfe11584c77d554429713b0d8dee793f875ea99f9f21917117e669a5dd8c7  
download/gnome-chess-3.29.1.sha256sum

=== modified file 'pkg/gnome/gnome-maps/Makefile'
--- a/pkg/gnome/gnome-maps/Makefile     2018-03-14 05:45:56 +0000
+++ b/pkg/gnome/gnome-maps/Makefile     2018-05-10 02:43:08 +0000
@@ -20,7 +20,7 @@
 
 NAME =    gnome-maps
 GARNAME = gnome-maps
-GARVERSION = 3.28.0
+GARVERSION = 3.28.1
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = A simple GNOME 3 maps application
 define BLURB

=== modified file 'pkg/gnome/gnome-maps/sha256sums'
--- a/pkg/gnome/gnome-maps/sha256sums   2018-03-14 05:45:56 +0000
+++ b/pkg/gnome/gnome-maps/sha256sums   2018-05-10 02:43:08 +0000
@@ -1,2 +1,2 @@
-c03f7a33b8093be6d4e124628c970b41eb8a8903be8a8abe9b3870760c7facc6  
download/gnome-maps-3.28.0.tar.xz
-dc8904b5568ef46e0fc64ab8411c4d98cb518b37858a5bdc78bc9ab27945ea73  
download/gnome-maps-3.28.0.sha256sum
+a509a938cb8c255322916a1da7ac9fa633298c613b2c2e098c28335fc40ebda7  
download/gnome-maps-3.28.1.tar.xz
+692f8ed8489b08b7d9a1792f0ff5d856bafbeb411e3f8f3c1409b95327af91c0  
download/gnome-maps-3.28.1.sha256sum

=== modified file 'pkg/gnome/gvfs/Makefile'
--- a/pkg/gnome/gvfs/Makefile   2018-03-12 19:05:16 +0000
+++ b/pkg/gnome/gvfs/Makefile   2018-05-10 02:43:08 +0000
@@ -20,7 +20,7 @@
 
 NAME =    gvfs
 GARNAME = gvfs
-GARVERSION = 1.36.0
+GARVERSION = 1.37.1
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Virtual filesystem implementation for GIO
 define BLURB

=== modified file 'pkg/gnome/gvfs/sha256sums'
--- a/pkg/gnome/gvfs/sha256sums 2018-03-12 19:05:16 +0000
+++ b/pkg/gnome/gvfs/sha256sums 2018-05-10 02:43:08 +0000
@@ -1,2 +1,2 @@
-9ec388afeb373a213f2cc489184f76a17ae273a000e8a4ec720c1995943256bb  
download/gvfs-1.36.0.tar.xz
-d386bb49e6d0fb716e9fbe8b277016ddc33e07fc46c7f67db63a6e0737ab3a42  
download/gvfs-1.36.0.sha256sum
+802e541bb89889e6881235c18bad1f23c436242fbc80ae13d2268154cd41bd2e  
download/gvfs-1.37.1.tar.xz
+d360fb3187abe9217d04cdd2241e26dbfc788072f4ad03504092382213803211  
download/gvfs-1.37.1.sha256sum

=== modified file 'pkg/gnu/gnump3d/Makefile'
--- a/pkg/gnu/gnump3d/Makefile  2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnump3d/Makefile  2018-05-10 02:43:08 +0000
@@ -43,8 +43,9 @@
 include ../../../gar/gar.mk
 
 pre-install:
-       @sed -i -e 's|\(PREFIX     = \)| $(packageprefix)|' $(WORKSRC)/Makefile
-       @sed -i -e 's|$\{PREFIX\}/|$\{PREFIX\}|' $(WORKSRC)/Makefile
+       #sed -i -e 's|\(PREFIX     = \)| $(packageprefix)|' $(WORKSRC)/Makefile
+       sed -i -e 's|\(PREFIX     = \)|PREFIX = $(packageprefix)|' 
$(WORKSRC)/Makefile
+       #sed -i -e 's|$\{PREFIX\}/|$\{PREFIX\}|' $(WORKSRC)/Makefile
        $(MAKECOOKIE)
 
 install-$(WORKSRC)/Makefile:

=== modified file 'pkg/other/gnans/Makefile'
--- a/pkg/other/gnans/Makefile  2018-05-03 21:27:55 +0000
+++ b/pkg/other/gnans/Makefile  2018-05-10 02:43:08 +0000
@@ -14,6 +14,9 @@
 #
 # 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 = gnans
 GARNAME = gnans
@@ -35,11 +38,11 @@
 program.
 endef
 
-# some bugs are being fixed, but I didn't want to delay entry into GSRC
-# to wait for those fixes.
-
+# some bugs, to be fixed 
+# Send bug reports and comments about GSRC problems to address@hidden
 ######################################################################
 # http://www.bengt-martensson.de/software/gnans/gnans-1.6.2.tar.gz
+#
 MASTER_SITES =   http://www.bengt-martensson.de/software/
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz

=== modified file 'pkg/other/gnans/config.mk'
--- a/pkg/other/gnans/config.mk 2016-06-18 02:30:21 +0000
+++ b/pkg/other/gnans/config.mk 2018-05-10 02:43:08 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for gnans ##
 
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=
+BUILD_OPTS ?= CFLAGS=-fpermissive CPPFLAGS=-fpermissive

=== modified file 'pkg/other/r/Makefile'
--- a/pkg/other/r/Makefile      2018-02-04 04:14:59 +0000
+++ b/pkg/other/r/Makefile      2018-05-10 02:43:08 +0000
@@ -22,7 +22,7 @@
 NAME = R
 GARNAME = r
 UPSTREAMNAME = R
-GARVERSION = 3.4.3
+GARVERSION = 3.5.0
 HOME_URL = http://cran.r-project.org 
 DESCRIPTION = Environment for statistical computing and graphics
 define BLURB

=== modified file 'pkg/other/r/sha256sums'
--- a/pkg/other/r/sha256sums    2018-02-04 04:14:59 +0000
+++ b/pkg/other/r/sha256sums    2018-05-10 02:43:08 +0000
@@ -1,1 +1,1 @@
-7a3cb831de5b4151e1f890113ed207527b7d4b16df9ec6b35e0964170007f426  
download/R-3.4.3.tar.gz
+fd1725535e21797d3d9fea8963d99be0ba4c3aecadcf081b43e261458b416870  
download/R-3.5.0.tar.gz

=== modified file 'pkg/other/taco/Makefile'
--- a/pkg/other/taco/Makefile   2018-03-14 05:45:56 +0000
+++ b/pkg/other/taco/Makefile   2018-05-10 02:43:08 +0000
@@ -21,11 +21,12 @@
 # Known problem: The way the "master.zip" file from github is handled
 # will lead to problems. It should be fixed. When I think of the right
 # answer.
-
+ 
 NAME = Tensor Compiler, taco
 GARNAME = taco
-UPSTREAMNAME=master
-GARVERSION = 2018-01-30
+#UPSTREAMNAME=master
+#GARVERSION = 2018-01-30
+GARVERSION =
 HOME_URL = http://tensor-compiler.org/ 
 DESCRIPTION =  converts tensor expressions to C++ code
 define BLURB
@@ -37,10 +38,14 @@
 ######################################################################
 #https://github.com/tensor-compiler/taco/archive/master.zip
 #https://github.com/tensor-compiler/taco.git
-MASTER_SITES = https://github.com/
-MASTER_SUBDIR = tensor-compiler/$(GARNAME)/archive/
-DISTFILES = master.zip
-WORKSRC = $(WORKDIR)/taco-master/
+
+
+MASTER_SITES = git://github.com/
+#MASTER_SUBDIR = tensor-compiler/$(GARNAME)/archive/
+MASTER_SUBDIR = tensor-compiler/
+#$(GARNAME)/archive/
+DISTFILES = taco
+#WORKSRC = $(WORKDIR)/taco-master/
 
 BUILDDEPS =
 LIBDEPS =

=== modified file 'pkg/other/taco/sha256sums'
--- a/pkg/other/taco/sha256sums 2018-01-31 03:13:31 +0000
+++ b/pkg/other/taco/sha256sums 2018-05-10 02:43:08 +0000
@@ -1,1 +1,1 @@
-43976de6d0d5894b8197693562deda8232534807abc7cf1c3c4a659a82556570  
download/master.zip
+e13c33bfde1bedd69ce6e2905112531e60e4e9bff9800d38a7e89a76532963e8  
download/taco.git


reply via email to

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