[SCM] libav/experimental: Remove the makeinfo patch
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Mon Feb 17 22:05:36 UTC 2014
The following commit has been merged in the experimental branch:
commit c4a476b587f40889226627b4974c7d93e7dd58b5
Author: Reinhard Tartler <siretart at tauware.de>
Date: Wed Jan 22 08:11:36 2014 -0500
Remove the makeinfo patch
See the thread starting at
http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/2014-January/036198.html
diff --git a/debian/patches/makeinfo.patch b/debian/patches/makeinfo.patch
deleted file mode 100644
index 7a038ab..0000000
--- a/debian/patches/makeinfo.patch
+++ /dev/null
@@ -1,74 +0,0 @@
-Author: Fabian Greffrath <fabian+debian at greffrath.com>
-Description: Transition from the `texi2html' utility to the `makeinfo' utility from
- the texinfo package, fixes build-depends-on-obsolete-package lintian error and
- addresses <https://lists.debian.org/debian-devel/2013/05/msg01516.html>.
-
---- a/configure
-+++ b/configure
-@@ -1193,7 +1193,7 @@ CONFIG_LIST="
- sram
- static
- swscale_alpha
-- texi2html
-+ makeinfo
- thumb
- version3
- xmm_clobber_test
-@@ -2049,7 +2049,7 @@ avserver_select="ffm_muxer rtp_protocol
-
- # documentation
- pod2man_deps="doc"
--texi2html_deps="doc"
-+makeinfo_deps="doc"
-
- # default parameters
-
-@@ -3993,7 +3993,7 @@ if check_pkg_config sdl SDL_events.h SDL
- fi
-
- pod2man --help > /dev/null 2>&1 && enable pod2man || disable pod2man
--texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html
-+makeinfo --version > /dev/null 2>&1 && enable makeinfo || disable makeinfo
-
- check_header linux/fb.h
- check_header linux/videodev2.h
---- a/doc/platform.texi
-+++ b/doc/platform.texi
-@@ -258,7 +258,7 @@ llrint() in its C library.
- Install your Cygwin with all the "Base" packages, plus the
- following "Devel" ones:
- @example
--binutils, gcc4-core, make, git, mingw-runtime, texi2html
-+binutils, gcc4-core, make, git, mingw-runtime, texinfo
- @end example
-
- In order to run FATE you will also need the following "Utils" packages:
---- a/doc/Makefile
-+++ b/doc/Makefile
-@@ -12,7 +12,7 @@ HTMLPAGES = $(AVPROGS-yes:%=doc/%.html
- doc/platform.html \
-
- DOCS-$(CONFIG_POD2MAN) += $(MANPAGES) $(PODPAGES)
--DOCS-$(CONFIG_TEXI2HTML) += $(HTMLPAGES)
-+DOCS-$(CONFIG_MAKEINFO) += $(HTMLPAGES)
- DOCS = $(DOCS-yes)
-
- DOC_EXAMPLES-$(CONFIG_AVCODEC_EXAMPLE) += avcodec
-@@ -44,7 +44,7 @@ $(GENTEXI): doc/avoptions_%.texi: doc/pr
- doc/%.html: TAG = HTML
- doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init $(GENTEXI)
- $(Q)$(TEXIDEP)
-- $(M)texi2html -I doc -monolithic --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
-+ $(M)makeinfo --html -I doc --no-split --css-ref=t2h.init --output $@ $<
-
- doc/%.pod: TAG = POD
- doc/%.pod: doc/%.texi $(SRC_PATH)/doc/texi2pod.pl $(GENTEXI)
-@@ -67,7 +67,7 @@ doc/doxy/html: $(SRC_PATH)/doc/Doxyfile
- $(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $< $(DOXY_INPUT)
-
- install-progs-$(CONFIG_POD2MAN): install-man
--install-progs-$(CONFIG_TEXI2HTML): install-doc
-+install-progs-$(CONFIG_MAKEINFO): install-doc
-
- install-doc: $(HTMLPAGES)
- $(Q)mkdir -p "$(DOCDIR)"
diff --git a/debian/patches/series b/debian/patches/series
index 8012f3f..3026d68 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
03-disable-configuration-warnings.patch
-makeinfo.patch
spelling-errors.patch
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list