summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Schieli2020-04-05 14:31:55 +0200
committerCédric Schieli2020-04-06 22:28:43 +0200
commit45d8f5befa7ce1cc5884bf8c479b5539af37a49a (patch)
treeebd6f9a100631df1e92db3381ed1fac777d6a1d8
parent906fde0e05cfe1b26b541475e7a539a92f9612ba (diff)
downloadaur-45d8f5befa7ce1cc5884bf8c479b5539af37a49a.tar.gz
Remove unused patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--ignore-missing-libavresample.patch12
3 files changed, 0 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3cd60a4533e..07d64f2c1391 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -31,10 +31,8 @@ pkgbase = tvheadend-satip-server-git
backup = etc/conf.d/tvheadend
source = tvheadend-git::git+https://github.com/tvheadend/tvheadend.git#branch=master
source = dvb-scan-tables::git+https://git.linuxtv.org/dtv-scan-tables.git#branch=master
- source = ignore-missing-libavresample.patch
md5sums = SKIP
md5sums = SKIP
- md5sums = ab3e00343f57b70b5e02a981e0a16055
pkgname = tvheadend-satip-server-git
diff --git a/PKGBUILD b/PKGBUILD
index e8022d552f92..2c914831c701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,12 +33,10 @@ backup=('etc/conf.d/tvheadend')
source=(
"${_gitname}::git+https://github.com/tvheadend/tvheadend.git#branch=master"
'dvb-scan-tables::git+https://git.linuxtv.org/dtv-scan-tables.git#branch=master'
- 'ignore-missing-libavresample.patch'
)
md5sums=(
'SKIP'
'SKIP'
- 'ab3e00343f57b70b5e02a981e0a16055'
)
pkgver() {
@@ -53,9 +51,6 @@ prepare() {
cp -a "dvb-scan-tables" "${_dvbscan}"
rm -rf "${_dvbscan}/.git"
touch "${_dvbscan}/.stamp"
-
- cd "${_gitname}"
- patch -p1 -i ../ignore-missing-libavresample.patch
}
build() {
diff --git a/ignore-missing-libavresample.patch b/ignore-missing-libavresample.patch
deleted file mode 100644
index 31ff86c7ba54..000000000000
--- a/ignore-missing-libavresample.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 1253be14a..fbf0987ee 100644
---- a/Makefile
-+++ b/Makefile
-@@ -88,7 +88,6 @@ ifeq ($(CONFIG_LIBAV),yes)
- FFMPEG_LIBS := \
- libavfilter \
- libswresample \
-- libavresample \
- libswscale \
- libavformat \
- libavcodec \