Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Kenton <skenton@ou.edu>
To: buildroot@busybox.net
Subject: [Buildroot] Fwd: Re:  [PATCH] libpng: add  libpng12
Date: Sun, 11 Jan 2015 16:17:54 -0600	[thread overview]
Message-ID: <54B2F692.7010304@ou.edu> (raw)
In-Reply-To: <54B2F652.4020402@ou.edu>




-------- Forwarded Message --------
Subject: Re: [Buildroot] [PATCH] libpng: add  libpng12
Date: Sun, 11 Jan 2015 16:16:50 -0600
From: Steve Kenton <skenton@ou.edu>
To: Gustavo Zacarias <gustavo@zacarias.com.ar>

On 01/11/2015 01:58 PM, Steve Kenton wrote:
>> The freetype support in dvdauthor specifies libpng12
> I'll try changing to libpng16 and see if it works
> 
The source of the libpng12 problem is information leaking in
from the Ubuntu 14.04 host. When configure is run for
dvdauthor it finds the wrong freetype-config

config.log:configure:5176: checking for freetype-config
config.log:configure:5192: found /usr/bin/freetype-config

which results in

config.log:FREETYPE_LIBS='-L/usr/lib/x86_64-linux-gnu -lfreetype -lz -lpng12'

The Config.in and dvdauthor.mk files (below) are pretty basic
Any thoughts on where I went wrong?

Thanks - Steve


###############################################################################
# dvdauthor
#
###############################################################################

DVDAUTHOR_VERSION = 0.7.1
#DVDAUTHOR_SOURCE = dvdauthor-$(DVDAUTHOR_VERSION).tar.gz
DVDAUTHOR_SITE = http://sourceforge.net/projects/dvdauthor/files/dvdauthor/$(DVDAUTHOR_VERSION)
DVDAUTHOR_DEPENDENCIES = host-pkgconf host-libxml2 libxml2 libpng freetype libdvdread
DVDAUTHOR_LICENSE = GPLv2
DVDAUTHOR_LICENSE_FILES = COPYING

$(eval $(autotools-package))



config BR2_PACKAGE_DVDAUTHOR
	bool "dvdauthor"
	select BR2_PACKAGE_LIBXML2
	select BR2_PACKAGE_LIBPNG
	select BR2_PACKAGE_FREETYPE
	select BR2_PACKAGE_LIBDVDREAD
	help
	  DVDAuthor is a set of tools to help you author the file and directory
	  structure of a DVD-Video disc, including programmatic commands for
	  implementing interactive behaviour. It is driven by command lines and
	  XML control files, though there are other programs that provide
	  GUI-based front ends if you prefer
	
	  http://dvdauthor.sourceforge.net

       reply	other threads:[~2015-01-11 22:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <54B2F652.4020402@ou.edu>
2015-01-11 22:17 ` Steve Kenton [this message]
2015-01-11 23:10   ` [Buildroot] Fwd: Re: [PATCH] libpng: add libpng12 Steve Kenton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54B2F692.7010304@ou.edu \
    --to=skenton@ou.edu \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox