diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /media-sound/mp3wrap | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'media-sound/mp3wrap')
| -rw-r--r-- | media-sound/mp3wrap/Manifest | 1 | ||||
| -rw-r--r-- | media-sound/mp3wrap/files/mp3wrap-0.5-Wimplicit-function-declaration.patch | 10 | ||||
| -rw-r--r-- | media-sound/mp3wrap/metadata.xml | 12 | ||||
| -rw-r--r-- | media-sound/mp3wrap/mp3wrap-0.5.ebuild | 22 |
4 files changed, 45 insertions, 0 deletions
diff --git a/media-sound/mp3wrap/Manifest b/media-sound/mp3wrap/Manifest new file mode 100644 index 000000000000..959fefb750e6 --- /dev/null +++ b/media-sound/mp3wrap/Manifest @@ -0,0 +1 @@ +DIST mp3wrap-0.5-src.tar.gz 113008 BLAKE2B fea61d613b48ab492237ddf813a53ee434341262a69e5e36ef7052bc00088361550c363cc979ae012cdacd45bbdc86f9d54f2aaed60166586a1a283d8a5aa7a8 SHA512 2dc7a72a12b9245956000443a51cd5341e1d48795b629f6277f9dd26ac9b3ab2511a119478a10daa9516cb2526073956af42f83410aff1e4eae0c972fdd8b0f1 diff --git a/media-sound/mp3wrap/files/mp3wrap-0.5-Wimplicit-function-declaration.patch b/media-sound/mp3wrap/files/mp3wrap-0.5-Wimplicit-function-declaration.patch new file mode 100644 index 000000000000..2398122f049a --- /dev/null +++ b/media-sound/mp3wrap/files/mp3wrap-0.5-Wimplicit-function-declaration.patch @@ -0,0 +1,10 @@ +--- a/wrap.c ++++ b/wrap.c +@@ -26,6 +26,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <strings.h> ++#include <string.h> + + #include "wrap.h" + #include "mp3wrap.h" diff --git a/media-sound/mp3wrap/metadata.xml b/media-sound/mp3wrap/metadata.xml new file mode 100644 index 000000000000..1612e1d54cc3 --- /dev/null +++ b/media-sound/mp3wrap/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sound@gentoo.org</email> + <name>Gentoo Sound project</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">mp3wrap</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/media-sound/mp3wrap/mp3wrap-0.5.ebuild b/media-sound/mp3wrap/mp3wrap-0.5.ebuild new file mode 100644 index 000000000000..c0f1e36d268f --- /dev/null +++ b/media-sound/mp3wrap/mp3wrap-0.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Command-line utility that wraps multiple mp3 files into one large playable mp3" +SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" +HOMEPAGE="http://mp3wrap.sourceforge.net/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~ppc sparc x86" + +PATCHES=( "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch ) + +src_install() { + dobin mp3wrap + + doman mp3wrap.1 + local HTML_DOCS=( doc/*.html ) + einstalldocs +} |
