diff options
author | Sebastian Pipping <sping@gentoo.org> | 2013-01-27 22:54:36 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2013-01-27 22:54:36 +0000 |
commit | 3df25bc455ea5f89313a12937d236ca2f5617783 (patch) | |
tree | ac1f44cc8b7a3f98c9247d358d3be209599c38a3 /media-libs/libmp3splt/files | |
parent | Fix build of ar with newer libarchive, bug #448510 by Yuta SATOH (diff) | |
download | historical-3df25bc455ea5f89313a12937d236ca2f5617783.tar.gz historical-3df25bc455ea5f89313a12937d236ca2f5617783.tar.bz2 historical-3df25bc455ea5f89313a12937d236ca2f5617783.zip |
media-libs/libmp3splt: 0.8.1
Package-Manager: portage-2.1.11.40/cvs/Linux x86_64
Manifest-Sign-Key: 0x401A1600
Diffstat (limited to 'media-libs/libmp3splt/files')
-rw-r--r-- | media-libs/libmp3splt/files/libmp3splt-0.8.1-missing-files.patch | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/media-libs/libmp3splt/files/libmp3splt-0.8.1-missing-files.patch b/media-libs/libmp3splt/files/libmp3splt-0.8.1-missing-files.patch new file mode 100644 index 000000000000..d0726d5e73c3 --- /dev/null +++ b/media-libs/libmp3splt/files/libmp3splt-0.8.1-missing-files.patch @@ -0,0 +1,47 @@ +From 7744779f1866769e139024c587bf82ed331bc93b Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping <sebastian@pipping.org> +Date: Sun, 27 Jan 2013 22:35:40 +0100 +Subject: [PATCH] Workaorund lack of files libmp3splt_ico.svg and minimal.c + (upstream bug #146) + +--- + doc/Doxyfile.in | 7 ------- + include/libmp3splt/mp3splt.h | 4 ---- + 2 files changed, 11 deletions(-) + +diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in +index 9f7193a..cef68a6 100644 +--- a/doc/Doxyfile.in ++++ b/doc/Doxyfile.in +@@ -40,13 +40,6 @@ PROJECT_NUMBER=0.8.1 + + PROJECT_BRIEF = "Lossless library for splitting audio formats like mp3 and ogg vorbis." + +-# With the PROJECT_LOGO tag one can specify an logo or icon that is +-# included in the documentation. The maximum height of the logo should not +-# exceed 55 pixels and the maximum width should not exceed 200 pixels. +-# Doxygen will copy the logo to the output directory. +- +-PROJECT_LOGO = libmp3splt_ico.svg +- + # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) + # base path where the generated documentation will be put. + # If a relative path is entered, it will be relative to the location +diff --git a/include/libmp3splt/mp3splt.h b/include/libmp3splt/mp3splt.h +index 5f3898a..1b46c50 100644 +--- a/include/libmp3splt/mp3splt.h ++++ b/include/libmp3splt/mp3splt.h +@@ -69,10 +69,6 @@ For writing a plugin to support other file type: + A list of <a href="modules.html">all modules</a> is also available. + */ + +-/** \example minimal.c +- * A minimal usage example. +- */ +- + /** + * \defgroup using_libmp3splt Using libmp3splt + */ +-- +1.7.12.4 + |