Remove package: deepin-voice-recorder

This commit is contained in:
John 2020-11-11 15:43:49 +01:00 committed by John Zimmermann
parent 907a0319bd
commit b3c8976868
2 changed files with 0 additions and 39 deletions

View file

@ -1,20 +0,0 @@
--- src/file_item.h 2019-07-08 08:40:03.000000000 +0200
+++ src/file_item.h 2020-09-01 17:57:09.549654988 +0200
@@ -28,6 +28,7 @@
#include <QHBoxLayout>
#include <QLabel>
#include <QListWidgetItem>
+#include <QPainterPath>
#include <QWidget>
#include "dimagebutton.h"
--- src/waveform.cpp 2019-07-08 08:40:03.000000000 +0200
+++ src/waveform.cpp 2020-09-01 17:56:23.137652593 +0200
@@ -27,6 +27,7 @@
#include <QPaintEvent>
#include <QApplication>
#include <QPainter>
+#include <QPainterPath>
#include <QTime>
#include <QTimer>
#include <QWidget>

View file

@ -1,19 +0,0 @@
# Template file for 'deepin-voice-recorder'
pkgname=deepin-voice-recorder
version=5.0.0
revision=2
build_style=qmake
hostmakedepends="qt5-qmake pkg-config"
makedepends="qt5-multimedia-devel dtkwidget-devel ffmpeg-devel pulseaudio-devel"
depends="qt5integration gst-plugins-good1-qt5"
short_desc="Deepin voice recorder"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://github.com/linuxdeepin/deepin-voice-recorder/"
changelog="https://raw.githubusercontent.com/linuxdeepin/deepin-voice-recorder/${version}/CHANGELOG.md"
distfiles="https://github.com/linuxdeepin/deepin-voice-recorder/archive/${version}.tar.gz"
checksum=6dd29ec20ca0bcbb5f12059b2505d52ddbbab6837257756a84cb9f41adeab023
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-multimedia-devel"
fi