]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- add todo
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 27 Nov 2009 11:49:25 +0000 (11:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv.spec -> 1.91

mythtv.spec

index 3d16c9a236298ebca1bb4212e3cfb4db5cddea30..558a5b7948e6d9d29ab08487a3e7c29fb1cd6775 100644 (file)
@@ -2,6 +2,7 @@
 # - bconds: altivec joystick lcd
 # - lcd? (app-misc/lcdproc)
 # - alpha, sparc, ppc arches?
+# - http://outflux.net/software/pkgs/mythtvfs-fuse/
 #
 # Specfile for MythTV
 #
@@ -401,7 +402,7 @@ fi
 ./configure \
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
-       --libdir-name=`basename %{_libdir}` \
+       --libdir-name=%{_lib} \
        --mandir=%{_mandir} \
        --disable-distcc --disable-ccache \
        --compile-type=%{?debug:debug}%{!?debug:release} \
@@ -442,12 +443,8 @@ fi
        --enable-x11 \
 
 %{_libdir}/qt4/bin/qmake mythtv.pro
-#sed -i -e 's/usr\/\/usr/usr/g' config.ep
-
-
 %{__make}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,sysconfig} \
This page took 0.079643 seconds and 4 git commands to generate.