[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9782: bunch of backlog
|
From: |
Carl Hansen |
|
Subject: |
[Gsrc-commit] trunk r9782: bunch of backlog |
|
Date: |
Mon, 18 Dec 2023 22:45:47 -0500 (EST) |
|
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9782
revision-id: carlhansen@gnu.org-20231219034541-6e33mwzf1uvhxibm
parent: carlhansen@gnu.org-20231219033959-vs3o3nrja9vcd97r
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Mon 2023-12-18 19:45:41 -0800
message:
bunch of backlog
modified:
pkg/other/galois/Makefile makefile-20211018204655-onb2buzpy6ptb6s7-3
pkg/other/gdal/Makefile makefile-20180419195117-e20u8chyujdn8sgw-3
pkg/other/gdal/sha256sums sha256sums-20180419195117-e20u8chyujdn8sgw-4
pkg/other/librepcb/Makefile makefile-20190416064303-6q4h3hxhb6j7fwdd-3
pkg/other/librepcb/sha256sums sha256sums-20190416064303-6q4h3hxhb6j7fwdd-4
pkg/other/libtomcrypt/Makefile makefile-20180527044032-sv3ox3r5r1v2pgvn-3
pkg/other/taco/Makefile makefile-20171104211510-tz03d6qot1xo50eo-3
pkg/other/uncrustify/Makefile makefile-20220506055200-4mf7kvmz1suk0nyg-3
pkg/other/uncrustify/sha256sums sha256sums-20220506055200-4mf7kvmz1suk0nyg-4
pkg/other/wcslib/Makefile makefile-20161003024040-gmc04ts0zppyxv2e-3
pkg/other/wcslib/config.mk config.mk-20161003024040-gmc04ts0zppyxv2e-2
pkg/other/wcslib/sha256sums sha256sums-20210618232715-z4q6wp6jwtu879jc-1
=== modified file 'pkg/other/galois/Makefile'
--- a/pkg/other/galois/Makefile 2021-10-18 20:47:03 +0000
+++ b/pkg/other/galois/Makefile 2023-12-19 03:45:41 +0000
@@ -37,6 +37,6 @@
LIBDEPS =
######################################################################
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
include config.mk
=== modified file 'pkg/other/gdal/Makefile'
--- a/pkg/other/gdal/Makefile 2023-06-19 20:48:03 +0000
+++ b/pkg/other/gdal/Makefile 2023-12-19 03:45:41 +0000
@@ -20,7 +20,7 @@
NAME = GDAL
GARNAME = gdal
-GARVERSION = 3.7.0
+GARVERSION = 3.8.0
HOME_URL = http://www.gdal.org/
DESCRIPTION = GDAL - Geospatial Data Abstraction Library
define BLURB
=== modified file 'pkg/other/gdal/sha256sums'
--- a/pkg/other/gdal/sha256sums 2023-06-19 20:48:03 +0000
+++ b/pkg/other/gdal/sha256sums 2023-12-19 03:45:41 +0000
@@ -1,2 +1,2 @@
-af4b26a6b6b3509ae9ccf1fcc5104f7fe015ef2110f5ba13220816398365adce
download/gdal-3.7.0.tar.xz
-1983c63dc34a3cbb352ec6217bbbe435946b3214b126ef33d39fb7379cb566a8
download/gdal-3.7.0.tar.xz.md5
+ec0f78d9dc32352aeac6edc9c3b27a991b91f9dc6f92c452207d84431c58757d
download/gdal-3.8.0.tar.xz
+873ed322efa08d32ea2c6e7692215aa1373aef2c09b94fcae8569cfa90b37741
download/gdal-3.8.0.tar.xz.md5
=== modified file 'pkg/other/librepcb/Makefile'
--- a/pkg/other/librepcb/Makefile 2020-05-04 01:08:29 +0000
+++ b/pkg/other/librepcb/Makefile 2023-12-19 03:45:41 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2018, 2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2018, 2020, 2023 Carl Hansen <carlhansen@gnu.org>
#
# This file is part of GSRC, the GNU Source Release Collection.
# http://www.gnu.org/software/gsrc
@@ -15,14 +15,12 @@
#
# 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 bug-gsrc@gnu.org
-#
NAME = LibrePCB
GARNAME = librepcb
-GARVERSION = 0.1.4
+GARVERSION = 1.0.0
HOME_URL = http://librepcb.org
DESCRIPTION = EDA and printed circuit board software
define BLURB
@@ -36,44 +34,47 @@
MASTER_SITES = https://download.librepcb.org/
MASTER_SUBDIR = releases/$(GARVERSION)/
DISTFILES = $(DISTNAME)-source.zip
-WORKSRC = $(WORKDIR)/$(DISTNAME)
-WORKOBJ = $(WORKDIR)/$(DISTNAME).build
-CONFIGURE_SCRIPTS =
+
+#WORKSRC = $(WORKDIR)/$(DISTNAME)
+#WORKOBJ = $(WORKDIR)/$(DISTNAME).build
+#CONFIGURE_SCRIPTS =
BUILDDEPS =
LIBDEPS =
-# HINT
-# apt install qtcreator # to get qmake
-# apt install qt5-default qttools5-dev-tools libglu1-mesa-dev openssl zlib1g
+CMAKE_COMMAND="/home/carl/gsrc/bin/cmake -DUSE_OPENCASCADE=0"
+
+#CONFIGURE_ENV = USE_OPENCASCADE=0
+
######################################################################
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/cmake.mk
include config.mk
-pre-build:
- mkdir -p $(WORKOBJ)
- cd $(WORKOBJ) && qmake DESTDIR=$(prefix) -Wall -r
../$(DISTNAME)/librepcb.pro
- $(MAKECOOKIE)
-
-# from pari
-#CONFIGURE_SCRIPTS = doconf
-#BUILD_SCRIPTS = gpanddoc
-
-configure-doconf:
- cd $(WORKSRC) && ./configure --prefix=$(prefix)/ $(CONFIGURE_OPTS)
- $(MAKECOOKIE)
-#
-#build-gpanddoc:
-# cd $(WORKSRC) && $(MAKE) all
-# $(MAKECOOKIE)
-
-
-pre-install: build
- mkdir -p $(prefix)/packages/$(DISTNAME)
- mkdir -p $(prefix)/packages/$(DISTNAME)-DEST
- $(MAKE) V=1 -C $(WORKOBJ) -f Makefile
DESTDIR=$(prefix)/packages/$(DISTNAME)-DEST install
- $(MAKECOOKIE)
-
-# FIXME install:
-
+#pre-build:
+# cd $(WORKSRC) && cmake -DUSE_OPENCASCADE=0
+
+
+# # from pari
+# #CONFIGURE_SCRIPTS = doconf
+# #BUILD_SCRIPTS = gpanddoc
+#
+# configure-doconf:
+# cd $(WORKSRC) && ./configure --prefix=$(prefix)/ $(CONFIGURE_OPTS)
+# $(MAKECOOKIE)
+# #
+# #build-gpanddoc:
+# # cd $(WORKSRC) && $(MAKE) all
+# # $(MAKECOOKIE)
+#
+#
+# pre-install: build
+# mkdir -p $(prefix)/packages/$(DISTNAME)
+# mkdir -p $(prefix)/packages/$(DISTNAME)-DEST
+# $(MAKE) V=1 -C $(WORKOBJ) -f Makefile
DESTDIR=$(prefix)/packages/$(DISTNAME)-DEST install
+# $(MAKECOOKIE)
+
+# # FIXME install:
+# -DUSE_OPENCASCADE=0
+
+
=== modified file 'pkg/other/librepcb/sha256sums'
--- a/pkg/other/librepcb/sha256sums 2020-05-03 21:36:21 +0000
+++ b/pkg/other/librepcb/sha256sums 2023-12-19 03:45:41 +0000
@@ -1,1 +1,1 @@
-08299e8077f9ef4fb6df3fd5b22053b9ab6361411470809e2a1ee0f1ad9aadac
download/librepcb-0.1.4-source.zip
+1bc57489367c8e0fafe23a88a6677c6c73d8f4cac3f2f9caa2f306dca0e70e0b
download/librepcb-1.0.0-source.zip
=== modified file 'pkg/other/libtomcrypt/Makefile'
--- a/pkg/other/libtomcrypt/Makefile 2018-07-02 21:54:02 +0000
+++ b/pkg/other/libtomcrypt/Makefile 2023-12-19 03:45:41 +0000
@@ -46,7 +46,7 @@
######################################################################
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
include config.mk
# install wrong root: lib and .h in /usr/local ??....
=== modified file 'pkg/other/taco/Makefile'
--- a/pkg/other/taco/Makefile 2023-07-10 04:40:50 +0000
+++ b/pkg/other/taco/Makefile 2023-12-19 03:45:41 +0000
@@ -33,7 +33,6 @@
######################################################################
-
.PHONY: manpages check gitpull fetch-git build-it pre-install install-my
MASTER_SITES = https://github.com
=== modified file 'pkg/other/uncrustify/Makefile'
--- a/pkg/other/uncrustify/Makefile 2023-05-15 16:20:42 +0000
+++ b/pkg/other/uncrustify/Makefile 2023-12-19 03:45:41 +0000
@@ -23,7 +23,7 @@
NAME = uncrustify
GARNAME = uncrustify
-GARVERSION = 0.77.1
+GARVERSION = 0.78.1
HOME_URL = http://github.com/
#HOME_URL = http://sourceforge.net/
DESCRIPTION = source code beautifier
=== modified file 'pkg/other/uncrustify/sha256sums'
--- a/pkg/other/uncrustify/sha256sums 2023-05-15 07:55:52 +0000
+++ b/pkg/other/uncrustify/sha256sums 2023-12-19 03:45:41 +0000
@@ -1,1 +1,1 @@
-414bbc9f7860eb18a53074f9af14ed04638a633b2216a73f2629291300d37c1b
download/uncrustify-0.77.1.tar.gz
+ecaf4c0adca14c36dfffa30bc28e69865115ecd602c90eb16a8cddccb41caad2
download/uncrustify-0.78.1.tar.gz
=== modified file 'pkg/other/wcslib/Makefile'
--- a/pkg/other/wcslib/Makefile 2022-12-11 20:20:18 +0000
+++ b/pkg/other/wcslib/Makefile 2023-12-19 03:45:41 +0000
@@ -22,7 +22,7 @@
NAME = wcslib
GARNAME = wcslib
-GARVERSION = 7.12
+GARVERSION = 8.1
HOME_URL = http://www.atnf.csiro.au/people/mcalabre/WCS/index.html
# see also https://www.gnu.org/software/gnuastro/manual/html_node/
DESCRIPTION = astronomical World Coordinate System library
=== modified file 'pkg/other/wcslib/config.mk'
--- a/pkg/other/wcslib/config.mk 2018-09-22 18:28:34 +0000
+++ b/pkg/other/wcslib/config.mk 2023-12-19 03:45:41 +0000
@@ -7,4 +7,4 @@
# https://www.gnu.org/software/gnuastro/manual/html_node/WCSLIB.html#WCSLIB
## If `./configure' fails, remove `-lcurl' and run again.
#$ ./configure LIBS="-pthread -lcurl -lm" --without-pgplot \
- --disable-fortran
+# --disable-fortran
=== modified file 'pkg/other/wcslib/sha256sums'
--- a/pkg/other/wcslib/sha256sums 2022-10-17 02:46:11 +0000
+++ b/pkg/other/wcslib/sha256sums 2023-12-19 03:45:41 +0000
@@ -1,1 +1,1 @@
-9cf8de50e109a97fa04511d4111e8d14bd0a44077132acf73e6cf0029fe96bd4
download/wcslib-7.12.tar.bz2
+2bf23e6fabd10b8aecffa54431bf25aa224ff019c60a9e676aa56561f9b4129e
download/wcslib-8.1.tar.bz2
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9782: bunch of backlog,
Carl Hansen <=