Hi!

Wolfram Gloger wrote:
> Hi,
> 
> 
>>I would vote for make/autoconf
> 
> 
> My vote, too!

Nichts lieber als das :-)

I re-established the configure/make procedure. It's not perfect yet (and
may need a little tweaking here and there, not to mention a major
cleanup), but it works at least on Linux (of the i686 and x86_64
varieties). Besides that, the old scons stuff is still in place, so you
can always use that if configure fails.

In order to use it:

- cd dvbcut
- svn update
- autoconf (this will create configure; any version >= 2.13 should do)
- ./configure (with your favorite arguments)
- make
- make install

In case you want to build with external ffmpeg libraries, you need to
pass `--with-ffmpeg=/path/to/ffmpeg/installation' to configure. Whether
libswscale is present should be detected automatically. If not, well, I
mentioned tweaking above, didn't I? ;-)

You can also specify include and library directories for ffmpeg
separately, just in case:

  --with-ffmpeg-include=DIR   set ffmpeg include directory
  --with-ffmpeg-lib=DIR   set ffmpeg library directory

Use `--with-qt3=DIR' to specify your Qt3 installation directory, or
simply set the QTDIR environment variable. In either case, configure
should detect the correct library directory (lib/lib32/lib64) for your
architecture on its own (also for the ffmpeg libs).

Note that configure will create a file named `makefile' in the top-level
directory. That takes precedence over the `Makefile' distributed with
dvbcut (note the upper-case `M'). If you remove `makefile' (or execute
`make distclean'), make will use `Makefile' again, and thus call scons.

Welcome to r128,
-- 
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to