Hello community, here is the log from the commit of package libextractor checked in at Fri May 19 16:52:15 CEST 2006. -------- --- libextractor/libextractor.changes 2006-05-18 14:23:55.000000000 +0200 +++ libextractor/libextractor.changes 2006-05-19 09:53:49.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 19 09:52:43 CEST 2006 - ke@suse.de + +- Remove mpeg2 libs from the build requirements. + +------------------------------------------------------------------- New: ---- mpeg-check.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libextractor.spec ++++++ --- /var/tmp/diff_new_pack.H4pRul/_old 2006-05-19 16:52:01.000000000 +0200 +++ /var/tmp/diff_new_pack.H4pRul/_new 2006-05-19 16:52:01.000000000 +0200 @@ -11,15 +11,15 @@ # norootforbuild Name: libextractor -BuildRequires: ImageMagick gcc-c++ glib-devel gtk2 gtk2-devel libgsf libgsf-devel libmpeg2 libmpeg2-devel libvorbis-devel pkgconfig python-devel vorbis-tools +BuildRequires: ImageMagick gcc-c++ glib-devel gtk2 gtk2-devel libgsf libgsf-devel libvorbis-devel pkgconfig python-devel vorbis-tools License: GPL Group: Productivity/Other Autoreqprov: on Version: 0.5.14 -Release: 1 +Release: 2 Summary: Library to Extract Metadata from Files Source: http://gnunet.org/libextractor/download/%{name}-%{version}.tar.gz -#Patch1: basicio-ns-fix.diff +Patch10: mpeg-check.patch #Patch2: xpdf202_combined.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build URL: http://www.gnu.org/software/libextractor/ @@ -71,7 +71,7 @@ %prep %setup -q # %patch -p 1 -# %patch -p 1 -P 1 +%patch -p 0 -P 10 autoreconf %build @@ -116,6 +116,8 @@ %{_mandir}/man3/* %changelog -n libextractor +* Fri May 19 2006 - ke@suse.de +- Remove mpeg2 libs from the build requirements. * Thu May 18 2006 - ke@suse.de - Version 0.5.14: Fix security problem in the ASF and qt extractor (by re-writing it from scratch) and improve support for various Quicktime ++++++ mpeg-check.patch ++++++ --- configure.ac.~2~ 2006-05-19 09:58:03.000000000 +0200 +++ configure.ac 2006-05-19 10:02:27.000000000 +0200 @@ -373,7 +373,7 @@ AC_MSG_ERROR([FATAL: zlib not found (headers not installed?)]) fi -if test "x$HAVE_MPEG2_TRUE" = "x#" -then - AC_MSG_ERROR([FATAL: libmpeg2 not found]) -fi +dnl if test "x$HAVE_MPEG2_TRUE" = "x#" +dnl then +dnl AC_MSG_ERROR([FATAL: libmpeg2 not found]) +dnl fi --- src/plugins/Makefile.am.~1~ 2006-05-17 11:04:47.000000000 +0200 +++ src/plugins/Makefile.am 2006-05-19 10:09:29.000000000 +0200 @@ -58,7 +58,6 @@ libextractor_man.la \ libextractor_mime.la \ libextractor_mp3.la \ - libextractor_mpeg.la \ $(extraogg) \ libextractor_png.la \ libextractor_ps.la \ @@ -224,13 +223,13 @@ $(top_builddir)/src/main/libextractor.la \ $(PLUGINFLAGS) $(retaincommand) -libextractor_mpeg_la_SOURCES = \ - mpegextractor.c -libextractor_mpeg_la_LDFLAGS = \ - $(top_builddir)/src/main/libextractor.la \ - $(PLUGINFLAGS) $(retaincommand) -libextractor_mpeg_la_LIBADD = \ - -lmpeg2 +# libextractor_mpeg_la_SOURCES = \ +# mpegextractor.c +# libextractor_mpeg_la_LDFLAGS = \ +# $(top_builddir)/src/main/libextractor.la \ +# $(PLUGINFLAGS) $(retaincommand) +# libextractor_mpeg_la_LIBADD = \ +# -lmpeg2 libextractor_man_la_SOURCES = \ manextractor.c Diff finished. Fri May 19 10:09:34 2006 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de