summaryrefslogtreecommitdiff
path: root/metadata/news/2011-10-15-libpng15/2011-10-15-libpng15.en.txt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
commit2018227e9344edb9da15fc6a4a8298086cc2aa77 (patch)
treec18e1c09e605e94e2a1e93345ad25746cc9e14b9 /metadata/news/2011-10-15-libpng15/2011-10-15-libpng15.en.txt
parent6f8038813c460b4f0572d5ef595cdfa94af3a94d (diff)
gentoo resync : 02.06.2019
Diffstat (limited to 'metadata/news/2011-10-15-libpng15/2011-10-15-libpng15.en.txt')
-rw-r--r--metadata/news/2011-10-15-libpng15/2011-10-15-libpng15.en.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/metadata/news/2011-10-15-libpng15/2011-10-15-libpng15.en.txt b/metadata/news/2011-10-15-libpng15/2011-10-15-libpng15.en.txt
deleted file mode 100644
index d5c3f272e19b..000000000000
--- a/metadata/news/2011-10-15-libpng15/2011-10-15-libpng15.en.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-Title: Upgrade to libpng15
-Author: Samuli Suominen <ssuominen@gentoo.org>
-Content-Type: text/plain
-Posted: 2011-10-15
-Revision: 1
-News-Item-Format: 1.0
-Display-If-Installed: <media-libs/libpng-1.5
-
-After upgrading from libpng14 to libpng15 it's important that you rebuild
-cairo and gdk-pixbuf as soon as possible if they are installed.
-
-Then you can proceed with rebuilding the rest of the software against the new
-library:
-
-# revdep-rebuild --library libpng14.so.14 -- --keep-going
-
-Note: It might be necessary to run the previous command more than once.
-
-If you find packages not building with the message "ld: cannot find -lpng14",
-they are likely caused by broken libtool archives (.la) in your system.
-
-You can identify those files with following one-liner:
-
-# find /usr/ -name '*.la' -exec grep png14 {} +
-
-Once you have identified the broken files, you can either delete them,
-edit them in place and replace png14 with png15, or re-emerge the packages
-they belong to.
-
-More information and help is available at the following forum post:
-
-http://forums.gentoo.org/viewtopic-t-894950.html