summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-06-24 20:57:12 +0000
committerDaniel Bermond2020-06-24 20:57:12 +0000
commitfedef1ef7ca62aefb438d264f20d96f4ea844168 (patch)
treebb825d99ce8f63800a0b310fd588455f1fece6a5
parent9def7c98ea159802d0b65030c765682a1367ef04 (diff)
downloadaur-fedef1ef7ca62aefb438d264f20d96f4ea844168.tar.gz
Remove patch
This is not needed anymore.
-rw-r--r--.SRCINFO4
-rw-r--r--010-srt-git-remove-insecure-rpath.patch11
-rw-r--r--PKGBUILD12
3 files changed, 4 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98e763f65459..c3c5c2d46f41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = srt-git
pkgdesc = Secure Reliable Transport - transport technology that optimizes streaming performance across unpredictable networks (git version)
- pkgver = 1.4.1.r16.g8519cb68
+ pkgver = 1.4.1.r254.g3e87ca1c
pkgrel = 1
url = https://www.srtalliance.org/
arch = x86_64
@@ -11,9 +11,7 @@ pkgbase = srt-git
provides = srt
conflicts = srt
source = git+https://github.com/Haivision/srt.git
- source = 010-srt-git-remove-insecure-rpath.patch
sha256sums = SKIP
- sha256sums = dbe07877e49f5894f70c195b67177645e39a6a0cda3f2ba356cc82240e4f91a9
pkgname = srt-git
diff --git a/010-srt-git-remove-insecure-rpath.patch b/010-srt-git-remove-insecure-rpath.patch
deleted file mode 100644
index bc022a3e33ad..000000000000
--- a/010-srt-git-remove-insecure-rpath.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naurp a/CMakeLists.txt b/CMakeLists.txt
---- a/CMakeLists.txt 2019-12-20 20:36:43.000000000 +0000
-+++ b/CMakeLists.txt 2019-12-20 20:36:44.000000000 +0000
-@@ -833,7 +833,6 @@ macro(srt_make_application name)
- # be placed into the binrary directory anyway.
- # XXX not sure about Mac.
- # See this name used already in install(${TARGET_srt} LIBRARY DESTINATION...).
-- set(FORCE_RPATH LINK_FLAGS -Wl,-rpath,.,-rpath,../${CMAKE_INSTALL_LIBDIR} BUILD_WITH_INSTALL_RPATH TRUE INSTALL_RPATH_USE_LINK_PATH TRUE)
- endif()
-
- # We state that Darwin always uses CLANG compiler, which honors this flag the same way.
diff --git a/PKGBUILD b/PKGBUILD
index 9b8b72582b37..4bf6283ce3a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Devaux Fabien <fdev31@gmail.com>
pkgname=srt-git
-pkgver=1.4.1.r16.g8519cb68
+pkgver=1.4.1.r254.g3e87ca1c
pkgrel=1
pkgdesc='Secure Reliable Transport - transport technology that optimizes streaming performance across unpredictable networks (git version)'
arch=('x86_64')
@@ -12,14 +12,8 @@ depends=('openssl')
makedepends=('git' 'cmake')
provides=('srt')
conflicts=('srt')
-source=('git+https://github.com/Haivision/srt.git'
- '010-srt-git-remove-insecure-rpath.patch')
-sha256sums=('SKIP'
- 'dbe07877e49f5894f70c195b67177645e39a6a0cda3f2ba356cc82240e4f91a9')
-
-prepare() {
- patch -d srt -Np1 -i "${srcdir}/010-srt-git-remove-insecure-rpath.patch"
-}
+source=('git+https://github.com/Haivision/srt.git')
+sha256sums=('SKIP')
pkgver() {
cd srt