[csw-devel] SF.net SVN: gar:[7831] csw/mgar/pkg/libfaad2/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Jan 2 17:54:31 CET 2010


Revision: 7831
          http://gar.svn.sourceforge.net/gar/?rev=7831&view=rev
Author:   dmichelsen
Date:     2010-01-02 16:54:31 +0000 (Sat, 02 Jan 2010)

Log Message:
-----------
libfaad2: Initial commit

Modified Paths:
--------------
    csw/mgar/pkg/libfaad2/trunk/Makefile
    csw/mgar/pkg/libfaad2/trunk/checksums
    csw/mgar/pkg/libfaad2/trunk/files/0001-Remove-iquote-from-CFLAGS-unknown-to-SS.patch

Added Paths:
-----------
    csw/mgar/pkg/libfaad2/trunk/files/0002-Use-inline-suitable-for-SS.patch

Modified: csw/mgar/pkg/libfaad2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libfaad2/trunk/Makefile	2010-01-02 16:37:07 UTC (rev 7830)
+++ csw/mgar/pkg/libfaad2/trunk/Makefile	2010-01-02 16:54:31 UTC (rev 7831)
@@ -12,6 +12,7 @@
 MASTER_SITES = $(SF_MIRRORS)
 DISTFILES = $(DISTNAME).tar.bz2
 PATCHFILES  = 0001-Remove-iquote-from-CFLAGS-unknown-to-SS.patch
+PATCHFILES += 0002-Use-inline-suitable-for-SS.patch
 
 PACKAGES = CSWfaad2
 CATALOGNAME = faad2

Modified: csw/mgar/pkg/libfaad2/trunk/checksums
===================================================================
--- csw/mgar/pkg/libfaad2/trunk/checksums	2010-01-02 16:37:07 UTC (rev 7830)
+++ csw/mgar/pkg/libfaad2/trunk/checksums	2010-01-02 16:54:31 UTC (rev 7831)
@@ -1 +1,3 @@
+03a038258ea594c90c9b58e8572a262b  0001-Remove-iquote-from-CFLAGS-unknown-to-SS.patch
+ea595fc8a7759c1ca424bcb226c52975  0002-Use-inline-suitable-for-SS.patch
 4c332fa23febc0e4648064685a3d4332  faad2-2.7.tar.bz2

Modified: csw/mgar/pkg/libfaad2/trunk/files/0001-Remove-iquote-from-CFLAGS-unknown-to-SS.patch
===================================================================
--- csw/mgar/pkg/libfaad2/trunk/files/0001-Remove-iquote-from-CFLAGS-unknown-to-SS.patch	2010-01-02 16:37:07 UTC (rev 7830)
+++ csw/mgar/pkg/libfaad2/trunk/files/0001-Remove-iquote-from-CFLAGS-unknown-to-SS.patch	2010-01-02 16:54:31 UTC (rev 7831)
@@ -4,24 +4,10 @@
 Subject: [PATCH] Remove iquote from CFLAGS unknown to SS
 
 ---
- libfaad/Makefile    |    2 +-
  libfaad/Makefile.am |    2 +-
  libfaad/Makefile.in |    2 +-
  3 files changed, 3 insertions(+), 3 deletions(-)
 
-diff --git a/libfaad/Makefile b/libfaad/Makefile
-index 71c9ec1..13edca2 100644
---- a/libfaad/Makefile
-+++ b/libfaad/Makefile
-@@ -195,7 +195,7 @@ sharedstatedir = /opt/csw/share
- sysconfdir = /opt/csw/etc
- target_alias = 
- lib_LTLIBRARIES = libfaad.la
--AM_CFLAGS = -iquote $(top_srcdir)/include
-+AM_CFLAGS = $(top_srcdir)/include
- include_HEADERS = $(top_srcdir)/include/faad.h \
- 		  $(top_srcdir)/include/neaacdec.h
- 
 diff --git a/libfaad/Makefile.am b/libfaad/Makefile.am
 index e5ad36d..d355989 100644
 --- a/libfaad/Makefile.am
@@ -30,7 +16,7 @@
  lib_LTLIBRARIES = libfaad.la
  
 -AM_CFLAGS	= -iquote $(top_srcdir)/include
-+AM_CFLAGS	= $(top_srcdir)/include
++AM_CFLAGS	= -I$(top_srcdir)/include
  include_HEADERS = $(top_srcdir)/include/faad.h \
  		  $(top_srcdir)/include/neaacdec.h
  
@@ -43,7 +29,7 @@
  target_alias = @target_alias@
  lib_LTLIBRARIES = libfaad.la
 -AM_CFLAGS = -iquote $(top_srcdir)/include
-+AM_CFLAGS = $(top_srcdir)/include
++AM_CFLAGS = -I$(top_srcdir)/include
  include_HEADERS = $(top_srcdir)/include/faad.h \
  		  $(top_srcdir)/include/neaacdec.h
  

Added: csw/mgar/pkg/libfaad2/trunk/files/0002-Use-inline-suitable-for-SS.patch
===================================================================
--- csw/mgar/pkg/libfaad2/trunk/files/0002-Use-inline-suitable-for-SS.patch	                        (rev 0)
+++ csw/mgar/pkg/libfaad2/trunk/files/0002-Use-inline-suitable-for-SS.patch	2010-01-02 16:54:31 UTC (rev 7831)
@@ -0,0 +1,25 @@
+From f25a74ff2b2bed01cc6e5ed702f4c80947b7c8c6 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Sat, 2 Jan 2010 17:40:18 +0100
+Subject: [PATCH] Use inline suitable for SS
+
+---
+ libfaad/common.h |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/libfaad/common.h b/libfaad/common.h
+index d3b21c3..6247de6 100644
+--- a/libfaad/common.h
++++ b/libfaad/common.h
+@@ -41,7 +41,7 @@ extern "C" {
+ 
+ #include "neaacdec.h"
+ 
+-#if 1
++#if 0
+ #define INLINE __inline
+ #else
+ #define INLINE inline
+-- 
+1.6.6
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list