Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (0692f5f20dbefc7368bf7e909e9a2d22da03f4bb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (0692f5f20dbefc7368bf7e909e9a2d22da03f4bb)
  • Date: Wed, 16 Aug 2017 15:07:50 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/libdrm/DEPENDS | 1 +
libs/libdrm/HISTORY | 3 +++
xorg-lib/libxfont/DEPENDS | 1 +
xorg-lib/libxfont/HISTORY | 3 +++
xorg-lib/libxfont2/DEPENDS | 3 ++-
xorg-lib/libxfont2/HISTORY | 3 +++
xorg-lib/pixman/DEPENDS | 2 ++
xorg-lib/pixman/HISTORY | 3 +++
8 files changed, 18 insertions(+), 1 deletion(-)

New commits:
commit 0692f5f20dbefc7368bf7e909e9a2d22da03f4bb
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pixman: Depends on libpthreads-stubs

libtool: error: cannot find the library '/usr/lib/libpthread-stubs.la'
or unhandled argument '/usr/lib/libpthread-stubs.la'

commit 32541076f62a6ba49b6ece537f31a585a0239311
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libxfont2: Depends on libpng12

CCLD libXfont2.la
/bin/sed: can't read /usr/lib/libpng12.la: No such file or directory
libtool: link: `/usr/lib/libpng12.la' is not a valid libtool archive
Makefile:861: recipe for target 'libXfont2.la' failed

commit 3274dab818a8cdb63219fbed70acd7151ff64598
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libdrm: Depends on libpng12

CCLD kms-steal-crtc
libtool: error: cannot find the library '/usr/lib/libpng12.la' or
unhandled argument '/usr/lib/libpng12.la'

commit 18d486466b71f359125398b2a44608d27d4fb168
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libxfont: Depends on libpng12

/usr/bin/grep: /usr/lib/libpng12.la: No such file or directory
/bin/sed: can't read /usr/lib/libpng12.la: No such file or directory
libtool: error: '/usr/lib/libpng12.la' is not a valid libtool archive

diff --git a/libs/libdrm/DEPENDS b/libs/libdrm/DEPENDS
index dea1ab7..f13b3f7 100755
--- a/libs/libdrm/DEPENDS
+++ b/libs/libdrm/DEPENDS
@@ -1,5 +1,6 @@
depends libpthread-stubs &&
depends libpciaccess &&
+depends libpng12 &&

optional_depends DEVICE-MANAGER \
"--enable-udev" \
diff --git a/libs/libdrm/HISTORY b/libs/libdrm/HISTORY
index f2ba08f..72c0e5d 100644
--- a/libs/libdrm/HISTORY
+++ b/libs/libdrm/HISTORY
@@ -1,3 +1,6 @@
+2017-08-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on libpng12
+
2017-07-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.4.82
* drm.gpg: add "Lucas Stach <l.stach AT pengutronix.de>
diff --git a/xorg-lib/libxfont/DEPENDS b/xorg-lib/libxfont/DEPENDS
index 35a6e69..3f2ee96 100755
--- a/xorg-lib/libxfont/DEPENDS
+++ b/xorg-lib/libxfont/DEPENDS
@@ -7,6 +7,7 @@ depends xproto &&
depends fontsproto &&
depends xtrans &&
depends libfontenc &&
+depends libpng12 &&

optional_depends freetype2 \
"--enable-freetype" \
diff --git a/xorg-lib/libxfont/HISTORY b/xorg-lib/libxfont/HISTORY
index 47e0243..728568d 100644
--- a/xorg-lib/libxfont/HISTORY
+++ b/xorg-lib/libxfont/HISTORY
@@ -1,3 +1,6 @@
+2017-08-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on libpng12
+
2016-09-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.2

diff --git a/xorg-lib/libxfont2/DEPENDS b/xorg-lib/libxfont2/DEPENDS
index 35a6e69..e59f270 100755
--- a/xorg-lib/libxfont2/DEPENDS
+++ b/xorg-lib/libxfont2/DEPENDS
@@ -1,4 +1,4 @@
-depends AWK &&
+depends AWK &&
depends pkgconfig &&
depends libtool &&
depends zlib &&
@@ -7,6 +7,7 @@ depends xproto &&
depends fontsproto &&
depends xtrans &&
depends libfontenc &&
+depends libpng12 &&

optional_depends freetype2 \
"--enable-freetype" \
diff --git a/xorg-lib/libxfont2/HISTORY b/xorg-lib/libxfont2/HISTORY
index 134b525..42692a4 100644
--- a/xorg-lib/libxfont2/HISTORY
+++ b/xorg-lib/libxfont2/HISTORY
@@ -1,3 +1,6 @@
+2017-08-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on libpng12
+
2015-12-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.1

diff --git a/xorg-lib/pixman/DEPENDS b/xorg-lib/pixman/DEPENDS
index 58e6b30..2f59eb2 100755
--- a/xorg-lib/pixman/DEPENDS
+++ b/xorg-lib/pixman/DEPENDS
@@ -1,3 +1,5 @@
+depends libpthreads-stubs &&
+
optional_depends gtk+2 \
"--enable-gtk" \
"--disable-gtk" \
diff --git a/xorg-lib/pixman/HISTORY b/xorg-lib/pixman/HISTORY
index 4989b90..4c9c4e5 100644
--- a/xorg-lib/pixman/HISTORY
+++ b/xorg-lib/pixman/HISTORY
@@ -1,3 +1,6 @@
+2017-08-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on libpthreads-stubs
+
2016-02-15 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: dependencies on gtk+2 and libpng are optional




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (0692f5f20dbefc7368bf7e909e9a2d22da03f4bb), Eric Sandall, 08/17/2017

Archive powered by MHonArc 2.6.24.

Top of Page