2012/8/22 Josu Lazkano <josu.lazkano@???>:
> 2012/8/22 Christian Marillat <marillat@???>:
>> Yes. Ad a deb-src line in your sources.list like :
>>
>> deb-src http://www.deb-multimedia.org/ wheezy main
>>
>> then
>>
>> apt-get update
>> apt-get source mythtv
>>
>> Now you have a mythtv-0.25.2 directory with the source code.
>>
>> Go to mythtv-0.25.2/debian and edit the rules file and add your options
>> in the ./configure call.
>>
>> and then 'dpkg-buildpackage -us -uc' in the mythtv-0.25.2 directory.
>>
>> Otherwise linux header are already in Debian in the linux-libc-dev
>> package. Current version is 3.2.23-1.
>>
>> Christian
>>
>
> Thanks Christian, without add any option it works for me, but some
> people recommend me to add this option, so I want to try it.
> I will try it.
>
> Thanks and best regards.
>
> --
> Josu Lazkano
Hello, I try to change the build option, but I don't know where to change it:
I make this steps:
apt-get source mythtv
cd mythtv-dmo-0.26.0/debian/
nano rules
here?
./configure --prefix=/usr --enable-libmp3lame --enable-libfaac
--enable-libx264 \
--enable-libvpx --enable-libxvid --enable-libfftw3
--enable-nonfree --enable-pic \
--extra-ldflags="$(shell dpkg-buildflags --get LDFLAGS) $(CPPFLAGS)" \
--extra-cflags="$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)" \
--extra-cxxflags="$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)" \
--disable-ccache --disable-distcc --cc="$(CC)" --cxx="$(CXX)"
$(CONFIGURE_OPTS)
Thanks again
--
Josu Lazkano