summaryrefslogtreecommitdiff
path: root/media-sound/gramofile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
commitd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch)
tree4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /media-sound/gramofile
parente748ba9741f6540f4675c23e3e37b73e822c13a4 (diff)
gentoo resync : 15.06.2021
Diffstat (limited to 'media-sound/gramofile')
-rw-r--r--media-sound/gramofile/Manifest6
-rw-r--r--media-sound/gramofile/files/gramofile-1.6_p9-gentoo.patch39
-rw-r--r--media-sound/gramofile/files/gramofile-1.6_p9-strlen_and_exit.patch20
-rw-r--r--media-sound/gramofile/gramofile-1.6_p9.ebuild45
-rw-r--r--media-sound/gramofile/metadata.xml18
5 files changed, 0 insertions, 128 deletions
diff --git a/media-sound/gramofile/Manifest b/media-sound/gramofile/Manifest
deleted file mode 100644
index 566220231523..000000000000
--- a/media-sound/gramofile/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX gramofile-1.6_p9-gentoo.patch 1100 BLAKE2B 69842cf58285f4621c04b6bc290f28aa79a056edac8f0870d166ea47a7c8fedc84a154493bd6470eaad1c474d875688f1b2723e100e0dead97fc4c09ff813865 SHA512 bd385cf856c6463e0e04a61b0e02bc2b15fced806fa9fed6612451da99823d526dba3f077c773c14cc0b860301ba56b7a8903c5df12c6ed23b31014b60c8ee3e
-AUX gramofile-1.6_p9-strlen_and_exit.patch 392 BLAKE2B a42c5dedc28f607c77c308154cf61e5012309904862a34c20efc91b2748e3cffd6585a9c1c75a0da68683e80444ad144a17cfe9b2617b24c3c448d54b0de775c SHA512 266dcbce4654c31e120d97e30e56764bac9f44dd412015c602bd43d902c38eb9fd9aa47dd7fe64961a1ea28eee1bcc992ec1d83a024cb1482a2b8d9e70c55034
-DIST gramofile_1.6-9.diff.gz 25244 BLAKE2B 60170f960693932d894022d0c576b2d58764e546e6f2a13461ab78abfb92235007047bb9f35964859908c580c815d21e8c80d73ddd4e33b0c1d25deda78d395a SHA512 2c3b0131afcbae680432e5fc1bb753bae7c19d5bb4372808a0f86ef704800aea218e3bfe625bffe46ee3cd4a38f89a488141223d22b8f467cab45ee4a962c249
-DIST gramofile_1.6.orig.tar.gz 108596 BLAKE2B fc076c60d3f2f46ab33f63194db165b6d0df6bd76996bade730968dfd821d234b0a88f486e98f84e76804efb8b08fb2538cb553de5f9eb09eb3dde60b441fbf4 SHA512 171a7cff4066d625b9263f5462bf3e8fba30a02b629f20f7b38031cf037eb0940cfb54b73671d10948ac3326e272b3576de785310022007e0d4dca4f164815a5
-EBUILD gramofile-1.6_p9.ebuild 963 BLAKE2B ad6352f2fc156402468501f33242978fb3052436cc36bd7bed9ebb06152ebefe6f9c162b8bc16db52ef26dba539adcd153d53d37c27b39ccd9752810498a351f SHA512 276013b3a84dd13accf15adb55400e71ca23f986e31a228b62b47fa3f978fd866ee5b202ae1b4c89691552ac6c492e3b564783a8066f3cf430efa3c88e282ee3
-MISC metadata.xml 871 BLAKE2B 19a80d0e429503c3b745ec38782480b79631e083c51e676e831ffebcf38ad342013e3cafec545dbe05f830e1267db85634f5c6c83fb6188fe1666e4a9d7d97c9 SHA512 12ff2b2a524bb2e9b3d54c4a1cb4f1739f4ff5a664a01074a1759cf34593e110ddd80f5128a2d2ed222e20f80e329cd3af231ec726665c23bc36cd25cd384b22
diff --git a/media-sound/gramofile/files/gramofile-1.6_p9-gentoo.patch b/media-sound/gramofile/files/gramofile-1.6_p9-gentoo.patch
deleted file mode 100644
index 9fdbe1477233..000000000000
--- a/media-sound/gramofile/files/gramofile-1.6_p9-gentoo.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -14,15 +14,12 @@
- OBJS = $(SRCS:.c=.o)
- SHELL = /bin/sh
-
--CC = gcc
--LDFLAGS =
--
- ########## CHOOSE YOUR ARCHITECTURE: (NOTE: also see bplaysrc/Makefile!)
-
- # For Linux (and maybe others), use these:
--CFLAGS = -Wall -O2 -funroll-loops -DTURBO_MEDIAN -DTURBO_BUFFER
-+CFLAGS += -Wall -DTURBO_MEDIAN -DTURBO_BUFFER
- DEPS = $(OBJS) makebplay
--LIBS = -lncurses -lrfftw -lfftw -lm
-+LIBS = $(shell ${PKG_CONFIG} --libs ncurses) -lrfftw -lfftw -lm
- COPY_A = -a
-
- # For FreeBSD (and maybe others), use these:
---- a/bplaysrc/Makefile
-+++ b/bplaysrc/Makefile
-@@ -6,14 +6,11 @@
- ../clrscr.o ../secshms.o
- #SRCS = bplay.c sndfunc.o shmbuf.c
-
--CC = gcc
--LDFLAGS =
--
- ########## CHOOSE YOUR ARCHITECTURE: (NOTE: also see ../Makefile!)
-
- # For Linux (and maybe others), use these:
--CFLAGS = -Wall -O2 -DUSEBUFFLOCK -DLP2CD -DVUMETER # -DDEBUG
--LIBS = -lncurses
-+CFLAGS += -Wall -DUSEBUFFLOCK -DLP2CD -DVUMETER # -DDEBUG
-+LIBS = $(shell ${PKG_CONFIG} --libs ncurses)
-
- # For FreeBSD (and maybe others), use these:
- #CFLAGS = -Wall -O2 -DLP2CD -DVUMETER # -DDEBUG
diff --git a/media-sound/gramofile/files/gramofile-1.6_p9-strlen_and_exit.patch b/media-sound/gramofile/files/gramofile-1.6_p9-strlen_and_exit.patch
deleted file mode 100644
index 0369914779fd..000000000000
--- a/media-sound/gramofile/files/gramofile-1.6_p9-strlen_and_exit.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/gramofile.c
-+++ b/gramofile.c
-@@ -11,6 +11,7 @@
- #include "splashscr.h"
- #include <signal.h>
- #include <unistd.h>
-+#include <stdlib.h>
- #include <string.h>
- #ifndef OLD_CURSES
- #include <ncurses.h>
---- a/signpr_cmf3.c
-+++ b/signpr_cmf3.c
-@@ -33,6 +33,7 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <math.h>
-+#include <string.h>
- #ifndef OLD_CURSES
- #include <ncurses.h>
- #else
diff --git a/media-sound/gramofile/gramofile-1.6_p9.ebuild b/media-sound/gramofile/gramofile-1.6_p9.ebuild
deleted file mode 100644
index c0697de57da2..000000000000
--- a/media-sound/gramofile/gramofile-1.6_p9.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Transfer sound from gramophone records to CD"
-HOMEPAGE="http://www.opensourcepartners.nl/~costar/gramofile"
-SRC_URI="
- mirror://debian/pool/main/g/${PN}/${PN}_${PV/_p*}.orig.tar.gz
- mirror://debian/pool/main/g/${PN}/${PN}_${PV/_p*}-${PV/*_p}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND="
- sys-libs/ncurses:=
- sci-libs/fftw:2.1"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/${P/_p*}"
-
-PATCHES=(
- "${WORKDIR}"/${PN}_${PV/_p*}-${PV/*_p}.diff
- "${S}"/debian/patches
- "${FILESDIR}"/${P}-gentoo.patch
- "${FILESDIR}"/${P}-strlen_and_exit.patch
-)
-
-src_configure() {
- tc-export CC PKG_CONFIG
-}
-
-src_install() {
- dobin gramofile
-
- exeinto /usr/$(get_libdir)/gramofile
- doexe bplay_gramo brec_gramo
-
- dodoc ChangeLog README TODO *.txt
- newdoc debian/changelog ChangeLog.debian
-}
diff --git a/media-sound/gramofile/metadata.xml b/media-sound/gramofile/metadata.xml
deleted file mode 100644
index 5b2e2819c938..000000000000
--- a/media-sound/gramofile/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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>
-<longdescription lang="en">
-GramoFile is intended primarily for transferring gramophone records to CDs, but
-has many other possible uses. It can record very long .wav files with a bargraph
-signal peak-level meter, playback any part of the files, split long .wav files
-into separate tracks (with automatic track location), and process the signal
-with filters to reduce ticks and pops (multiple filters are provided, they can
-be applied in any order (multiple instances) with user-adjustable parameters).
-Track splitting and signal processing are done in the same run, and don't need
-any temporary files.
-</longdescription>
-</pkgmetadata>