[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r8120: add libjpeg-turgo
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r8120: add libjpeg-turgo |
Date: |
Thu, 17 Feb 2022 14:03:36 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 8120
revision-id: carlhansen1234@gmail.com-20220217190318-5gxatdbs01d3pqnw
parent: carlhansen1234@gmail.com-20220216213320-cjlqdxekr7ipoxpm
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Thu 2022-02-17 11:03:18 -0800
message:
add libjpeg-turgo
removed:
pkg/external/libjpeg/ libjpeg-20160617013639-z5fu1hm2di316w5v-32
pkg/external/libjpeg/Makefile makefile-20160617013639-z5fu1hm2di316w5v-96
added:
pkg/other/libjpeg-turbo/ libjpegturbo-20220217190240-5ettytydob8g3cwo-1
pkg/other/libjpeg-turbo/Makefile makefile-20220217190240-5ettytydob8g3cwo-4
pkg/other/libjpeg-turbo/config.mk config.mk-20220217190240-5ettytydob8g3cwo-2
pkg/other/libjpeg-turbo/gpg-keyring
gpgkeyring-20220217190240-5ettytydob8g3cwo-3
pkg/other/libjpeg-turbo/sha256sums
sha256sums-20220217190240-5ettytydob8g3cwo-5
modified:
pkg/other/jpeg/Makefile makefile-20220215194332-x0dgp8tatamyltm7-3
=== removed directory 'pkg/external/libjpeg'
=== removed file 'pkg/external/libjpeg/Makefile'
--- a/pkg/external/libjpeg/Makefile 2016-06-17 19:08:15 +0000
+++ b/pkg/external/libjpeg/Makefile 1970-01-01 00:00:00 +0000
@@ -1,6 +0,0 @@
-GARNAME = libjpeg
-GARVERSION = 1
-HOME_URL = http://libjpeg-turbo.virtualgl.org
-DESCRIPTION = JPEG image codec
-LIBFILES = jpeg
-include ../../gar.lib/external.mk
=== modified file 'pkg/other/jpeg/Makefile'
--- a/pkg/other/jpeg/Makefile 2022-02-15 19:43:49 +0000
+++ b/pkg/other/jpeg/Makefile 2022-02-17 19:03:18 +0000
@@ -28,6 +28,7 @@
DESCRIPTION = library to encode/decode jpeg images
define BLURB
endef
+#HINT: overlaps with libjpeg-turbo
######################################################################
# http://ijg.org/files/jpegsrc.v9e.tar.gz
=== added directory 'pkg/other/libjpeg-turbo'
=== added file 'pkg/other/libjpeg-turbo/Makefile'
--- a/pkg/other/libjpeg-turbo/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/libjpeg-turbo/Makefile 2022-02-17 19:03:18 +0000
@@ -0,0 +1,61 @@
+# Copyright © 2022 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# 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 = libjpeg-turbo
+GARNAME = libjpeg-turbo
+GARVERSION = 2.1.2
+HOME_URL = https://libjpeg-turbo.org/
+DESCRIPTION = library to encode/decode jpeg images, faster than ijg jpeg
+define BLURB
+endef
+#HINT overlaps with jpeg library
+
+######################################################################
+#
https://sourceforge.net/projects/libjpeg-turbo/files/2.1.2/libjpeg-turbo-2.1.2.tar.gz/download
+#
https://github.com/libjpeg-turbo/libjpeg-turbo/archive/refs/tags/2.1.2.tar.gz
+#
https://sourceforge.net/projects/libjpeg-turbo/files/2.1.2/libjpeg-turbo-2.1.2.tar.gz/download
+
+#MASTER_SITES = https://github.com/
+#MASTER_SUBDIR = libjpeg-turbo/libjpeg-turbo/archive/refs/tags/
+
+#DISTNAME = 2.1.2.tar.gz
+#DISTFILES = 2.1.2.tar.gz
+#SIGFILES =
+
+
+MASTER_SITES = $(MASTER_SOURCEFORGE)
+MASTER_SUBDIR = $(GARNAME)/files/$(GARVERSION)/
+DISTNAME = $(GARNAME)-$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+
+BUILDDEPS =
+LIBDEPS =
+
+
+######################################################################
+
+include ../../../gar/gar.lib/cmake.mk
+include config.mk
+
+
=== added file 'pkg/other/libjpeg-turbo/config.mk'
--- a/pkg/other/libjpeg-turbo/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/libjpeg-turbo/config.mk 2022-02-17 19:03:18 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/libjpeg-turbo/gpg-keyring'
Binary files a/pkg/other/libjpeg-turbo/gpg-keyring 1970-01-01 00:00:00
+0000 and b/pkg/other/libjpeg-turbo/gpg-keyring 2022-02-17 19:03:18 +0000
differ
=== added file 'pkg/other/libjpeg-turbo/sha256sums'
--- a/pkg/other/libjpeg-turbo/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/libjpeg-turbo/sha256sums 2022-02-17 19:03:18 +0000
@@ -0,0 +1,2 @@
+09b96cb8cbff9ea556a9c2d173485fd19488844d55276ed4f42240e1e2073ce5
download/libjpeg-turbo-2.1.2.tar.gz
+676dbb2e14c186daebd59ea495cb5e7a6f3bc534f59ce26521c23bb371530e25
download/libjpeg-turbo-2.1.2.tar.gz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r8120: add libjpeg-turgo,
Carl Hansen <=