FreeBSD Bugzilla – Attachment 52646 Details for
Bug 79734
[PATCH] multimedia/libdv: auto-detect gtk1.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libdv-0.103.patch
libdv-0.103.patch (text/plain), 1.59 KB, created by
Michael Johnson
on 2005-04-10 03:20:18 UTC
(
hide
)
Description:
libdv-0.103.patch
Filename:
MIME Type:
Creator:
Michael Johnson
Created:
2005-04-10 03:20:18 UTC
Size:
1.59 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/multimedia/libdv/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- Makefile 23 Jul 2004 19:10:16 -0000 1.25 >+++ Makefile 10 Apr 2005 02:14:21 -0000 >@@ -18,8 +18,8 @@ > LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ > popt.0:${PORTSDIR}/devel/popt > >-USE_GNOME= gnometarget \ >- gtk12 >+USE_GNOME= gnometarget >+WANT_GNOME= yes > USE_REINPLACE= yes > USE_LIBTOOL_VER=13 > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ >@@ -27,7 +27,7 @@ > PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${X11BASE}/libdata/pkgconfig > INSTALLS_SHLIB= yes > >-MAN1= dubdv.1 dvconnect.1 encodedv.1 playdv.1 >+MAN1= dubdv.1 dvconnect.1 encodedv.1 > > PORTDOCS= AUTHORS COPYING COPYRIGHT ChangeLog NEWS README \ > README.dvconnect README.encoder TODO >@@ -38,6 +38,15 @@ > IGNORE= "Requires Xv Extension" > .endif > >+.if ${HAVE_GNOME:Mgtk12}!="" >+USE_GNOME+= gtk12 >+MAN1+= playdv.1 >+PLIST_SUB+= GTK="" >+.else >+CONFIGURE_ARGS+=--disable-gtk >+PLIST_SUB+= GTK="@comment " >+.endif >+ > # XXX - work around compiler bug > # Optimizations -O{1,s,2,3} work > # However, lack of -O{1,s,2,3} or -O0 BREAK the build >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/multimedia/libdv/pkg-plist,v >retrieving revision 1.8 >diff -u -r1.8 pkg-plist >--- pkg-plist 21 Jul 2004 00:33:05 -0000 1.8 >+++ pkg-plist 10 Apr 2005 02:14:29 -0000 >@@ -1,7 +1,7 @@ > bin/dubdv > bin/dvconnect > bin/encodedv >-bin/playdv >+%%GTK%%bin/playdv > include/libdv/dv.h > include/libdv/dv_types.h > lib/libdv.a
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 79734
: 52646