nixpkgs/pkgs/applications/video/mythtv/settings.patch

48 lines
1.1 KiB
Diff
Raw Normal View History

diff -rc mythtv-0.16/settings.pro mythtv-new/settings.pro
*** mythtv-0.16/settings.pro 2004-09-07 23:20:16.000000000 +0200
--- mythtv-new/settings.pro 2005-01-20 22:28:45.219407664 +0100
***************
*** 1,12 ****
#CONFIG += debug
CONFIG += release
! PREFIX = /usr/local
LIBVERSION = 0.16
INCLUDEPATH += $${PREFIX}/include
! INCLUDEPATH *= /usr/local/include
DEFINES += _GNU_SOURCE
DEFINES += _FILE_OFFSET_BITS=64
--- 1,12 ----
#CONFIG += debug
CONFIG += release
! PREFIX = $$(out)
LIBVERSION = 0.16
INCLUDEPATH += $${PREFIX}/include
! #INCLUDEPATH *= /usr/local/include
DEFINES += _GNU_SOURCE
DEFINES += _FILE_OFFSET_BITS=64
***************
*** 39,45 ****
# Default Xv support
CONFIG += using_xv
! EXTRA_LIBS += -L/usr/X11R6/lib -lXinerama -lXv -lX11 -lXext -lXxf86vm
# IVTV (PVR-x50) support. Disable if building on Windows.
CONFIG += using_ivtv
--- 39,45 ----
# Default Xv support
CONFIG += using_xv
! EXTRA_LIBS += -lXinerama -lXv -lX11 -lXext -lXxf86vm
# IVTV (PVR-x50) support. Disable if building on Windows.
CONFIG += using_ivtv