ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] More specs/patches


From: Stuart Hughes
Subject: Re: [Ltib] More specs/patches
Date: Wed, 08 Jul 2009 16:30:51 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

Hi Mike,

Final update, I think I've processed all now. I need to get back to something else now.

Stuart Hughes wrote:
Hi Mike,

Further update

Stuart Hughes wrote:
Hi Mike,

Here's an update

Mike Goins wrote:
Patches generated myself under ltib 8.1.2 (1.384.2.5)

libxml++ - C++ wrapper for libxml2
http://libxmlplusplus.sourceforge.net/
http://ftp.gnome.org/pub/GNOME/sources/libxml++/1.0/libxml++-1.0.5.tar.gz

Done (yesterday).


dbg -  C++ debug
http://dbg.sourceforge.net/
http://dbg.sourceforge.net/dbg-1.20.tgz

I've uploaded the content. I've modified your original patch somewhat, but it's does essentially the same thing.

I've attached the changes to LTIB.


cgicc - C++ cgi library
http://www.gnu.org/software/cgicc/
http://ftp.gnu.org/gnu/cgicc/cgicc-3.2.3.tar.gz


I've uploaded the content.  Your patch wasn't needed (and artifact of
distclean).  I did need to add a patch for gcc4 though.

I've attached the changes to LTIB.



fcgi  - fastcgi development
http://www.fastcgi.com/
http://www.fastcgi.com/dist/fcgi.tar.gz

To be dropped cgicc is a replacement.


giflib - image manipulation library for GIF image files
http://sourceforge.net/projects/giflib/
http://sourceforge.net/projects/giflib/files/giflib 4.x/giflib-4.1.6.tar.bz2



I've uploaded the content to the GPP and I've attached the changes to LTIB.




Regards, Stuart
--- Begin Message --- Subject: ltib config/userspace/packages.lkc config/users... Date: Wed, 08 Jul 2009 15:27:50 +0000
CVSROOT:        /sources/ltib
Module name:    ltib
Changes by:     Stuart Hughes <seh>     09/07/08 15:27:50

Modified files:
        config/userspace: packages.lkc pkg_map 
Added files:
        dist/lfs-5.1/giflib: giflib.spec 

Log message:
        Add package giflib, submitted by Mike Goins on the mailing list

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ltib/config/userspace/packages.lkc?cvsroot=ltib&r1=1.27&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/ltib/config/userspace/pkg_map?cvsroot=ltib&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/ltib/dist/lfs-5.1/giflib/giflib.spec?cvsroot=ltib&rev=1.1

Patches:
Index: config/userspace/packages.lkc
===================================================================
RCS file: /sources/ltib/ltib/config/userspace/packages.lkc,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- config/userspace/packages.lkc       7 Jul 2009 17:40:15 -0000       1.27
+++ config/userspace/packages.lkc       8 Jul 2009 15:27:50 -0000       1.28
@@ -1023,6 +1023,12 @@
       catalogs and is a powerful and simple method for internationalizing
       programs.
 
+config PKG_GIFLIB
+    depends CAP_HAS_MMU
+    bool "giflib"
+    help
+      Library for manipulating GIF format image files
+
 config PKG_GIT
     depends CAP_HAS_MMU
     bool "git"

Index: config/userspace/pkg_map
===================================================================
RCS file: /sources/ltib/ltib/config/userspace/pkg_map,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- config/userspace/pkg_map    7 Jul 2009 17:40:16 -0000       1.16
+++ config/userspace/pkg_map    8 Jul 2009 15:27:50 -0000       1.17
@@ -307,6 +307,7 @@
 PKG_JSON_C                       = json-c
 PKG_DBG                          = dbg
 PKG_CGICC                        = cgicc
+PKG_GIFLIB                       = giflib
 
 # X server related stuff
 PKG_RANDRPROTO                   = randrproto

Index: dist/lfs-5.1/giflib/giflib.spec
===================================================================
RCS file: dist/lfs-5.1/giflib/giflib.spec
diff -N dist/lfs-5.1/giflib/giflib.spec
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ dist/lfs-5.1/giflib/giflib.spec     8 Jul 2009 15:27:50 -0000       1.1
@@ -0,0 +1,36 @@
+%define pfx /opt/freescale/rootfs/%{_target_cpu}
+
+Summary         : Library for manipulating GIF format image files
+Name            : giflib
+Version         : 4.1.6
+Release         : 1
+License         : MIT
+Vendor          : ltib.org
+Packager        : Mike Goins
+Group           : System Environment/Libraries
+URL             : http://sourceforge.net/projects/giflib/
+Source          : %{name}-%{version}.tar.bz2
+BuildRoot       : %{_tmppath}/%{name}
+Prefix          : %{pfx}
+
+%Description
+%{summary}
+
+%Prep
+%setup
+
+%Build
+./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build}
+make
+
+%Install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT/%{pfx}
+find $RPM_BUILD_ROOT/%{pfx}/%{_prefix}/lib/ -name "*.la" | xargs rm -f
+
+%Clean
+rm -rf $RPM_BUILD_ROOT
+
+%Files
+%defattr(-,root,root)
+%{pfx}/*


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]