diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2018-11-08 17:42:01 +0100 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2019-08-31 19:36:50 +0200 |
commit | 7a539ddaff9546f2f08de18d720e1019232e4fc4 (patch) | |
tree | ffa09f77f7dfbd1a780bdaadab417473d20fdb1b /media-plugins/vdr-dvbhddevice/files | |
parent | dev-libs/nss: Version bump 3.46 (diff) | |
download | gentoo-7a539ddaff9546f2f08de18d720e1019232e4fc4.tar.gz gentoo-7a539ddaff9546f2f08de18d720e1019232e4fc4.tar.bz2 gentoo-7a539ddaff9546f2f08de18d720e1019232e4fc4.zip |
media-plugins/vdr-dvbhddevice: version bump to 2.2.0
new version 2.2.0
new SRC_URI and HOMEPAGE
fix compile error "... AUDIO_GET_PTS undeclared" with kernel >=4.17
add proxy-maintainer
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://bugs.gentoo.org/635370
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10365
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-dvbhddevice/files')
-rw-r--r-- | media-plugins/vdr-dvbhddevice/files/define_AUDIO_GET_PTS.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-plugins/vdr-dvbhddevice/files/define_AUDIO_GET_PTS.patch b/media-plugins/vdr-dvbhddevice/files/define_AUDIO_GET_PTS.patch new file mode 100644 index 000000000000..4107608797f5 --- /dev/null +++ b/media-plugins/vdr-dvbhddevice/files/define_AUDIO_GET_PTS.patch @@ -0,0 +1,11 @@ +--- a/dvbhdffdevice.h 2018-10-10 09:03:47.464147905 +0200 ++++ b/dvbhdffdevice.h 2018-10-10 09:04:59.353350738 +0200 +@@ -4,6 +4,9 @@ + * See the README file for copyright information and how to reach the author. + */ + ++#ifndef AUDIO_GET_PTS ++#define AUDIO_GET_PTS _IOR('o', 19, __u64) ++#endif + #ifndef __DVBHDFFDEVICE_H + #define __DVBHDFFDEVICE_H |