OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   04-Jan-2007 18:10:47
  Branch: HEAD                             Handle: 2007010417104600

  Modified files:
    openpkg-src/libextractor
                            libextractor.patch libextractor.spec

  Log:
    upgrading package: libextractor 0.5.17 -> 0.5.17a

  Summary:
    Revision    Changes     Path
    1.14        +54 -42     openpkg-src/libextractor/libextractor.patch
    1.34        +2  -2      openpkg-src/libextractor/libextractor.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/libextractor/libextractor.patch
  ============================================================================
  $ cvs diff -u -r1.13 -r1.14 libextractor.patch
  --- openpkg-src/libextractor/libextractor.patch       12 Nov 2006 09:07:35 
-0000      1.13
  +++ openpkg-src/libextractor/libextractor.patch       4 Jan 2007 17:10:46 
-0000       1.14
  @@ -1,19 +1,31 @@
   Index: configure
  ---- configure.orig   2006-11-12 05:56:28 +0100
  -+++ configure        2006-11-12 09:58:43 +0100
  -@@ -35550,8 +35550,3 @@
  +--- configure.orig   2007-01-03 04:14:39 +0100
  ++++ configure        2007-01-04 08:55:01 +0100
  +@@ -30450,20 +30450,6 @@
  + Usually this means the macro was only invoked conditionally." >&2;}
       { (exit 1); exit 1; }; }
    fi
  - 
  --if test "x$HAVE_MPEG2_TRUE" = "x#"
  --then
  -- { echo "$as_me:$LINENO: NOTICE: libmpeg2 not found" >&5
  --echo "$as_me: NOTICE: libmpeg2 not found" >&6;}
  +-if test -z "${HAVE_MPEG2_TRUE}" && test -z "${HAVE_MPEG2_FALSE}"; then
  +-  { { echo "$as_me:$LINENO: error: conditional \"HAVE_MPEG2\" was never 
defined.
  +-Usually this means the macro was only invoked conditionally." >&5
  +-echo "$as_me: error: conditional \"HAVE_MPEG2\" was never defined.
  +-Usually this means the macro was only invoked conditionally." >&2;}
  +-   { (exit 1); exit 1; }; }
  +-fi
  +-if test -z "${HAVE_MPEG2_TRUE}" && test -z "${HAVE_MPEG2_FALSE}"; then
  +-  { { echo "$as_me:$LINENO: error: conditional \"HAVE_MPEG2\" was never 
defined.
  +-Usually this means the macro was only invoked conditionally." >&5
  +-echo "$as_me: error: conditional \"HAVE_MPEG2\" was never defined.
  +-Usually this means the macro was only invoked conditionally." >&2;}
  +-   { (exit 1); exit 1; }; }
   -fi
  + if test -z "${HAVE_GLIB_TRUE}" && test -z "${HAVE_GLIB_FALSE}"; then
  +   { { echo "$as_me:$LINENO: error: conditional \"HAVE_GLIB\" was never 
defined.
  + Usually this means the macro was only invoked conditionally." >&5
   Index: src/main/Makefile.in
  ---- src/main/Makefile.in.orig        2006-11-12 05:56:22 +0100
  -+++ src/main/Makefile.in     2006-11-12 09:59:41 +0100
  -@@ -72,6 +72,7 @@
  +--- src/main/Makefile.in.orig        2007-01-03 04:14:47 +0100
  ++++ src/main/Makefile.in     2007-01-04 08:53:22 +0100
  +@@ -73,6 +73,7 @@
        getopt1.$(OBJEXT)
    extract_OBJECTS = $(am_extract_OBJECTS)
    extract_DEPENDENCIES = $(top_builddir)/src/main/libextractor.la
  @@ -21,7 +33,7 @@
    am_test_binary_OBJECTS = test_binary.$(OBJEXT)
    test_binary_OBJECTS = $(am_test_binary_OBJECTS)
    test_binary_DEPENDENCIES = $(top_builddir)/src/main/libextractor.la
  -@@ -286,7 +287,8 @@
  +@@ -293,7 +294,8 @@
      libextractor.la 
    
    extract_LDADD = \
  @@ -32,9 +44,9 @@
    @MINGW_FALSE@@[EMAIL PROTECTED] = -ldl
    @[EMAIL PROTECTED] = -lz
   Index: src/plugins/Makefile.in
  ---- src/plugins/Makefile.in.orig     2006-11-12 05:56:23 +0100
  -+++ src/plugins/Makefile.in  2006-11-12 10:00:14 +0100
  -@@ -111,7 +111,7 @@
  +--- src/plugins/Makefile.in.orig     2007-01-03 04:14:48 +0100
  ++++ src/plugins/Makefile.in  2007-01-04 08:53:22 +0100
  +@@ -112,7 +112,7 @@
    libextractor_mp3_la_OBJECTS = $(am_libextractor_mp3_la_OBJECTS)
    libextractor_mpeg_la_DEPENDENCIES =
    am__libextractor_mpeg_la_SOURCES_DIST = mpegextractor.c
  @@ -43,7 +55,7 @@
    libextractor_mpeg_la_OBJECTS = $(am_libextractor_mpeg_la_OBJECTS)
    libextractor_nsf_la_DEPENDENCIES =  \
        $(top_builddir)/src/main/libextractor.la
  -@@ -365,12 +365,12 @@
  +@@ -374,12 +374,12 @@
    LDFLAGS = @LDFLAGS@
    LIBADD_DL = @LIBADD_DL@
    LIBEXT = @LIBEXT@
  @@ -58,7 +70,7 @@
    
    LIBTOOL = @LIBTOOL@
    LN_S = @LN_S@
  -@@ -1280,21 +1280,6 @@
  +@@ -1336,21 +1336,6 @@
    
    
    install-exec-hook:
  @@ -81,9 +93,9 @@
    # Otherwise a system limit (for SysV at least) may be exceeded.
    .NOEXPORT:
   Index: src/plugins/exiv2/Makefile.in
  ---- src/plugins/exiv2/Makefile.in.orig       2006-11-12 05:56:23 +0100
  -+++ src/plugins/exiv2/Makefile.in    2006-11-12 09:58:43 +0100
  -@@ -191,12 +191,12 @@
  +--- src/plugins/exiv2/Makefile.in.orig       2007-01-03 04:14:48 +0100
  ++++ src/plugins/exiv2/Makefile.in    2007-01-04 08:53:22 +0100
  +@@ -192,12 +192,12 @@
    LDFLAGS = @LDFLAGS@
    LIBADD_DL = @LIBADD_DL@
    LIBEXT = @LIBEXT@
  @@ -99,9 +111,9 @@
    LIBTOOL = @LIBTOOL@
    LN_S = @LN_S@
   Index: src/plugins/hash/Makefile.in
  ---- src/plugins/hash/Makefile.in.orig        2006-11-12 05:56:23 +0100
  -+++ src/plugins/hash/Makefile.in     2006-11-12 09:58:43 +0100
  -@@ -180,12 +180,12 @@
  +--- src/plugins/hash/Makefile.in.orig        2007-01-03 04:14:48 +0100
  ++++ src/plugins/hash/Makefile.in     2007-01-04 08:53:22 +0100
  +@@ -181,12 +181,12 @@
    LDFLAGS = @LDFLAGS@
    LIBADD_DL = @LIBADD_DL@
    LIBEXT = @LIBEXT@
  @@ -117,9 +129,9 @@
    LIBTOOL = @LIBTOOL@
    LN_S = @LN_S@
   Index: src/plugins/ole2/Makefile.in
  ---- src/plugins/ole2/Makefile.in.orig        2006-11-12 05:56:23 +0100
  -+++ src/plugins/ole2/Makefile.in     2006-11-12 09:58:43 +0100
  -@@ -162,12 +162,12 @@
  +--- src/plugins/ole2/Makefile.in.orig        2007-01-03 04:14:49 +0100
  ++++ src/plugins/ole2/Makefile.in     2007-01-04 08:53:22 +0100
  +@@ -163,12 +163,12 @@
    LDFLAGS = @LDFLAGS@
    LIBADD_DL = @LIBADD_DL@
    LIBEXT = @LIBEXT@
  @@ -135,9 +147,9 @@
    LIBTOOL = @LIBTOOL@
    LN_S = @LN_S@
   Index: src/plugins/oo/Makefile.in
  ---- src/plugins/oo/Makefile.in.orig  2006-11-12 05:56:24 +0100
  -+++ src/plugins/oo/Makefile.in       2006-11-12 09:58:43 +0100
  -@@ -166,12 +166,12 @@
  +--- src/plugins/oo/Makefile.in.orig  2007-01-03 04:14:49 +0100
  ++++ src/plugins/oo/Makefile.in       2007-01-04 08:53:22 +0100
  +@@ -167,12 +167,12 @@
    LDFLAGS = @LDFLAGS@
    LIBADD_DL = @LIBADD_DL@
    LIBEXT = @LIBEXT@
  @@ -153,9 +165,9 @@
    LIBTOOL = @LIBTOOL@
    LN_S = @LN_S@
   Index: src/plugins/pdf/Makefile.in
  ---- src/plugins/pdf/Makefile.in.orig 2006-11-12 05:56:24 +0100
  -+++ src/plugins/pdf/Makefile.in      2006-11-12 09:58:43 +0100
  -@@ -183,12 +183,12 @@
  +--- src/plugins/pdf/Makefile.in.orig 2007-01-03 04:14:49 +0100
  ++++ src/plugins/pdf/Makefile.in      2007-01-04 08:53:22 +0100
  +@@ -184,12 +184,12 @@
    LDFLAGS = @LDFLAGS@
    LIBADD_DL = @LIBADD_DL@
    LIBEXT = @LIBEXT@
  @@ -171,9 +183,9 @@
    LIBTOOL = @LIBTOOL@
    LN_S = @LN_S@
   Index: src/plugins/printable/Makefile.in
  ---- src/plugins/printable/Makefile.in.orig   2006-11-12 05:56:25 +0100
  -+++ src/plugins/printable/Makefile.in        2006-11-12 09:58:43 +0100
  -@@ -492,12 +492,12 @@
  +--- src/plugins/printable/Makefile.in.orig   2007-01-03 04:14:50 +0100
  ++++ src/plugins/printable/Makefile.in        2007-01-04 08:53:22 +0100
  +@@ -493,12 +493,12 @@
    LDFLAGS = @LDFLAGS@
    LIBADD_DL = @LIBADD_DL@
    LIBEXT = @LIBEXT@
  @@ -189,9 +201,9 @@
    LIBTOOL = @LIBTOOL@
    LN_S = @LN_S@
   Index: src/plugins/rpm/Makefile.in
  ---- src/plugins/rpm/Makefile.in.orig 2006-11-12 05:56:25 +0100
  -+++ src/plugins/rpm/Makefile.in      2006-11-12 09:58:43 +0100
  -@@ -165,12 +165,12 @@
  +--- src/plugins/rpm/Makefile.in.orig 2007-01-03 04:14:50 +0100
  ++++ src/plugins/rpm/Makefile.in      2007-01-04 08:53:22 +0100
  +@@ -166,12 +166,12 @@
    LDFLAGS = @LDFLAGS@
    LIBADD_DL = @LIBADD_DL@
    LIBEXT = @LIBEXT@
  @@ -207,9 +219,9 @@
    LIBTOOL = @LIBTOOL@
    LN_S = @LN_S@
   Index: src/plugins/thumbnail/Makefile.in
  ---- src/plugins/thumbnail/Makefile.in.orig   2006-11-12 05:56:25 +0100
  -+++ src/plugins/thumbnail/Makefile.in        2006-11-12 09:58:43 +0100
  -@@ -161,12 +161,12 @@
  +--- src/plugins/thumbnail/Makefile.in.orig   2007-01-03 04:14:51 +0100
  ++++ src/plugins/thumbnail/Makefile.in        2007-01-04 08:53:22 +0100
  +@@ -162,12 +162,12 @@
    LDFLAGS = @LDFLAGS@
    LIBADD_DL = @LIBADD_DL@
    LIBEXT = @LIBEXT@
  @@ -224,7 +236,7 @@
    
    LIBTOOL = @LIBTOOL@
    LN_S = @LN_S@
  -@@ -271,7 +271,7 @@
  +@@ -278,7 +278,7 @@
      $(GLIB_CFLAGS) $(GTK_CFLAGS)
    
    libextractor_thumbnailgtk_la_LIBADD = \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/libextractor/libextractor.spec
  ============================================================================
  $ cvs diff -u -r1.33 -r1.34 libextractor.spec
  --- openpkg-src/libextractor/libextractor.spec        2 Jan 2007 09:22:43 
-0000       1.33
  +++ openpkg-src/libextractor/libextractor.spec        4 Jan 2007 17:10:46 
-0000       1.34
  @@ -32,8 +32,8 @@
   Class:        EVAL
   Group:        Filesystem
   License:      GPL
  -Version:      0.5.17
  -Release:      20070102
  +Version:      0.5.17a
  +Release:      20070104
   
   #   list of sources
   Source0:      
http://gnunet.org/libextractor/download/libextractor-%{version}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to