Hi list
Does anyone use checkinstall instead of "make install" in order to build a
xine-lib debian package? I know how use it along with ffmpeg, but I'm not sure
how to use it along with xine-lib 1.2 since this one provides more than just
one package - I guess there are at least three: libxine
> Does anyone use checkinstall instead of "make install" in order to
> build a xine-lib debian package?
This is not the right way to build a debian package, it is a dirty hack.
All the files that are necessary for building a debian package are
already there if you check xine-lib-1.2 out using 'hg c
On 06.01.2009 16:06, Klaus Schmidinger wrote:
> - Recording files larger than 4GB or with more than 255 separate
>files hasn't been tested yet.
> + The index file format has been changed to support file sizes of up to 1TB
> (previously 2GB), and up to 65535 separate files per recording (previ
On 24.01.2009 15:19, Udo Richter wrote:
> On 06.01.2009 16:06, Klaus Schmidinger wrote:
>> - Recording files larger than 4GB or with more than 255 separate
>>files hasn't been tested yet.
>> + The index file format has been changed to support file sizes of up to 1TB
>> (previously 2GB), and u
I demand that Gerald Dachs may or may not have written...
>> Does anyone use checkinstall instead of "make install" in order to
>> build a xine-lib debian package?
> This is not the right way to build a debian package, it is a dirty hack.
> All the files that are necessary for building a debian p
oh, the maintainer of the package himself replies to me :)
Thanks for the corrections Darren.
Gerald
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Klaus Schmidinger a écrit :
> On 24.01.2009 15:19, Udo Richter wrote:
>
>> On 06.01.2009 16:06, Klaus Schmidinger wrote:
>>
>>> - Recording files larger than 4GB or with more than 255 separate
>>>files hasn't been tested yet.
>>> + The index file format has been changed to support file
On 24.01.2009 23:23, Guy Roussin wrote:
> ...
> Why this 1TB limitation ?
The index file uses 8 byte per entry, two of which are now
used for the file number, one bit is used to identify "independent"
frames, and 40 bits are used for the actual file offset. The
remaining 7 bits are reserved for fu