Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3e5e68147a1547c96c1a989bb7e444fbd67bd89e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3e5e68147a1547c96c1a989bb7e444fbd67bd89e)
  • Date: Wed, 13 Jan 2021 18:00:46 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics-libs/libpng/BUILD | 2 ++
graphics-libs/libpng/DETAILS | 1 +
graphics-libs/libpng/HISTORY | 5 +++++
graphics-libs/libpng/PRE_BUILD | 2 ++
4 files changed, 10 insertions(+)

New commits:
commit 3e5e68147a1547c96c1a989bb7e444fbd67bd89e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libpng: PATCHLEVEL++

commit f61806c1283e1838d5fc43d4808d4fbdf5d902c4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libpng: Disable building static library

commit f3ca3d312674066c0c25666dfb6c4708ae0c661c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libpng: Disable installation of .la files

diff --git a/graphics-libs/libpng/BUILD b/graphics-libs/libpng/BUILD
new file mode 100755
index 0000000..448e746
--- /dev/null
+++ b/graphics-libs/libpng/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' --disable-static' &&
+default_build
diff --git a/graphics-libs/libpng/DETAILS b/graphics-libs/libpng/DETAILS
index fd2c920..ef6c55f 100755
--- a/graphics-libs/libpng/DETAILS
+++ b/graphics-libs/libpng/DETAILS
@@ -1,5 +1,6 @@
SPELL=libpng
VERSION=1.6.37
+ PATCHLEVEL=1

SOURCE_HASH=sha512:59e8c1059013497ae616a14c3abbe239322d3873c6ded0912403fc62fb260561768230b6ab997e2cccc3b868c09f539fd13635616b9fa0dd6279a3f63ec7e074
SOURCE=$SPELL-$VERSION.tar.xz

SOURCE_URL[0]=https://downloads.sourceforge.net/project/libpng/libpng16/${VERSION}/${SOURCE}
diff --git a/graphics-libs/libpng/HISTORY b/graphics-libs/libpng/HISTORY
index 562e6f3..6a9648b 100644
--- a/graphics-libs/libpng/HISTORY
+++ b/graphics-libs/libpng/HISTORY
@@ -1,3 +1,8 @@
+2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+ * BUILD: disabled static library
+ * DETAILS: PATCHLEVEL++
+
2019-04-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: APNG patch version 1.6.37

diff --git a/graphics-libs/libpng/PRE_BUILD b/graphics-libs/libpng/PRE_BUILD
index 22b3db3..71b9818 100755
--- a/graphics-libs/libpng/PRE_BUILD
+++ b/graphics-libs/libpng/PRE_BUILD
@@ -1,5 +1,7 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
+# disable instalation of libtool pseudo-libraries
+sedit '/^[\t ]*func_show_eval "[$]install_prog [$]instname /d' ltmain.sh &&

if [[ $ANI_PNG == y ]]; then
unpack_file 3 &&



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3e5e68147a1547c96c1a989bb7e444fbd67bd89e), Ismael Luceno, 01/13/2021

Archive powered by MHonArc 2.6.24.

Top of Page