Author: pebender
Date: Wed Feb 11 19:00:58 2009
New Revision: 4381

Added:
    trunk/gar-minimyth/script/lib/faad2/files/faad2-2.7-mp4ff_shared.patch
Removed:
    trunk/gar-minimyth/script/lib/faad2/files/faad2-2.6.1-libtool_2.2.x.patch
    trunk/gar-minimyth/script/lib/faad2/files/faad2-2.6.1-mp4ff.patch
Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/lib/faad2/Makefile
    trunk/gar-minimyth/script/lib/faad2/checksums

Log:
- Updated package
     lib/faad2



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Wed Feb 11  
19:00:58 2009
@@ -51,6 +51,7 @@
      Updated kernel-headers/linux-headers-2.6.28.
      Updated lib/bluez.
      Updated lib/boost.
+    Updated lib/faad2.
      Updated lib/ffmpeg.
      Updated lib/libsndfile.
      Updated mediaplayers/mplayer-svn.

Modified: trunk/gar-minimyth/script/lib/faad2/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/faad2/Makefile        (original)
+++ trunk/gar-minimyth/script/lib/faad2/Makefile        Wed Feb 11 19:00:58 2009
@@ -1,9 +1,9 @@
  GARNAME = faad2
-GARVERSION = 2.6.1
+GARVERSION = 2.7
  CATEGORIES = lib
  MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/faac/
  DISTFILES = $(DISTNAME).tar.gz
-PATCHFILES = $(DISTNAME)-libtool_2.2.x.patch $(DISTNAME)-mp4ff.patch
+PATCHFILES = $(DISTNAME)-mp4ff_shared.patch
  LICENSE = GPL2

  DESCRIPTION =
@@ -12,7 +12,7 @@

  DEPENDS = lang/c

-WORKSRC = $(WORKDIR)/$(GARNAME)
+#WORKSRC = $(WORKDIR)/$(GARNAME)

  CONFIGURE_SCRIPTS = $(WORKSRC)/configure
  BUILD_SCRIPTS     = $(WORKSRC)/Makefile
@@ -32,5 +32,6 @@

  post-install:
        @rm -f $(DESTDIR)$(libdir)/libfaad.la
+       @rm -f $(DESTDIR)$(libdir)/libmp4ff.a
        @rm -f $(DESTDIR)$(libdir)/libmp4ff.la
        @$(MAKECOOKIE)

Modified: trunk/gar-minimyth/script/lib/faad2/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/faad2/checksums       (original)
+++ trunk/gar-minimyth/script/lib/faad2/checksums       Wed Feb 11 19:00:58 2009
@@ -1,3 +1,2 @@
-74e92df40c270f216a8305fc87603c8a  download/faad2-2.6.1.tar.gz
-a273408202a838ef16eaad9f38dd6fe8  download/faad2-2.6.1-libtool_2.2.x.patch
-92428ff3e6c6790988643284c2b61447  download/faad2-2.6.1-mp4ff.patch
+ee1b4d67ea2d76ee52c5621bc6dbf61e  download/faad2-2.7.tar.gz
+e265c04003464d748628065fffc425e0  download/faad2-2.7-mp4ff_shared.patch

Added:  
trunk/gar-minimyth/script/lib/faad2/files/faad2-2.7-mp4ff_shared.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/faad2/files/faad2-2.7-mp4ff_shared.patch      
 
Wed Feb 11 19:00:58 2009
@@ -0,0 +1,28 @@
+diff -Naur faad2-2.7-old/common/mp4ff/Makefile.am  
faad2-2.7-new/common/mp4ff/Makefile.am
+--- faad2-2.7-old/common/mp4ff/Makefile.am     2009-02-06 06:24:21.000000000  
-0800
++++ faad2-2.7-new/common/mp4ff/Makefile.am     2009-02-11 05:36:14.000000000  
-0800
+@@ -1,7 +1,7 @@
+-lib_LIBRARIES = libmp4ff.a
+-include_HEADERS = mp4ff.h mp4ffint.h
++lib_LTLIBRARIES = libmp4ff.la
++include_HEADERS = mp4ff.h mp4ffint.h mp4ff_int_types.h
+
+-libmp4ff_a_CFLAGS = -DUSE_TAGGING=1
++libmp4ff_la_CFLAGS = -DUSE_TAGGING=1
+
+-libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
+-                   mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h
++libmp4ff_la_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
++                      mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h
+diff -Naur faad2-2.7-old/frontend/Makefile.am  
faad2-2.7-new/frontend/Makefile.am
+--- faad2-2.7-old/frontend/Makefile.am 2009-02-06 08:03:37.000000000 -0800
++++ faad2-2.7-new/frontend/Makefile.am 2009-02-11 05:35:52.000000000 -0800
+@@ -5,7 +5,7 @@
+          -I$(top_srcdir)/common/mp4ff
+
+ faad_LDADD = $(top_builddir)/libfaad/libfaad.la \
+-           $(top_builddir)/common/mp4ff/libmp4ff.a
++           $(top_builddir)/common/mp4ff/libmp4ff.la
+
+ faad_SOURCES = main.c \
+              audio.c audio.h \

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to