diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 01:03:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 01:03:35 +0000 |
commit | a8ad771dbec50cb7ab04c0ac0b1703a89b59d9fc (patch) | |
tree | 54c9c31489492eb3bc402b9996bcdef189d748a2 /multimedia/qdvdauthor/files/patch-qdvdauthor-log.h | |
parent | s|USE_KDELIBS|USE_KDELIBS_VER|g (diff) |
[Maintainer-Update] multimedia/qdvdauthor 0.1.0
Upgrade qdvdauthor to 0.1.0. I'm excluding the vlc playback
options in the Makefile for now as vlc-config in 0.8.4 is
broke. I haven't made time to try out vlc-devel yet, though
their subversion logs look promising.
PR: ports/91370
Submitted by: Phil Oleson <oz@nixil.net>
Notes
Notes:
svn path=/head/; revision=152929
Diffstat (limited to 'multimedia/qdvdauthor/files/patch-qdvdauthor-log.h')
-rw-r--r-- | multimedia/qdvdauthor/files/patch-qdvdauthor-log.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/qdvdauthor/files/patch-qdvdauthor-log.h b/multimedia/qdvdauthor/files/patch-qdvdauthor-log.h new file mode 100644 index 000000000000..eba2cd1a00bf --- /dev/null +++ b/multimedia/qdvdauthor/files/patch-qdvdauthor-log.h @@ -0,0 +1,11 @@ +--- qdvdauthor/log.h.orig Fri Dec 30 03:28:24 2005 ++++ qdvdauthor/log.h Fri Dec 30 03:28:35 2005 +@@ -40,7 +40,7 @@ + void log (QString); + void log (type, QString); + +- void line (void *, unsigned long, const char *, const char *, long, type); ++ void line (void *, pthread_t, const char *, const char *, long, type); + private: + + int m_enLogLevel; |