pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/vlc



Module Name:    pkgsrc
Committed By:   christos
Date:           Thu Aug 30 18:54:43 UTC 2012

Modified Files:
        pkgsrc/multimedia/vlc: Makefile distinfo
Added Files:
        pkgsrc/multimedia/vlc/patches: patch-ab patch-ac patch-ad patch-ae
            patch-af patch-ag patch-ah patch-ai

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/multimedia/vlc/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/multimedia/vlc/distinfo
cvs rdiff -u -r0 -r1.9 pkgsrc/multimedia/vlc/patches/patch-ab
cvs rdiff -u -r0 -r1.6 pkgsrc/multimedia/vlc/patches/patch-ac
cvs rdiff -u -r0 -r1.8 pkgsrc/multimedia/vlc/patches/patch-ad
cvs rdiff -u -r0 -r1.7 pkgsrc/multimedia/vlc/patches/patch-ae
cvs rdiff -u -r0 -r1.1 pkgsrc/multimedia/vlc/patches/patch-af
cvs rdiff -u -r0 -r1.4 pkgsrc/multimedia/vlc/patches/patch-ag
cvs rdiff -u -r0 -r1.3 pkgsrc/multimedia/vlc/patches/patch-ah \
    pkgsrc/multimedia/vlc/patches/patch-ai

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index