pkgsrc/multimedia/vlc/patches
christos e2aac42d65 Make the slider work again. The problem here is that NetBSD defines int64_t
as __int64_t, and when moc parses and creates the signal string prototype
functions, it uses "int64_t", but when the code that calls them is compiled
the strings formed are tokenized, so they become "__int64_t" so there is a
mismatch. Fixing the NetBSD headers would be TRT to do, but it is too involved.
Instead since the use of int64_t is limited in parameter types, define a
new pctime_t as int64_t and use that instead. I think that moc functions
should use only qt-specified typedefs to avoid portability problems anyway.
2012-08-30 18:54:40 +00:00
..
patch-aa update to 1.1.6, from Makoto Fujiwara per pkgsrc-wip 2011-01-24 18:54:04 +00:00
patch-ab Make the slider work again. The problem here is that NetBSD defines int64_t 2012-08-30 18:54:40 +00:00
patch-ac Make the slider work again. The problem here is that NetBSD defines int64_t 2012-08-30 18:54:40 +00:00
patch-ad Make the slider work again. The problem here is that NetBSD defines int64_t 2012-08-30 18:54:40 +00:00
patch-ae Make the slider work again. The problem here is that NetBSD defines int64_t 2012-08-30 18:54:40 +00:00
patch-af Make the slider work again. The problem here is that NetBSD defines int64_t 2012-08-30 18:54:40 +00:00
patch-ag Make the slider work again. The problem here is that NetBSD defines int64_t 2012-08-30 18:54:40 +00:00
patch-ah Make the slider work again. The problem here is that NetBSD defines int64_t 2012-08-30 18:54:40 +00:00
patch-ai Make the slider work again. The problem here is that NetBSD defines int64_t 2012-08-30 18:54:40 +00:00
patch-ap update to 1.1.6, from Makoto Fujiwara per pkgsrc-wip 2011-01-24 18:54:04 +00:00
patch-ar update to 1.1.13 2012-01-09 17:12:57 +00:00
patch-as update to 1.1.6, from Makoto Fujiwara per pkgsrc-wip 2011-01-24 18:54:04 +00:00
patch-at update to 1.1.6, from Makoto Fujiwara per pkgsrc-wip 2011-01-24 18:54:04 +00:00
patch-au fix build and PLIST problems with the (optional) SDL plugin, 2012-01-12 15:54:00 +00:00
patch-modules_audio__output_pulse.c update to 1.1.11 2011-09-12 17:25:28 +00:00