FreeBSD Bugzilla – Attachment 169925 Details for
Bug 208097
multimedia/kaffeine: DVB functionality has gone since the update to 1.3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix DVB detection
patch-kaffeine (text/plain), 2.52 KB, created by
Tilman Keskinoz
on 2016-05-03 11:46:17 UTC
(
hide
)
Description:
Fix DVB detection
Filename:
MIME Type:
Creator:
Tilman Keskinoz
Created:
2016-05-03 11:46:17 UTC
Size:
2.52 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 414525) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= kaffeine > PORTVERSION= 1.3.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= multimedia kde > MASTER_SITES= SF/kaffeine/current > >Index: files/patch-dmx.h >=================================================================== >--- files/patch-dmx.h (revision 414525) >+++ files/patch-dmx.h (working copy) >@@ -1,6 +1,6 @@ > --- include/dmx.h.orig 2015-08-07 15:43:59 UTC > +++ include/dmx.h >-@@ -24,7 +24,15 @@ >+@@ -24,7 +24,16 @@ > #ifndef _DVBDMX_H_ > #define _DVBDMX_H_ > >@@ -12,6 +12,7 @@ > +typedef uint32_t __u32; > +typedef uint16_t __u16; > +typedef uint8_t __u8; >++typedef int64_t __s64; > +#endif > + > #include <time.h> >Index: files/patch-dvbdevice_linux.cpp >=================================================================== >--- files/patch-dvbdevice_linux.cpp (nonexistent) >+++ files/patch-dvbdevice_linux.cpp (working copy) >@@ -0,0 +1,23 @@ >+--- src/dvb/dvbdevice_linux.cpp.orig 2016-05-03 12:36:58.011789000 +0200 >++++ src/dvb/dvbdevice_linux.cpp 2016-05-03 12:41:02.658341000 +0200 >+@@ -35,7 +35,9 @@ >+ #include <sys/ioctl.h> >+ #include <sys/stat.h> >+ #include <dirent.h> >++#ifndef __FreeBSD__ >+ #include <sys/inotify.h> >++#endif >+ #include <vector> >+ #include <stdlib.h> >+ #include <unistd.h> >+@@ -854,8 +856,10 @@ >+ >+ runstate = 1; >+ >++#ifndef __FreeBSD__ >+ ifd = inotify_init(); >+ inotify_add_watch(ifd, "/dev/dvb", IN_CREATE|IN_DELETE); >++#endif >+ fcntl(ifd, F_SETFL, O_NONBLOCK); >+ pfd.fd = ifd; >+ pfd.events = POLLIN; > >Property changes on: files/patch-dvbdevice_linux.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-frontend.h >=================================================================== >--- files/patch-frontend.h (revision 414525) >+++ files/patch-frontend.h (working copy) >@@ -1,6 +1,6 @@ > --- include/frontend.h.orig 2015-08-07 15:43:59 UTC > +++ include/frontend.h >-@@ -26,7 +26,14 @@ >+@@ -26,7 +26,15 @@ > #ifndef _DVBFRONTEND_H_ > #define _DVBFRONTEND_H_ > >@@ -12,6 +12,7 @@ > +typedef uint32_t __u32; > +typedef uint16_t __u16; > +typedef uint8_t __u8; >++typedef int64_t __s64; > +#endif > > typedef enum fe_type {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 208097
: 169925