libdvdcss: bump (#5971)

This commit is contained in:
extrowerk
2021-06-08 16:21:41 +02:00
committed by GitHub
parent 2f7d81dc7d
commit cc1ea1dc1f
2 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ COPYRIGHT="1998-2018 VideoLAN"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://download.videolan.org/pub/libdvdcss/$portVersion/libdvdcss-$portVersion.tar.bz2"
CHECKSUM_SHA256="78c2ed77ec9c0d8fbed7bf7d3abc82068b8864be494cfad165821377ff3f2575"
CHECKSUM_SHA256="233cc92f5dc01c5d3a96f5b3582be7d5cee5a35a52d3a08158745d3d86070079"
SOURCE_DIR="libdvdcss-$portVersion"
PATCHES="libdvdcss-$portVersion.patchset"

View File

@@ -1,14 +1,14 @@
From afe96b6ad1652a25215f97a3931dabdb459149f5 Mon Sep 17 00:00:00 2001
From 759e068306aba5f1465daa1dd534cca2e154cd36 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Fri, 25 Dec 2015 22:52:14 +0000
Subject: gcc2 patch
diff --git a/src/device.c b/src/device.c
index baa4bc5..41ce107 100644
index 34b610b..05344f7 100644
--- a/src/device.c
+++ b/src/device.c
@@ -117,6 +117,7 @@ int dvdcss_use_ioctls( dvdcss_t dvdcss )
@@ -121,6 +121,7 @@ int dvdcss_use_ioctls( dvdcss_t dvdcss )
return 0;
#else
@@ -16,7 +16,7 @@ index baa4bc5..41ce107 100644
struct stat fileinfo;
int ret;
@@ -148,6 +149,7 @@ int dvdcss_use_ioctls( dvdcss_t dvdcss )
@@ -152,6 +153,7 @@ int dvdcss_use_ioctls( dvdcss_t dvdcss )
{
return 0;
}
@@ -25,5 +25,5 @@ index baa4bc5..41ce107 100644
}
--
2.17.0
2.30.2