FreeBSD Bugzilla – Attachment 35806 Details for
Bug 57687
maintainer combo update multimedia/mplayer*
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.54 KB, created by
Thomas E. Zander
on 2003-10-06 23:10:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thomas E. Zander
Created:
2003-10-06 23:10:04 UTC
Size:
1.54 KB
patch
obsolete
>diff -ruN mplayer-old/Makefile mplayer/Makefile >--- mplayer-old/Makefile Sun Oct 5 20:21:37 2003 >+++ mplayer/Makefile Mon Oct 6 23:22:04 2003 >@@ -38,10 +38,11 @@ > # (if not available) and then link mplayer against it. Then you'll > # be able to use gmplayer, the graphical version of mplayer > # >-# WITH_FREETYPE >+# WITHOUT_FREETYPE > # default: undefined >-# defining this will change mplayer's font display ability from bitmap >-# fonts to truetype fonts >+# since freetype is installed on almost any system people might want >+# to run mplayer on, this port now defaults to freetype unless not >+# defined otherwise > # > # > # CPU features: >@@ -166,7 +167,7 @@ > > PORTNAME= mplayer > PORTVERSION= 0.92.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= multimedia audio ipv6 > MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \ > http://www2.mplayerhq.hu/MPlayer/releases/ \ >@@ -306,6 +307,10 @@ > WITH_LZO= yes > .endif > >+.if exists(${LOCALBASE}/lib/libfreetype.so.9) && !defined(WITHOUT_FREETYPE) >+WITH_FREETYPE= yes >+.endif >+ > .if defined(WITH_OPTIMIZED_CFLAGS) > CFLAGS+= -O3 -ffast-math -fomit-frame-pointer > .endif >@@ -319,6 +324,7 @@ > > .if defined(WITH_GUI) > USE_GNOME+= gtk12 >+RUN_DEPENDS+= ${LOCALBASE}/share/mplayer/Skin:${PORTSDIR}/multimedia/mplayer-skins > .if defined(PKGNAMESUFFIX) > PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gtk > .else >@@ -454,6 +460,7 @@ > LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 > .else > RUN_DEPENDS+= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/multimedia/mplayer-fonts >+CONFIGURE_ARGS+= --disable-freetype > .endif > > .if defined(WITH_XANIM)
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 57687
: 35806 |
35807