rpms/x264/EL-5 .cvsignore,1.3,1.4 sources,1.3,1.4
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/x264/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28709
Modified Files:
.cvsignore sources
Log Message:
sync with F-9 (and not devel)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/x264/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 5 Sep 2008 10:20:21 -0000 1.3
+++ .cvsignore 8 Sep 2008 17:16:36 -0000 1.4
@@ -1 +1 @@
-x264-20080905.tar.bz2
+x264-20080613.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/x264/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 5 Sep 2008 10:20:21 -0000 1.3
+++ sources 8 Sep 2008 17:16:36 -0000 1.4
@@ -1 +1 @@
-09795824d0c28bf221ba96ebeb971ed2 x264-20080905.tar.bz2
+265f24d6f91d5ba0b448ed63c59d03fb x264-20080613.tar.bz2
16 years, 2 months
rpms/x264/EL-5 x264-rpm.patch, 1.2, 1.3 x264.desktop, 1.2, 1.3 x264.spec, 1.2, 1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/x264/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28049
Modified Files:
x264-rpm.patch x264.desktop x264.spec
Log Message:
sync with F-9 (and not devel)
x264-rpm.patch:
Index: x264-rpm.patch
===================================================================
RCS file: /cvs/free/rpms/x264/EL-5/x264-rpm.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- x264-rpm.patch 5 Sep 2008 10:20:21 -0000 1.2
+++ x264-rpm.patch 8 Sep 2008 17:06:04 -0000 1.3
@@ -1,43 +1,60 @@
-diff -up x264-20080905/configure.r x264-20080905/configure
---- x264-20080905/configure.r 2008-09-05 11:30:52.000000000 +0200
-+++ x264-20080905/configure 2008-09-05 11:43:27.000000000 +0200
-@@ -158,7 +158,7 @@ for opt do
- shared="yes"
- ;;
- --enable-visualize)
-- LDFLAGS="$LDFLAGS -L/usr/X11R6/lib -lX11"
-+ LDFLAGS="$LDFLAGS -lX11"
- CFLAGS="$CFLAGS -DVISUALIZE=1"
- vis="yes"
- ;;
-@@ -243,6 +243,7 @@ esac
- case $host_cpu in
- i*86)
- ARCH="X86"
-+ LDFLAGS="$LDFLAGS -m32"
- AS="yasm"
- ASFLAGS="-O2"
- if [ "$SYS" = MACOSX ]; then
-@@ -363,7 +364,7 @@ if test "$pthread" = "yes" ; then
- LDFLAGS="$LDFLAGS $libpthread"
- fi
+diff -up x264-20080420/Makefile.r x264-20080420/Makefile
+--- x264-20080420/Makefile.r 2008-04-20 00:21:48.000000000 +0200
++++ x264-20080420/Makefile 2008-05-04 21:39:38.000000000 +0200
+@@ -69,7 +69,7 @@ DEP = depend
--MP4_LDFLAGS="-lgpac_static"
-+MP4_LDFLAGS="-lgpac"
- if [ $SYS = MINGW ]; then
- MP4_LDFLAGS="$MP4_LDFLAGS -lwinmm"
- fi
-@@ -478,7 +479,6 @@ if [ "$shared" = "yes" ]; then
- fi
+ .PHONY: all default fprofiled clean distclean install install-gtk uninstall dox test testclean
- if [ "$gtk" = "yes" ]; then
-- echo 'default: libx264gtk.a' >> config.mak
- echo 'install: install-gtk' >> config.mak
- fi
+-default: $(DEP) x264$(EXE)
++default: $(DEP) x264$(EXE) x264_gtk_encode$(EXE)
+
+ libx264.a: .depend $(OBJS) $(OBJASM)
+ ar rc libx264.a $(OBJS) $(OBJASM)
+@@ -77,15 +77,16 @@ libx264.a: .depend $(OBJS) $(OBJASM)
+
+ $(SONAME): .depend $(OBJS) $(OBJASM)
+ $(CC) -shared -o $@ $(OBJS) $(OBJASM) $(SOFLAGS) $(LDFLAGS)
++ ln -s $(SONAME) libx264.so
-diff -up x264-20080905/gtk/Makefile.r x264-20080905/gtk/Makefile
---- x264-20080905/gtk/Makefile.r 2008-09-05 11:30:52.000000000 +0200
-+++ x264-20080905/gtk/Makefile 2008-09-05 11:41:36.000000000 +0200
+-x264$(EXE): $(OBJCLI) libx264.a
+- $(CC) -o $@ $+ $(LDFLAGS)
++x264$(EXE): $(OBJCLI) $(SONAME)
++ $(CC) -o $@ $+ $(LDFLAGS) -lx264 -L.
+
+-libx264gtk.a: muxers.o libx264.a
++x264_gtk_encode$(EXE): muxers.o $(SONAME)
+ $(MAKE) -C gtk
+
+-checkasm: tools/checkasm.o libx264.a
+- $(CC) -o $@ $+ $(LDFLAGS)
++checkasm: tools/checkasm.o $(SONAME)
++ $(CC) -o $@ $+ $(LDFLAGS) -lx264 -L.
+
+ %.o: %.asm
+ $(AS) $(ASFLAGS) -o $@ $<
+@@ -152,10 +153,8 @@ install: x264$(EXE) $(SONAME)
+ install -d $(DESTDIR)$(bindir) $(DESTDIR)$(includedir)
+ install -d $(DESTDIR)$(libdir) $(DESTDIR)$(libdir)/pkgconfig
+ install -m 644 x264.h $(DESTDIR)$(includedir)
+- install -m 644 libx264.a $(DESTDIR)$(libdir)
+ install -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig
+ install x264$(EXE) $(DESTDIR)$(bindir)
+- ranlib $(DESTDIR)$(libdir)/libx264.a
+ ifeq ($(SYS),MINGW)
+ $(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(bindir))
+ else
+@@ -164,7 +163,7 @@ else
+ endif
+ $(if $(IMPLIBNAME), install -m 644 $(IMPLIBNAME) $(DESTDIR)$(libdir))
+
+-install-gtk: libx264gtk.a
++install-gtk: x264_gtk_encode$(EXE)
+ $(MAKE) -C gtk install
+
+ uninstall:
+diff -up x264-20080420/gtk/Makefile.r x264-20080420/gtk/Makefile
+--- x264-20080420/gtk/Makefile.r 2008-04-20 00:21:48.000000000 +0200
++++ x264-20080420/gtk/Makefile 2008-05-04 21:34:42.000000000 +0200
@@ -46,14 +46,14 @@ SOURCES_ALL = $(OBJECTS_ALL:%.o=%.c)
X264GTK_PC = x264gtk.pc
@@ -66,7 +83,7 @@
-
$(SONAMEGTK): $(OBJECTS_LIB)
@echo " L: $(@F)"
- @$(CC) -shared -o $@ $(OBJECTS_LIB) $(SOFLAGS) $(LDFLAGS)
+ @$(CC) -shared -o $@ $(OBJECTS_LIB) -Wl,-soname,$(SONAMEGTK) $(LDFLAGS)
@@ -102,7 +97,7 @@ $(TEST_BIN): $(OBJECTS_LIB) $(OBJECTS_TE
@$(CC) -o $(TEST_BIN) $(OBJECTS_LIB) $(OBJECTS_TEST) $(LDFLAGS) $(ICONV_LIB)
@@ -106,60 +123,34 @@
@install -d "$(DESTDIR)$(libdir)"
- @echo " I: $(DESTDIR)$(libdir)/libx264gtk.a"
- @install -m 644 libx264gtk.a "$(DESTDIR)$(libdir)"
- @echo " I: $(DESTDIR)$(libdir)/libx264gtk.$(SOSUFFIX)"
- @$(if $(SONAMEGTK), ln -sf $(SONAMEGTK) $(DESTDIR)$(libdir)/libx264gtk.$(SOSUFFIX))
+ @echo " I: $(DESTDIR)$(libdir)/libx264gtk.so"
+ @$(if $(SONAMEGTK), ln -sf $(SONAMEGTK) $(DESTDIR)$(libdir)/libx264gtk.so)
@$(if $(SONAMEGTK), install -m 755 $(SONAMEGTK) $(DESTDIR)$(libdir))
-diff -up x264-20080905/Makefile.r x264-20080905/Makefile
---- x264-20080905/Makefile.r 2008-09-05 11:30:52.000000000 +0200
-+++ x264-20080905/Makefile 2008-09-05 11:41:36.000000000 +0200
-@@ -71,7 +71,7 @@ DEP = depend
-
- .PHONY: all default fprofiled clean distclean install install-gtk uninstall dox test testclean
-
--default: $(DEP) x264$(EXE)
-+default: $(DEP) x264$(EXE) x264_gtk_encode$(EXE)
-
- libx264.a: .depend $(OBJS) $(OBJASM)
- ar rc libx264.a $(OBJS) $(OBJASM)
-@@ -79,15 +79,16 @@ libx264.a: .depend $(OBJS) $(OBJASM)
-
- $(SONAME): .depend $(OBJS) $(OBJASM)
- $(CC) -shared -o $@ $(OBJS) $(OBJASM) $(SOFLAGS) $(LDFLAGS)
-+ ln -s $(SONAME) libx264.so
-
--x264$(EXE): $(OBJCLI) libx264.a
-- $(CC) -o $@ $+ $(LDFLAGS)
-+x264$(EXE): $(OBJCLI) $(SONAME)
-+ $(CC) -o $@ $+ $(LDFLAGS) -lx264 -L.
-
--libx264gtk.a: muxers.o libx264.a
-+x264_gtk_encode$(EXE): muxers.o $(SONAME)
- $(MAKE) -C gtk
-
--checkasm: tools/checkasm.o libx264.a
-- $(CC) -o $@ $+ $(LDFLAGS)
-+checkasm: tools/checkasm.o $(SONAME)
-+ $(CC) -o $@ $+ $(LDFLAGS) -lx264 -L.
+diff -up x264-20080420/configure.r x264-20080420/configure
+--- x264-20080420/configure.r 2008-04-20 00:21:48.000000000 +0200
++++ x264-20080420/configure 2008-05-04 21:35:24.000000000 +0200
+@@ -235,6 +235,7 @@ esac
+ case $host_cpu in
+ i*86)
+ ARCH="X86"
++ LDFLAGS="$LDFLAGS -m32"
+ AS="yasm"
+ ASFLAGS="-O2"
+ if [ "$SYS" = MACOSX ]; then
+@@ -372,7 +373,7 @@ if test "$pthread" = "yes" ; then
+ LDFLAGS="$LDFLAGS $libpthread"
+ fi
- %.o: %.asm
- $(AS) $(ASFLAGS) -o $@ $<
-@@ -154,10 +155,8 @@ install: x264$(EXE) $(SONAME)
- install -d $(DESTDIR)$(bindir) $(DESTDIR)$(includedir)
- install -d $(DESTDIR)$(libdir) $(DESTDIR)$(libdir)/pkgconfig
- install -m 644 x264.h $(DESTDIR)$(includedir)
-- install -m 644 libx264.a $(DESTDIR)$(libdir)
- install -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig
- install x264$(EXE) $(DESTDIR)$(bindir)
-- ranlib $(DESTDIR)$(libdir)/libx264.a
- ifeq ($(SYS),MINGW)
- $(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(bindir))
- else
-@@ -166,7 +165,7 @@ else
- endif
- $(if $(IMPLIBNAME), install -m 644 $(IMPLIBNAME) $(DESTDIR)$(libdir))
+-MP4_LDFLAGS="-lgpac_static"
++MP4_LDFLAGS="-lgpac"
+ if [ $SYS = MINGW ]; then
+ MP4_LDFLAGS="$MP4_LDFLAGS -lwinmm"
+ fi
+@@ -477,7 +478,6 @@ if [ "$shared" = "yes" ]; then
+ fi
--install-gtk: libx264gtk.a
-+install-gtk: x264_gtk_encode$(EXE)
- $(MAKE) -C gtk install
+ if [ "$gtk" = "yes" ]; then
+- echo 'default: libx264gtk.a' >> config.mak
+ echo 'install: install-gtk' >> config.mak
+ fi
- uninstall:
Index: x264.desktop
===================================================================
RCS file: /cvs/free/rpms/x264/EL-5/x264.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- x264.desktop 5 Sep 2008 10:20:21 -0000 1.2
+++ x264.desktop 8 Sep 2008 17:06:04 -0000 1.3
@@ -4,7 +4,7 @@
Comment=Gtk+ interface to configure X264
Exec=x264_gtk_encode
Terminal=false
-Icon=x264
+Icon=x264.png
Type=Application
Encoding=UTF-8
Categories=Video;AudioVideoEditing;GTK;
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/EL-5/x264.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- x264.spec 5 Sep 2008 10:20:21 -0000 1.2
+++ x264.spec 8 Sep 2008 17:06:04 -0000 1.3
@@ -1,9 +1,9 @@
-%define snapshot 20080905
+%define snapshot 20080613
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.0.0
-Release: 0.16.%{snapshot}%{?dist}
+Release: 0.15.%{snapshot}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://developers.videolan.org/x264.html
@@ -17,11 +17,14 @@
BuildRequires: git-core
BuildRequires: gtk2-devel
BuildRequires: gettext
-BuildRequires: gpac-devel
BuildRequires: ImageMagick
-%ifarch x86_64 %{ix86}
+%ifarch %{ix86}
+BuildRequires: nasm
+%endif
+%ifarch x86_64
BuildRequires: yasm
%endif
+%{?_with_gpac:BuildRequires: gpac-devel}
%description
x264 is a free library for encoding H264/AVC video streams, written from
@@ -85,11 +88,13 @@
# AUTHORS file is in iso-8859-1
iconv -f iso-8859-1 -t utf-8 -o AUTHORS.utf8 AUTHORS
mv -f AUTHORS.utf8 AUTHORS
+# configure hardcodes X11 lib path
+%{__perl} -pi -e 's|/usr/X11R6/lib |%{_libdir} |g' configure
+%{__perl} -pi -e 's|^MACHINE=.*|MACHINE=%{_build}|' configure
convert gtk/x264.ico x264icon.png
%build
./configure \
- --host=%{_target_platform} \
--prefix=%{_prefix} \
--exec-prefix=%{_exec_prefix} \
--bindir=%{_bindir} \
@@ -172,13 +177,6 @@
%{_libdir}/pkgconfig/%{name}gtk.pc
%changelog
-* Fri Sep 05 2008 Dominik Mierzejewski <rpm(a)greysector.net> 0.0.0-0.16.20080905
-- 20080905 snapshot
-- use yasm on all supported arches
-- include mp4 output support via gpac by default
-- drop/move obsolete fixups from %%prep
-- fix icon filename in desktop file
-
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.0.0-0.15.20080613
- rebuild
16 years, 2 months
rpms/libdvbpsi/EL-5 libdvbpsi-0.1.6-docsvg.patch, NONE, 1.1 libdvbpsi.spec, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/libdvbpsi/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27617
Modified Files:
libdvbpsi.spec
Added Files:
libdvbpsi-0.1.6-docsvg.patch
Log Message:
* Mon Sep 08 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.1.6-3.1
- Generate SVG instead of PNG in documentation (RHEL graphviz can't write PNG);
Patch is a modified version of one found in the elvn repo (Lubomir Rintel)
libdvbpsi-0.1.6-docsvg.patch:
--- NEW FILE libdvbpsi-0.1.6-docsvg.patch ---
diff -Naur libdvbpsi5-0.1.6.org/doc/doxygen.cfg libdvbpsi5-0.1.6/doc/doxygen.cfg
--- libdvbpsi5-0.1.6.org/doc/doxygen.cfg 2008-09-08 18:52:55.000000000 +0200
+++ libdvbpsi5-0.1.6/doc/doxygen.cfg 2008-09-08 18:53:25.000000000 +0200
@@ -836,10 +836,10 @@
GRAPHICAL_HIERARCHY = YES
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
-# generated by dot. Possible values are gif, jpg, and png
+# generated by dot. Possible values are gif, jpg, and svg
# If left blank gif will be used.
-DOT_IMAGE_FORMAT = png
+DOT_IMAGE_FORMAT = svg
# The tag DOT_PATH can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found on the path.
diff -Naur libdvbpsi5-0.1.6.org/doc/Makefile.am libdvbpsi5-0.1.6/doc/Makefile.am
--- libdvbpsi5-0.1.6.org/doc/Makefile.am 2008-09-08 18:52:55.000000000 +0200
+++ libdvbpsi5-0.1.6/doc/Makefile.am 2008-09-08 18:53:25.000000000 +0200
@@ -3,12 +3,12 @@
EXTRA_DIST=index.doxygen structure.doxygen usage.doxygen newdec.doxygen \
decoder.dot doxygen.cfg
-MOSTLYCLEANFILES=decoder.png
+MOSTLYCLEANFILES=decoder.svg
-doc: decoder.png
+doc: decoder.svg
doxygen doxygen.cfg
- cp decoder.png doxygen/html
+ cp decoder.svg doxygen/html
-decoder.png: decoder.dot
- dot -Tpng -o $@ $<
+decoder.svg: decoder.dot
+ dot -Tsvg -o $@ $<
diff -Naur libdvbpsi5-0.1.6.org/doc/Makefile.in libdvbpsi5-0.1.6/doc/Makefile.in
--- libdvbpsi5-0.1.6.org/doc/Makefile.in 2008-09-08 18:52:55.000000000 +0200
+++ libdvbpsi5-0.1.6/doc/Makefile.in 2008-09-08 18:53:49.000000000 +0200
@@ -158,7 +158,7 @@
EXTRA_DIST = index.doxygen structure.doxygen usage.doxygen newdec.doxygen \
decoder.dot doxygen.cfg
-MOSTLYCLEANFILES = decoder.png
+MOSTLYCLEANFILES = decoder.svg
all: all-am
.SUFFIXES:
@@ -321,12 +321,12 @@
uninstall-info-am
-doc: decoder.png
+doc: decoder.svg
doxygen doxygen.cfg
- cp decoder.png doxygen/html
+ cp decoder.svg doxygen/html
-decoder.png: decoder.dot
- dot -Tpng -o $@ $<
+decoder.svg: decoder.dot
+ dot -Tsvg -o $@ $<
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff -Naur libdvbpsi5-0.1.6.org/doc/structure.doxygen libdvbpsi5-0.1.6/doc/structure.doxygen
--- libdvbpsi5-0.1.6.org/doc/structure.doxygen 2008-09-08 18:52:55.000000000 +0200
+++ libdvbpsi5-0.1.6/doc/structure.doxygen 2008-09-08 18:53:25.000000000 +0200
@@ -2,7 +2,7 @@
<p>The PSI decoder and the specific decoder:</p>
-<img src="decoder.png" />
+<img src="decoder.svg" />
<p>Each decoder is split into two entities:</p>
Index: libdvbpsi.spec
===================================================================
RCS file: /cvs/free/rpms/libdvbpsi/EL-5/libdvbpsi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libdvbpsi.spec 4 Aug 2008 19:00:28 -0000 1.1
+++ libdvbpsi.spec 8 Sep 2008 17:00:21 -0000 1.2
@@ -3,11 +3,12 @@
Summary: Library for MPEG TS and DVB PSI tables decoding and generation
Name: libdvbpsi
Version: 0.1.6
-Release: 3%{?dist}
+Release: 3%{?dist}.1
License: GPLv2+
-Group: System Environment/Libraries
+Group: System Environment/Libraries
URL: http://www.videolan.org/developers/libdvbpsi.html
Source0: http://download.videolan.org/pub/libdvbpsi/%{version}/%{real_name}-%{vers...
+Patch1: libdvbpsi-0.1.6-docsvg.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: graphviz doxygen
@@ -31,8 +32,8 @@
%prep
%setup -q -n %{real_name}-%{version}
-
-
+%patch1 -p1 -b .docsvg
+touch -r aclocal.m4 configure.ac
# -----------------------------------------------------------------------------
@@ -72,6 +73,10 @@
# -----------------------------------------------------------------------------
%changelog
+* Mon Sep 08 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.1.6-3.1
+- Generate SVG instead of PNG in documentation (RHEL graphviz can't write PNG);
+ Patch is a modified version of one found in the elvn repo (Lubomir Rintel)
+
* Mon Aug 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.1.6-3
- rebuild
16 years, 2 months
rpms/gpac/devel gpac.spec,1.1,1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gpac/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26459/devel
Modified Files:
gpac.spec
Log Message:
- Fix for Large File Support (was livna #2075 )
Index: gpac.spec
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/gpac.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gpac.spec 3 Aug 2008 14:29:51 -0000 1.1
+++ gpac.spec 8 Sep 2008 16:45:45 -0000 1.2
@@ -21,7 +21,7 @@
Name: gpac
Summary: MPEG-4 multimedia framework
Version: 0.4.5
-Release: 0.4.%{cvs}cvs%{?dist}
+Release: 0.5.%{cvs}cvs%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://gpac.sourceforge.net/
@@ -204,7 +204,7 @@
%build
%configure \
--enable-debug \
- --extra-cflags="$RPM_OPT_FLAGS" \
+ --extra-cflags="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1" \
--libdir=%{_libdir} \
--disable-oss-audio \
%if %with_mozilla
@@ -366,8 +366,8 @@
%endif
%changelog
-* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.4.5-0.4.20080217cvs
-- rebuild
+* Mon Sep 8 2008 kwizart < kwizart at gmail.com > - 0.4.5-0.5.20080217cvs
+- Fix for Large File Support (was livna #2075 )
* Mon Feb 25 2008 kwizart < kwizart at gmail.com > - 0.4.5-0.3.20080217cvs
- Enable devel-static
16 years, 2 months
rpms/gpac/F-9 gpac.spec,1.1,1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gpac/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26459/F-9
Modified Files:
gpac.spec
Log Message:
- Fix for Large File Support (was livna #2075 )
Index: gpac.spec
===================================================================
RCS file: /cvs/free/rpms/gpac/F-9/gpac.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gpac.spec 7 Aug 2008 17:37:47 -0000 1.1
+++ gpac.spec 8 Sep 2008 16:45:45 -0000 1.2
@@ -21,7 +21,7 @@
Name: gpac
Summary: MPEG-4 multimedia framework
Version: 0.4.5
-Release: 0.4.%{cvs}cvs%{?dist}
+Release: 0.5.%{cvs}cvs%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://gpac.sourceforge.net/
@@ -204,7 +204,7 @@
%build
%configure \
--enable-debug \
- --extra-cflags="$RPM_OPT_FLAGS" \
+ --extra-cflags="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1" \
--libdir=%{_libdir} \
--disable-oss-audio \
%if %with_mozilla
@@ -366,8 +366,8 @@
%endif
%changelog
-* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.4.5-0.4.20080217cvs
-- rebuild
+* Mon Sep 8 2008 kwizart < kwizart at gmail.com > - 0.4.5-0.5.20080217cvs
+- Fix for Large File Support (was livna #2075 )
* Mon Feb 25 2008 kwizart < kwizart at gmail.com > - 0.4.5-0.3.20080217cvs
- Enable devel-static
16 years, 2 months
rpms/vlc/F-9 vlc.spec,1.6,1.7
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24602
Modified Files:
vlc.spec
Log Message:
Remove patch11 (not upstreamed)
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-9/vlc.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vlc.spec 8 Sep 2008 15:46:07 -0000 1.6
+++ vlc.spec 8 Sep 2008 16:16:44 -0000 1.7
@@ -19,7 +19,7 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
Version: 0.8.7
-%define release_tag 0.1
+%define release_tag 0.2
%define _version 0.8.6i
Release: %{release_tag}%{?dist}
License: GPLv2+
@@ -41,7 +41,6 @@
Patch7: vlc-0.8.6f-wx28iccfixes.patch
Patch9: vlc-0.8.6c-python_destdir.patch
Patch10: vlc-0.8.6c-python_libtool.patch
-Patch11: vlc-0.8.6g-networkstream-seek.patch
Patch12: vlc-0.8.6-font_dejavu.patch
Patch16: vlc-trunk-dirac_0_8_0-api.patch
Patch17: vlc-0.8.6c-dts_to_dca_api.patch
@@ -307,7 +306,6 @@
%patch7 -p1 -b .wx28iccfixes
%patch9 -p1 -b .python_destdir
%patch10 -p1 -b .python_libtool
-%patch11 -p1 -b .networkstream_seek
%patch12 -p1 -b .font_dejavu
%if 0%{?fedora} > 7
%patch16 -p1 -b .dirac8
@@ -665,7 +663,7 @@
%changelog
-* Mon Sep 8 2008 kwizart < kwizart at gmail.com > - 0.8.7-0.1
+* Mon Sep 8 2008 kwizart < kwizart at gmail.com > - 0.8.7-0.2
- Update to 0.8.6-bugfix
Security updates:
* Fixed overflow in TTA demuxer (CVE-2008-3732)
@@ -674,6 +672,7 @@
Various bugfixes:
* Fixed support for large URLs in HTTPd scripts
- Drop vlc-git support from this spec file
+- Remove patch11
* Thu Aug 28 2008 kwizart < kwizart at gmail.com > - 0.8.6i-3
- Import for RPMFusion
16 years, 2 months
rpms/vlc/F-8 sources,1.2,1.3
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24575
Modified Files:
sources
Log Message:
Add sources from F-9
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 9 Aug 2008 18:35:59 -0000 1.2
+++ sources 8 Sep 2008 16:16:21 -0000 1.3
@@ -1,2 +1,3 @@
-4a6eece2f56d4ad5dfa786e934d2b4a8 vlc-0.8.6h.tar.bz2
+3c90520c9f22a68d287458d5a8af989e vlc-0.8.6i.tar.bz2
64521246371c2706eb8375cc38e5233b vlvc_source-0.8.tgz
+952d793a977eefe9de3cdad97d7dfd60 vlc-0.8.7-git_head-20080908.patch.tar.bz2
16 years, 2 months
rpms/vlc/F-8 vlc.spec,1.3,1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24494
Modified Files:
vlc.spec
Log Message:
Remove patch11
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-8/vlc.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vlc.spec 8 Sep 2008 16:05:01 -0000 1.3
+++ vlc.spec 8 Sep 2008 16:15:53 -0000 1.4
@@ -19,7 +19,7 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
Version: 0.8.7
-%define release_tag 0.1
+%define release_tag 0.2
%define _version 0.8.6i
Release: %{release_tag}%{?dist}
License: GPLv2+
@@ -41,7 +41,6 @@
Patch7: vlc-0.8.6f-wx28iccfixes.patch
Patch9: vlc-0.8.6c-python_destdir.patch
Patch10: vlc-0.8.6c-python_libtool.patch
-Patch11: vlc-0.8.6g-networkstream-seek.patch
Patch12: vlc-0.8.6-font_dejavu.patch
Patch16: vlc-trunk-dirac_0_8_0-api.patch
Patch17: vlc-0.8.6c-dts_to_dca_api.patch
@@ -307,7 +306,6 @@
%patch7 -p1 -b .wx28iccfixes
%patch9 -p1 -b .python_destdir
%patch10 -p1 -b .python_libtool
-%patch11 -p1 -b .networkstream_seek
%patch12 -p1 -b .font_dejavu
%if 0%{?fedora} > 7
%patch16 -p1 -b .dirac8
@@ -665,7 +663,7 @@
%changelog
-* Mon Sep 8 2008 kwizart < kwizart at gmail.com > - 0.8.7-0.1
+* Mon Sep 8 2008 kwizart < kwizart at gmail.com > - 0.8.7-0.2
- Update to 0.8.6-bugfix
Security updates:
* Fixed overflow in TTA demuxer (CVE-2008-3732)
@@ -674,6 +672,7 @@
Various bugfixes:
* Fixed support for large URLs in HTTPd scripts
- Drop vlc-git support from this spec file
+- Remove patch11
* Thu Aug 28 2008 kwizart < kwizart at gmail.com > - 0.8.6i-3
- Import for RPMFusion
16 years, 2 months
rpms/vlc/F-8 vlc-0.8.6i-ffmpeg-compat.patch, NONE, 1.1 vlc.spec, 1.2, 1.3
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23886
Modified Files:
vlc.spec
Added Files:
vlc-0.8.6i-ffmpeg-compat.patch
Log Message:
Sync from F-9
vlc-0.8.6i-ffmpeg-compat.patch:
--- NEW FILE vlc-0.8.6i-ffmpeg-compat.patch ---
diff -up vlc-0.8.6i/configure.ac.compat vlc-0.8.6i/configure.ac
--- vlc-0.8.6i/configure.ac.compat 2008-07-13 14:56:29.000000000 +0200
+++ vlc-0.8.6i/configure.ac 2008-07-13 15:00:53.000000000 +0200
@@ -2714,14 +2714,14 @@ dnl Look for a ffmpeg-config (we are on
else
dnl Trying with pkg-config
- PKG_CHECK_MODULES(FFMPEG,[libavcodec, libavformat],
+ PKG_CHECK_MODULES(FFMPEG,[libavcodec-compat, libavformat-compat],
[
CPPFLAGS="${CPPFLAGS} ${FFMPEG_CFLAGS}"
CFLAGS="${CFLAGS} ${FFMPEG_CFLAGS}"
- AC_CHECK_HEADERS(ffmpeg/avcodec.h libavcodec/avcodec.h)
- AC_CHECK_HEADERS(ffmpeg/avformat.h libavformat/avformat.h)
- AC_CHECK_HEADERS(ffmpeg/avutil.h libavutil/avutil.h)
- AC_CHECK_HEADERS(postproc/postprocess.h libpostproc/postprocess.h)
+ AC_CHECK_HEADERS(ffmpeg/avcodec.h avcodec.h)
+ AC_CHECK_HEADERS(ffmpeg/avformat.h avformat.h)
+ AC_CHECK_HEADERS(ffmpeg/avutil.h avutil.h)
+ AC_CHECK_HEADERS(postproc/postprocess.h postprocess.h)
if test "${SYS}" = "darwin"; then
VLC_ADD_BUILTINS([ffmpeg])
else
@@ -2737,7 +2737,7 @@ dnl Trying with pkg-config
VLC_ADD_CFLAGS([ffmpeg stream_out_switcher],[${FFMPEG_CFLAGS}])
VLC_ADD_LDFLAGS([ffmpeg stream_out_switcher],[${FFMPEG_LIBS}])
dnl newer ffmpeg have a separate libpostproc
- PKG_CHECK_MODULES(POSTPROC, libpostproc,[
+ PKG_CHECK_MODULES(POSTPROC, libpostproc-compat,[
VLC_ADD_LDFLAGS([ffmpeg],[${POSTPROC_LIBS}])
],[ true ])
VLC_RESTORE_FLAGS
@@ -2785,8 +2785,8 @@ if test "${enable_ffmpeg}" != "no"
then
CFLAGS="${CFLAGS} ${CFLAGS_ffmpeg}"
LDFLAGS="${LDFLAGS} ${LDFLAGS_ffmpeg}"
- AC_CHECK_LIB(avcodec, img_resample, ,
- [AC_MSG_ERROR([Your FFmpeg library doesn't have the needed img_resample() function. You should rebuild it with software scaler disabled])], -lavutil)
+ AC_CHECK_LIB(avcodec-compat, img_resample, ,
+ [AC_MSG_ERROR([Your FFmpeg library doesn't have the needed img_resample() function. You should rebuild it with software scaler disabled])], -lavutil-compat)
VLC_RESTORE_FLAGS
fi
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-8/vlc.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vlc.spec 9 Aug 2008 18:46:53 -0000 1.2
+++ vlc.spec 8 Sep 2008 16:05:01 -0000 1.3
@@ -7,13 +7,9 @@
%define with_ffmpeg_compat 1
%define ffmpeg_date 20080113
%define with_internal_live555 0
-%define with_shared_live555 0
%define live555_date 2008.04.03
-%define vlc_git 0
-%define vlc_date 20080611
%define with_mozilla 1
%define with_python_vlc 1
-%define rpmfusion 0
%define with_dc1394 0
%define with_directfb 1
%define with_dirac 1
@@ -22,25 +18,14 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
-%if %vlc_git
-Version: 0.9.0
-%define release_tag 0.2
-%define _version %{version}-git
-Release: %{release_tag}.%{vlc_date}git%{?dist}
-%else
-Version: 0.8.6h
-%define release_tag 2
-%define _version %{version}
+Version: 0.8.7
+%define release_tag 0.1
+%define _version 0.8.6i
Release: %{release_tag}%{?dist}
-%endif
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org/
-%if %vlc_git
-Source0: http://nightlies.videolan.org/build/source/trunk-%{vlc_date}-0057/vlc-sna...
-%else
-Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}.t...
-%endif
+Source0: http://download.videolan.org/pub/videolan/vlc/%{_version}/vlc-%{_version}...
%if %with_intern_ffmpeg
Source1: http://rpm.greysector.net/livna/ffmpeg-%{ffmpeg_date}.tar.bz2
%endif
@@ -50,7 +35,6 @@
%if %with_vlvc
Source3: https://pfe.epitech.net/frs/download.php/747/vlvc_source-0.8.tgz
%endif
-Patch1: vlc-0.8.6h-new_x-content.patch
Patch3: vlc-0.8.6-wx28compat.patch
Patch4: vlc-0.8.6f-shared_live555.patch
Patch5: vlc-0.8.6f-all_plugin.patch
@@ -63,13 +47,14 @@
Patch17: vlc-0.8.6c-dts_to_dca_api.patch
Patch19: vlc-0.8.6e-pulse.patch
Patch20: vlc-0.8.6e-pulse_default.patch
-Patch21: vlc-0.8.6e-directfb.patch
-Patch50: vlc-0.8.6h-ffmpeg-compat.patch
-Patch51: vlc-0.8.6c-ffmpeg_fix_for_compat.patch
+Patch50: vlc-0.8.6i-ffmpeg-compat.patch
Patch63: vlc-trunk-dirac_0_9_0-api.patch
Patch80: vlc-0.8.6e-xulrunner.patch
Patch90: vlc-0.8.6-vlvc_0.8.patch
Patch91: vlc-0.8.6-vlvcfix.patch
+# git-diff tags/vlc-0.8.6i HEAD > vlc-0.8.7-git_head-$(date +%Y%m%d ).patch
+# tar cjvf vlc-0.8.7-git_head-$(date +%Y%m%d ).patch.tar.bz2
+Patch99: vlc-0.8.7-git_head-20080908.patch.tar.bz2
Patch100: vlc-trunk-default_font.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -142,11 +127,7 @@
BuildConflicts: live-devel
BuildConflicts: live555-devel
%else
-%if %with_shared_live555
BuildRequires: live555-devel >= 0-0.19.2008.04.03
-%else
-BuildRequires: live-devel >= 0-0.11.2006.08.07
-%endif
%endif
BuildRequires: kernel-headers >= 2.6.20
BuildRequires: libGL-devel
@@ -211,24 +192,10 @@
# Now obsoleted as it will be built externally
Obsoletes: java-vlc < %{version}
+#Not in repos
+#BuildRequires: libgoom2-devel
+#BuildRequires: libggi-devel
-%if %vlc_git
-BuildRequires: opencv-devel
-BuildRequires: qt4-devel
-BuildRequires: dbus-devel
-BuildRequires: fluidsynth-devel
-BuildRequires: xorg-x11-proto-devel
-BuildRequires: lua-devel
-BuildRequires: libXvMC-devel
-BuildRequires: taglib-devel
-BuildRequires: libmusicbrainz-devel
-BuildRequires: zvbi-devel
-%endif
-
-%if %rpmfusion
-BuildRequires: libgoom2-devel
-BuildRequires: libggi-devel
-%endif
%if %with_dc1394
BuildRequires: compat-libdc1394-devel
@@ -254,6 +221,10 @@
It can also be used as a server to stream in unicast or multicast in
IPv4 or IPv6 on a high-bandwidth network.
+!!!BIG FAT WARNING!!!
+This vlc-0.8.7 pre-version is based on vlc-0.8.6-bugfix branch
+See http://mailman.videolan.org/pipermail/vlc/2008-August/015827.html
+
%description devel
This package contains development files for VLC Media Player.
@@ -330,10 +301,6 @@
%endif
-%if %vlc_git
-%patch100 -p1 -b .default_font
-%else
-%patch1 -p1 -b .new_x-content
%patch3 -p1 -b .wxGTK28compat
%patch4 -p1 -b .shared_live555
%patch5 -p1 -b .all_plugin
@@ -347,12 +314,10 @@
%patch17 -p1 -b .dts_dca
%patch19 -p1 -b .pulse
%patch20 -p1 -b .pulse_default
-%patch21 -p1 -b .directfb
%endif
%if %{with_ffmpeg_compat}
%patch50 -p1 -b .compat
-#patch51 -p1 -b .fix_for_compat
%endif
%if 0%{?fedora} > 8
@@ -364,8 +329,7 @@
%patch90 -p1 -b .vlvc
%patch91 -p1 -b .vlvcfix
%endif
-
-%endif
+%patch99 -p1 -b .vlc87
%{?_with_clinkcc:
#hack for clinkcc support - optional feature - under testing.
@@ -375,8 +339,6 @@
sed -i -e 's|MediaServer.h|media/server/MediaServer.h|' configure.ac configure
}
-%if %vlc_git
-%else
# Fix perms issues
chmod 644 mozilla/control/*
chmod 644 src/control/log.c
@@ -384,7 +346,6 @@
sh bootstrap
-%endif
%build
@@ -419,11 +380,7 @@
--enable-libxvid \
--enable-pp \
--enable-gpl \
-%{?_with_amr:--enable-libamr-nb --enable-libamr-wb } \
-%if %vlc_git
- --enable-swscaler \
-%endif
-
+%{?_with_amr:--enable-libamr-nb --enable-libamr-wb }
# Watch http://trac.videolan.org/vlc/ticket/865
# Planned to be enabled for 0.9.x
@@ -460,7 +417,8 @@
# Fake the ffmpeg installation
ln -sf %{_includedir}/ffmpeg-compat temp/ffmpeg
ln -sf %{_includedir}/postproc-compat temp/postproc
-export FFMPEG_CFLAGS="-I%{_builddir}/%{name}-%{_version}/temp"
+export FFMPEG_CFLAGS="-I%{_builddir}/%{name}-%{_version}/temp -I%{_builddir}/%{name}-%{_version}/temp/ffmpeg"
+export POSTPROC_CFLAGS="-I%{_builddir}/%{name}-%{_version}/temp -I%{_builddir}/%{name}-%{_version}/temp/ffmpeg"
export FFMPEG_LDFLAGS="$(pkg-config --libs libpostproc-compat libavcodec-compat libavutil-compat libavformat-compat)"
%endif
@@ -534,10 +492,6 @@
--enable-ncurses \
--enable-xosd \
--enable-galaktos \
-%if %rpmfusion
- --enable-goom \
- --enable-ggi \
-%endif
--enable-slp \
--enable-lirc \
--disable-corba \
@@ -554,42 +508,11 @@
%if %with_mozilla
--enable-mozilla \
%endif
- --with-x264-tree=%{_includedir} \
-%if %vlc_git
- --enable-switcher \
- --enable-opencv \
- --enable-v4l \
- --enable-v4l2 \
- --enable-gnomevfs \
-%if 0%{?fedora} < 9
- --disable-swscale \
- --enable-imgresample \
-%endif
- --disable-dv \
- --disable-skins2 \
- --disable-wxwidgets \
- --enable-libcdio \
- --enable-cddax \
- --enable-vcdx \
- --enable-audioscrobbler \
- --enable-musicbrainz \
- --enable-taglib \
- --enable-dbus-control \
- --enable-qt4 \
- --enable-xvmc \
- --enable-ncurses
-%endif
-
+ --with-x264-tree=%{_includedir}
-%if %vlc_git
-# remove rpath from libtool
-sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-%else
# clean unused-direct-shlib-dependencies
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
-%endif
%if %{with_ffmpeg_compat}
sed -i -e 's|cflags="${cflags} -I/usr/include/ffmpeg-compat"|cflags="${cflags} -I%{_includedir}/ffmpeg-compat -I%{_includedir}/postproc-compat/"|' vlc-config
@@ -625,13 +548,10 @@
--mode 644 \
$RPM_BUILD_ROOT%{_datadir}/applications/vlc.desktop
-%if %vlc_git
-%else
%if %with_python_vlc
# Fix python shebang
sed -i -e 's|"""Wrapper|#!/usr/bin/python\n"""Wrapper|' $RPM_BUILD_ROOT%{_bindir}/vlcwrapper.py
%endif
-%endif
%find_lang %{name}
@@ -669,17 +589,8 @@
%endif
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/vlc.png
-%if %vlc_git
-%{_bindir}/cvlc
-%{_bindir}/nvlc
-%{_bindir}/qvlc
-%{_bindir}/rvlc
-%{_bindir}/vlc-wrapper
-%{_libdir}/vlc/gui/libqt4_plugin.so
-%else
%{_bindir}/wxvlc
%{_libdir}/vlc/gui/libwxwidgets_plugin.so
-%endif
%{_libdir}/vlc/access/libscreen_plugin.so
%{_libdir}/vlc/misc/libsvg_plugin.so
%{_libdir}/vlc/misc/libnotify_plugin.so
@@ -690,29 +601,20 @@
%{_libdir}/vlc/video_output/libx11_plugin.so
%{_libdir}/vlc/video_output/libxvideo_plugin.so
%{_libdir}/vlc/visualization/libgalaktos_plugin.so
-%if %vlc_git
-%{_libdir}/vlc/misc/libxosd_plugin.so
-%{_libdir}/vlc/codec/libxvmc_plugin.so
-%{_libdir}/vlc/video_output/libxvmc_plugin.so
-%else
+%{_libdir}/vlc/audio_output/libpulse_plugin.so
%{_libdir}/vlc/visualization/libxosd_plugin.so
%{_libdir}/vlc/gui/libskins2_plugin.so
%{_datadir}/vlc/skins2/
-%endif
%files core -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/vlc
%{_datadir}/vlc/
%{_libdir}/*.so.*
-%if %vlc_git
-%exclude %{_libdir}/vlc/gui/libqt4_plugin.so
-%else
%{_bindir}/svlc
%exclude %{_libdir}/vlc/gui/libwxwidgets_plugin.so
%exclude %{_libdir}/vlc/gui/libskins2_plugin.so
%exclude %{_datadir}/vlc/skins2
-%endif
%exclude %{_libdir}/vlc/access/libscreen_plugin.so
%exclude %{_libdir}/vlc/misc/libsvg_plugin.so
%exclude %{_libdir}/vlc/misc/libnotify_plugin.so
@@ -723,13 +625,8 @@
%exclude %{_libdir}/vlc/video_output/libx11_plugin.so
%exclude %{_libdir}/vlc/video_output/libxvideo_plugin.so
%exclude %{_libdir}/vlc/visualization/libgalaktos_plugin.so
-%if %vlc_git
-%exclude %{_libdir}/vlc/misc/libxosd_plugin.so
-%exclude %{_libdir}/vlc/codec/libxvmc_plugin.so
-%exclude %{_libdir}/vlc/video_output/libxvmc_plugin.so
-%else
+%exclude %{_libdir}/vlc/audio_output/libpulse_plugin.so
%exclude %{_libdir}/vlc/visualization/libxosd_plugin.so
-%endif
%if %with_dc1394
%exclude %{_libdir}/vlc/access/libdc1394_plugin.so
%endif
@@ -749,12 +646,7 @@
%{_includedir}/vlc/*
%{_mandir}/man1/vlc-config.1*
%{_libdir}/*.so
-%if %vlc_git
-%{_libdir}/pkgconfig/vlc-plugin.pc
-%{_libdir}/pkgconfig/libvlc.pc
-%else
%{_bindir}/vlc-config
-%endif
%if %with_mozilla
%files -n mozilla-vlc
@@ -766,18 +658,41 @@
%files -n python-vlc
%defattr(-,root,root,-)
%{python_sitearch}/*
-%if %vlc_git
-%else
%{_bindir}/vlcwrapper.py
%exclude %{_bindir}/vlcwrapper.py?
%endif
-%endif
%changelog
-* Sat Aug 09 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.8.6h-2
-- rebuild
+* Mon Sep 8 2008 kwizart < kwizart at gmail.com > - 0.8.7-0.1
+- Update to 0.8.6-bugfix
+Security updates:
+ * Fixed overflow in TTA demuxer (CVE-2008-3732)
+ * Fixed overflow in MMS module (CVE-2008-3794)
+ * Fixed overflow in Ogg demuxer
+Various bugfixes:
+ * Fixed support for large URLs in HTTPd scripts
+- Drop vlc-git support from this spec file
+
+* Thu Aug 28 2008 kwizart < kwizart at gmail.com > - 0.8.6i-3
+- Import for RPMFusion
+- Switch for live555
+
+* Thu Jun 12 2008 kwizart < kwizart at gmail.com > - 0.8.6i-2
+- Fix compilation with ffmpeg-compat
+
+* Thu Jun 12 2008 kwizart < kwizart at gmail.com > - 0.8.6i-1
+- Update to 0.8.6i
+Security updates:
+ * Fixed integer overflow in WAV demuxer (CVE-2008-2430)
+
+Various bugfixes:
+ * Fixed option to use shared memory within the GLX video output module
+ * Miscellaneous bugfixes in multiple modules and in libvlc
+ (transcode stream output, OSD menu video filter, VCD input,
+ SAP services discovery, http control interface)
+ * Updated Polish translation
* Fri Jun 6 2008 kwizart < kwizart at gmail.com > - 0.8.6h-1
- Update to 0.8.6h
16 years, 2 months