From patchwork Sat Aug 24 19:42:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 269663 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 8F4BD2C00A3 for ; Sun, 25 Aug 2013 05:50:02 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 62B4D935BE; Sat, 24 Aug 2013 19:50:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UTU2BGzEFfz8; Sat, 24 Aug 2013 19:50:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B97AE93599; Sat, 24 Aug 2013 19:50:38 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 7D46C1BF968 for ; Sat, 24 Aug 2013 19:49:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 731B28D26B for ; Sat, 24 Aug 2013 19:49:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pO68aYkb+abJ for ; Sat, 24 Aug 2013 19:49:57 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f170.google.com (mail-ie0-f170.google.com [209.85.223.170]) by whitealder.osuosl.org (Postfix) with ESMTPS id B23D08D267 for ; Sat, 24 Aug 2013 19:49:57 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id 17so2925272iea.29 for ; Sat, 24 Aug 2013 12:49:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=neRPP8N5HPnTlmfZl8lKkdhrvIKKa4utKdbC3iMRHqc=; b=l1+kFl8u1T3H+05s3sk+COpfhsMMOSeiaGlpF+lbXJAufPveWmpy1hxJThA+MkYmqd JlsFweGuUNU8YmKkVzaQv3Xwf8Njar/kUMtplCMXZbcHUef4DiSNMuqk7OVkFf0p1f8e lyTzK4Y1OM3Qo/Pxp2eUQwE1oE4pCADyguIlrFxEI+tWcoLHyCEFrhGMC8e8AyHML177 zRC2sWKQF0BqCXSm9emGDGJpNtdQmn4yD/+8rL2hXpODb6wZcaI7QAbMiQBNepltefc8 k+oP6xoFJbradq7jx+3hKXvy/fC/CRtDeDAK2klZRvKF/vvgEMJUkF9Y7CXDYe16QJlP Jezw== X-Gm-Message-State: ALoCoQmbBPY6wG/A6e01+N2SCzGyWLuwoMvEmBoHx2pWP+HgkGqYeq6HWx+tQhvMm9FK4TrHiZkV X-Received: by 10.42.254.69 with SMTP id nd5mr3378760icb.22.1377373334758; Sat, 24 Aug 2013 12:42:14 -0700 (PDT) Received: from bourban.iit.edu (dhcp33.westwn1.iit.edu. [64.131.102.33]) by mx.google.com with ESMTPSA id ft2sm6280674igb.5.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 24 Aug 2013 12:42:14 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Sat, 24 Aug 2013 14:42:00 -0500 Message-Id: <1377373321-29732-6-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1377373321-29732-1-git-send-email-spenser@gillilanding.com> References: <1377373321-29732-1-git-send-email-spenser@gillilanding.com> Subject: [Buildroot] [PATCH 5/6] libpng12: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net libpng1X all have different incompatible apis therefore it is neccessary to have a seperate package for each branch. Signed-off-by: Spenser Gilliland --- package/Config.in | 1 + package/libpng12/Config.in | 8 ++++++++ package/libpng12/libpng12.mk | 18 ++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 package/libpng12/Config.in create mode 100644 package/libpng12/libpng12.mk diff --git a/package/Config.in b/package/Config.in index 0278885..2b8bef0 100644 --- a/package/Config.in +++ b/package/Config.in @@ -472,6 +472,7 @@ source "package/libglade/Config.in" source "package/gdk-pixbuf/Config.in" source "package/libgtk2/Config.in" source "package/libpng/Config.in" +source "package/libpng12/Config.in" source "package/libqrencode/Config.in" source "package/libraw/Config.in" source "package/librsvg/Config.in" diff --git a/package/libpng12/Config.in b/package/libpng12/Config.in new file mode 100644 index 0000000..ff9e9b1 --- /dev/null +++ b/package/libpng12/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_LIBPNG12 + bool "libpng" + select BR2_PACKAGE_ZLIB + help + Library for handling PNG (Portable Network Graphics) + images. + + http://www.libpng.org/ diff --git a/package/libpng12/libpng12.mk b/package/libpng12/libpng12.mk new file mode 100644 index 0000000..de4a45c --- /dev/null +++ b/package/libpng12/libpng12.mk @@ -0,0 +1,18 @@ +################################################################################ +# +# libpng12 +# +################################################################################ + +LIBPNG12_VERSION = 1.2.50 +LIBPNG12_SERIES = 12 +LIBPNG12_SOURCE = libpng-$(LIBPNG12_VERSION).tar.bz2 +LIBPNG12_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG12_SERIES}/$(LIBPNG12_VERSION) +LIBPNG12_LICENSE = libpng license +LIBPNG12_LICENSE_FILES = LICENSE +LIBPNG12_INSTALL_STAGING = YES +LIBPNG12_DEPENDENCIES = host-pkgconf zlib +LIBPNG12_CONFIG_SCRIPTS = libpng$(LIBPNG12_SERIES)-config libpng-config + +$(eval $(autotools-package)) +$(eval $(host-autotools-package))