gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9133: gnuhealth gseq. etc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9133: gnuhealth gseq. etc
Date: Sat, 8 Apr 2023 17:47:45 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9133
revision-id: carlhansen1234@gmail.com-20230408214740-glw1eni8g3h9jzh1
parent: carlhansen1234@gmail.com-20230408214646-2ktcb7zogswh6pqz
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2023-04-08 14:47:40 -0700
message:
  gnuhealth gseq. etc
modified:
  gar/gar.lib.mk                 gar.lib.mk-20160617013741-ul4q527k85thcz4p-1
  pkg/gnu/gnuhealth/Makefile     makefile-20161021211226-oo5eewcrzlj4ttp7-3
  pkg/gnu/gnuhealth/sha256sums   sha256sums-20161021211226-oo5eewcrzlj4ttp7-4
  pkg/other/gsequencer/Makefile  makefile-20170404081001-mr4jrzxutgqe0il2-3
  pkg/other/gsequencer/sha256sums sha256sums-20170404081001-mr4jrzxutgqe0il2-4
  pkg/other/osinfo-db/Makefile   makefile-20190416064031-b513gtsul89cpqy9-3
=== modified file 'gar/gar.lib.mk'
--- a/gar/gar.lib.mk    2023-03-25 18:18:42 +0000
+++ b/gar/gar.lib.mk    2023-04-08 21:47:40 +0000
@@ -171,7 +171,7 @@
 #        tar czvf ../$(notdir $*) $(DISTNAME)
 #new
 # sept 2022
-.PHONY: gitpull fetch-git
+.PHONY: gitpull fetch-git fetch-gitrecursive
 #WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
 GIT_REVISION ?= master    
 
@@ -189,6 +189,16 @@
              ( cd $(GARNAME) &&  git checkout $(GIT_REVISION) ) ;  fi 
 # don't MAKECOOKIE I think
 
+# almost same as above; this could be rewritten, using a variable for git 
options....
+fetch-gitrecursive:  
+       @if [ -d $(DOWNLOADDIRGIT)/$(GARNAME)/.git ]; then    $(MAKE) gitpull ; 
 else  \
+        printf "git cloning and checking out $(GARNAME)\n"; \
+                mkdir -p $(DOWNLOADDIRGIT)/$(GARNAME);   \
+              cd $(DOWNLOADDIRGIT) &&  git clone --recursive $(GIT_PATH) 
$(GARNAME)  ; \
+             ( cd $(GARNAME) &&  git checkout $(GIT_REVISION) ) ;  fi 
+# don't MAKECOOKIE I think
+
+
 # paradigm:
 #git clone $(GIT_PATH) $(GARNAME) && 
 

=== modified file 'pkg/gnu/gnuhealth/Makefile'
--- a/pkg/gnu/gnuhealth/Makefile        2023-02-13 18:52:22 +0000
+++ b/pkg/gnu/gnuhealth/Makefile        2023-04-08 21:47:40 +0000
@@ -22,7 +22,7 @@
 
 NAME = gnuhealth
 GARNAME = gnuhealth
-GARVERSION = 4.2.0
+GARVERSION = 4.2.1
 HOME_URL = http://www.gnu.org/software/health/
 DESCRIPTION = Health and hospital information system
 define BLURB

=== modified file 'pkg/gnu/gnuhealth/sha256sums'
--- a/pkg/gnu/gnuhealth/sha256sums      2023-02-13 18:52:22 +0000
+++ b/pkg/gnu/gnuhealth/sha256sums      2023-04-08 21:47:40 +0000
@@ -1,2 +1,2 @@
-aeb43e5537fa4bde88a5405cdeb429164027b420cc946d790a396fa35767cb59  
download/gnuhealth-4.2.0.tar.gz
-2c25a7c4e11c0bb8a7b82afa1e6a070c4d5794b9e09a673859a1c4ad9de69391  
download/gnuhealth-4.2.0.tar.gz.sig
+4e7fd1c2af9dbb95bc6ff3ef6edf90c8acf02d6b1ad0ed91eb154264c7af0086  
download/gnuhealth-4.2.1.tar.gz
+9a4352e2a7c7f6182abf3f54c22b474c25d84dd282d8e8bc6dbac444037d04eb  
download/gnuhealth-4.2.1.tar.gz.sig

=== modified file 'pkg/other/gsequencer/Makefile'
--- a/pkg/other/gsequencer/Makefile     2023-01-14 03:01:47 +0000
+++ b/pkg/other/gsequencer/Makefile     2023-04-08 21:47:40 +0000
@@ -21,7 +21,7 @@
 
 NAME = gsequencer
 GARNAME = gsequencer
-GARVERSION = 4.4.3
+GARVERSION = 4.5.3
 HOME_URL = http://www.nongnu.org/gsequencer/ 
 DESCRIPTION = Audio processing, editing, sequencer.
 define BLURB 
@@ -38,9 +38,10 @@
 LICENSE = GNU GPLv3+
 
 ######################################################################
-# 
http://download.savannah.nongnu.org/releases/gsequencer/3.18.x/gsequencer-3.18.2.tar.gz.sig
-MASTER_SITES = $(MASTER_SAVANNAH_NONGNU_RELEASES)
-MASTER_SUBDIR = $(GARNAME)/4.4.x/
+# 
https://download.savannah.gnu.org/releases/gsequencer/4.5.x/gsequencer-4.5.3.tar.gz.sig
+#MASTER_SITES = $(MASTER_SAVANNAH_GNU_RELEASES)
+MASTER_SITES = https://download.savannah.gnu.org/
+MASTER_SUBDIR = $(GARNAME)/4.5.x/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES  = $(DISTNAME).tar.gz.sig
 

=== modified file 'pkg/other/gsequencer/sha256sums'
--- a/pkg/other/gsequencer/sha256sums   2022-11-14 01:08:41 +0000
+++ b/pkg/other/gsequencer/sha256sums   2023-04-08 21:47:40 +0000
@@ -1,2 +1,2 @@
-2cdb5581c408a1bdb92f4524a82d43f16f977ecd94ee6362d465199040fd0adb  
download/gsequencer-4.4.3.tar.gz
-92ddc4f8d6257e2f940dd75349733a74f743dadf201c93191b155bc27d1f4d96  
download/gsequencer-4.4.3.tar.gz.sig
+7601eeaaf645fd0ad67c6f2491ad3cd54618f4d1c7a93250a5d6e411d365505c  
download/gsequencer-4.5.3.tar.gz
+1dec46ac98b225b216a38c783eb60e25299390971dd61492926241746aa9f783  
download/gsequencer-4.5.3.tar.gz.sig

=== modified file 'pkg/other/osinfo-db/Makefile'
--- a/pkg/other/osinfo-db/Makefile      2023-03-31 03:20:40 +0000
+++ b/pkg/other/osinfo-db/Makefile      2023-04-08 21:47:40 +0000
@@ -42,6 +42,7 @@
 BUILDDEPS = 
 LIBDEPS = #  libsoup glib gobject-introspection vala wget
 
+WORKOBJ = $(WORKSRC)
 ######################################################################
 
 include ../../../gar/gar.lib/autotools.mk


reply via email to

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