Re: [gentoo-user] OT: Application for video cutting ?

2006-04-06 Thread Mait
 Calculating dependencies
 !!! All ebuilds that could satisfy =qt-4.1.2 have been masked.
 !!! One of the following masked packages is required to complete your 
 request:
 - x11-libs/qt-4.1.2 (masked by: ~x86 keyword)

qt-4.1.2 package masked by keyword means it is unstable(testing) phase.

You can read Mixing Sofware Branches chapter in Handbook.
http://www.gentoo.org/doc/en/handbook/2006.0/handbook-x86.xml?part=3chap=3

Also this,
http://www.gentoo.org/doc/en/handbook/2006.0/handbook-x86.xml?part=2chap=1#doc_chap4

On 4/6/06, Meino Christian Cramer [EMAIL PROTECTED] wrote:
 From: Bo Andresen [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] OT: Application for video cutting ?
 Date: Wed, 5 Apr 2006 04:24:32 +0200

 Hi,

  may a RDQ (real dumb question (tm) ):

 When I do a

  emerge -va =qt-4.1.2

  I get:

 solfire:/rootemerge -va =qt-4.1.2

 These are the packages that I would merge, in order:

 Calculating dependencies
 !!! All ebuilds that could satisfy =qt-4.1.2 have been masked.
 !!! One of the following masked packages is required to complete your 
 request:
 - x11-libs/qt-4.1.2 (masked by: ~x86 keyword)

 For more information, see MASKED PACKAGES section in the emerge man page 
 or
 refer to the Gentoo Handbook.

  ...is there any wrong with my system or do I need to update
  something (I did an eix-sync minutes ago...)

  Thank you very much for your help in advance! :)

  Keep hacking!
  mcc


  On Wednesday 05 April 2006 04:06, Meino Christian Cramer wrote:
How can I manage to install qt-4 without cripple the rest of my
system (qt-3 based) ?
  
Is there a way of parallel installation/usage ? And if so -- how can
I manage it gentoo-like ?
 
  # emerge -va =qt-4.1.2
 
  These are the packages that would be merged, in order:
 
  Calculating dependencies... done!
  [ebuild  NS   ] x11-libs/qt-4.1.2  USE= 27,269 kB
 
  From man emerge:
N = new, (not yet installed)
S = new, SLOT installation (side-by-side versions)
 
  Of course you can just pick any version. Qt IS slotted so it will not harm
  your system at all. As long as you don't emerge --prune it (which would
  remove the old version).
 
  --
  Bo Andresen
 
  --
  gentoo-user@gentoo.org mailing list
 
 --
 gentoo-user@gentoo.org mailing list




--
Mait

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Application for video cutting ?

2006-04-06 Thread Daniel Pielmeier
Hi Meino,

 What do I with this *.ebuild?

 When I look into /usr/portage/* I find a lot more files in conjunction
 with a certain *.ebuild, which seem to handle the build and handling
 of applikations to be installed. Do I need some more files for this
 applikation? How can I handle this certain external ebuild-file
 without the danger to screw up my system ?

You have to create an overlay for it, see
http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds for more
information.

In this manual you have to create an additional portage tree where you
can put external ebuilds.
I have mine in my overlay folder under media-video/ttcut.
To use the ebuild you have to digest it. Go to the folder where you
have your ebuild.
Then execute ebuild ttcut-0.11.2_alpha.ebuild digest without the
quotes, if you do so, some other files are created. One for instance
is for veryfing the the size of source package and so on.
After that you can emerge it as normal with emerge ttcut. I have
cleaned up the ebuild a bit, so that there are no additional files
needed. You have to download it again at bugs.gentoo.org. Your system
will not be messed up this ebuild installs only two binary files into
/usr/bin one is called ttcut the other ttmpeg. To use ttcut just type
ttcut at the commandline and a nice gui opens similar to cuttermaran
the well known cutting tool for windows!

 These are the packages that I would merge, in order:

 Calculating dependencies
 !!! All ebuilds that could satisfy =qt-4.1.2 have been masked.
 !!! One of the following masked packages is required to complete your request:
 - x11-libs/qt-4.1.2 (masked by: ~x86 keyword)

 For more information, see MASKED PACKAGES section in the emerge man page or
 refer to the Gentoo Handbook.

 ...is there any wrong with my system or do I need to update
 something (I did an eix-sync minutes ago...)

Nothing is wrong with your system qt-4.1.2 is masked by ~x86 keyword
means it is unstable(testing). You can emerge it if you add
x11-libs/qt ~x86 to the file /etc/portage/package.keywords

Hth Daniel

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Application for video cutting ?

2006-04-06 Thread Meino Christian Cramer
From: Daniel Pielmeier [EMAIL PROTECTED]
Subject: Re: [gentoo-user] OT: Application for video cutting ?
Date: Thu, 6 Apr 2006 17:48:56 +0200

Hi Daniel,
 
 thank you very much for your friendly help !

 Currently I am only a enthusiastic but bloody newbie...

 Keep hacking!
 mcc

 Hi Meino,
 
  What do I with this *.ebuild?
 
  When I look into /usr/portage/* I find a lot more files in conjunction
  with a certain *.ebuild, which seem to handle the build and handling
  of applikations to be installed. Do I need some more files for this
  applikation? How can I handle this certain external ebuild-file
  without the danger to screw up my system ?
 
 You have to create an overlay for it, see
 http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds for more
 information.
 
 In this manual you have to create an additional portage tree where you
 can put external ebuilds.
 I have mine in my overlay folder under media-video/ttcut.
 To use the ebuild you have to digest it. Go to the folder where you
 have your ebuild.
 Then execute ebuild ttcut-0.11.2_alpha.ebuild digest without the
 quotes, if you do so, some other files are created. One for instance
 is for veryfing the the size of source package and so on.
 After that you can emerge it as normal with emerge ttcut. I have
 cleaned up the ebuild a bit, so that there are no additional files
 needed. You have to download it again at bugs.gentoo.org. Your system
 will not be messed up this ebuild installs only two binary files into
 /usr/bin one is called ttcut the other ttmpeg. To use ttcut just type
 ttcut at the commandline and a nice gui opens similar to cuttermaran
 the well known cutting tool for windows!
 
  These are the packages that I would merge, in order:
 
  Calculating dependencies
  !!! All ebuilds that could satisfy =qt-4.1.2 have been masked.
  !!! One of the following masked packages is required to complete your 
  request:
  - x11-libs/qt-4.1.2 (masked by: ~x86 keyword)
 
  For more information, see MASKED PACKAGES section in the emerge man page or
  refer to the Gentoo Handbook.
 
  ...is there any wrong with my system or do I need to update
  something (I did an eix-sync minutes ago...)
 
 Nothing is wrong with your system qt-4.1.2 is masked by ~x86 keyword
 means it is unstable(testing). You can emerge it if you add
 x11-libs/qt ~x86 to the file /etc/portage/package.keywords
 
 Hth Daniel
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Application for video cutting ?

2006-04-06 Thread Meino Christian Cramer
From: Daniel Pielmeier [EMAIL PROTECTED]
Subject: Re: [gentoo-user] OT: Application for video cutting ?
Date: Mon, 3 Apr 2006 11:37:52 +0200

Hi Daniel,

 I install qt-4.1.2 via unmasking and emerging.
 For the first -- jsut as a test -- I downloaded a svn snapshot
 of ttcut and compiled it like mentioned in its INSTALL file.

 I started ttcut locally from within its archive tree (which is
 allowed according to the iNSTALL file).

 The result is segfault right in the beginning of the start process
 (no gui).

 The I downloaded the the ttcut*.tar.gz and did the same -- with the 
 same results.

 Do you now any further trick ? :)

 Thank you very much for any help with this in advance ! :)

 Have a nice day,
 mcc



 Hi!
 
 If you just want to remove the adds from your recordings, i recommend
 ttcut at http://ttcut.tritime.org/ it is not in portage and depends on
 qt-4. Ttcut is able to cut frame accurately, so you can cut on I-, P-
 and B-Frames.
 I have written an ebuild, you will find it at
 http://bugs.gentoo.org/show_bug.cgi?id=122162.
 But you can also use the most recent version from svn under
 svn://svn.berlios.de/ttcut/trunk.
 Ttcut is in alpha state, so you may encounter problems too, but i
 think it is worth a try.
 
 HTH Daniel
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Application for video cutting ?

2006-04-05 Thread Daniel Pielmeier
Hi Meino,

as Bo mentioned before qt is slotted so you can have qt3 and qt4
installed on the same system.

Just unmask qt in /etc/portage/package.keywords.

For me it works like a charm, i don't think that a chroot environment
is necessary!

Hth Daniel

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Application for video cutting ?

2006-04-05 Thread Meino Christian Cramer
From: Bo Andresen [EMAIL PROTECTED]
Subject: Re: [gentoo-user] OT: Application for video cutting ?
Date: Wed, 5 Apr 2006 04:24:32 +0200

Hi,

 may a RDQ (real dumb question (tm) ):

When I do a 

 emerge -va =qt-4.1.2

 I get:

solfire:/rootemerge -va =qt-4.1.2

These are the packages that I would merge, in order:

Calculating dependencies   
!!! All ebuilds that could satisfy =qt-4.1.2 have been masked.
!!! One of the following masked packages is required to complete your 
request:
- x11-libs/qt-4.1.2 (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or 
refer to the Gentoo Handbook.

 ...is there any wrong with my system or do I need to update
 something (I did an eix-sync minutes ago...)

 Thank you very much for your help in advance! :)

 Keep hacking!
 mcc


 On Wednesday 05 April 2006 04:06, Meino Christian Cramer wrote:
   How can I manage to install qt-4 without cripple the rest of my
   system (qt-3 based) ?
 
   Is there a way of parallel installation/usage ? And if so -- how can
   I manage it gentoo-like ?
 
 # emerge -va =qt-4.1.2
 
 These are the packages that would be merged, in order:
 
 Calculating dependencies... done!
 [ebuild  NS   ] x11-libs/qt-4.1.2  USE= 27,269 kB 
 
 From man emerge:
   N = new, (not yet installed)
   S = new, SLOT installation (side-by-side versions)
 
 Of course you can just pick any version. Qt IS slotted so it will not harm 
 your system at all. As long as you don't emerge --prune it (which would 
 remove the old version).
 
 -- 
 Bo Andresen
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Application for video cutting ?

2006-04-05 Thread Meino Christian Cramer
From: Daniel Pielmeier [EMAIL PROTECTED]
Subject: Re: [gentoo-user] OT: Application for video cutting ?
Date: Mon, 3 Apr 2006 11:37:52 +0200

Hi,

 ...sorry...newbiw question ahead...

 What do I with this *.ebuild?

 When I look into /usr/portage/* I find a lot more files in conjunction
 with a certain *.ebuild, which seem to handle the build and handling
 of applikations to be installed. Do I need some more files for this
 applikation? How can I handle this certain external ebuild-file
 without the danger to screw up my system ?

 Thank you very much for your help in advance ! :)

 Keep hacking!
 mcc

 Hi!
 
 If you just want to remove the adds from your recordings, i recommend
 ttcut at http://ttcut.tritime.org/ it is not in portage and depends on
 qt-4. Ttcut is able to cut frame accurately, so you can cut on I-, P-
 and B-Frames.
 I have written an ebuild, you will find it at
 http://bugs.gentoo.org/show_bug.cgi?id=122162.
 But you can also use the most recent version from svn under
 svn://svn.berlios.de/ttcut/trunk.
 Ttcut is in alpha state, so you may encounter problems too, but i
 think it is worth a try.
 
 HTH Daniel
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Application for video cutting ?

2006-04-04 Thread Meino Christian Cramer
From: Daniel Pielmeier [EMAIL PROTECTED]
Subject: Re: [gentoo-user] OT: Application for video cutting ?
Date: Mon, 3 Apr 2006 11:37:52 +0200

Hi Daniel,

 thanks for your reply and thank you all other replies to my question!
 How can I manage to install qt-4 without cripple the rest of my
 system (qt-3 based) ?

 Is there a way of parallel installation/usage ? And if so -- how can
 I manage it gentoo-like ?

 Thank you very much for your help in advance ! :)

 Keep hacking!
 mcc


 Hi!
 
 If you just want to remove the adds from your recordings, i recommend
 ttcut at http://ttcut.tritime.org/ it is not in portage and depends on
 qt-4. Ttcut is able to cut frame accurately, so you can cut on I-, P-
 and B-Frames.
 I have written an ebuild, you will find it at
 http://bugs.gentoo.org/show_bug.cgi?id=122162.
 But you can also use the most recent version from svn under
 svn://svn.berlios.de/ttcut/trunk.
 Ttcut is in alpha state, so you may encounter problems too, but i
 think it is worth a try.
 
 HTH Daniel
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Application for video cutting ?

2006-04-04 Thread Bo Andresen
On Wednesday 05 April 2006 04:06, Meino Christian Cramer wrote:
  How can I manage to install qt-4 without cripple the rest of my
  system (qt-3 based) ?

  Is there a way of parallel installation/usage ? And if so -- how can
  I manage it gentoo-like ?

# emerge -va =qt-4.1.2

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  NS   ] x11-libs/qt-4.1.2  USE= 27,269 kB 

From man emerge:
  N = new, (not yet installed)
  S = new, SLOT installation (side-by-side versions)

Of course you can just pick any version. Qt IS slotted so it will not harm 
your system at all. As long as you don't emerge --prune it (which would 
remove the old version).

-- 
Bo Andresen

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Application for video cutting ?

2006-04-04 Thread Stephen Bartlett
On Wed, 2006-04-05 at 04:06 +0200, Meino Christian Cramer wrote:
 From: Daniel Pielmeier [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] OT: Application for video cutting ?
 Date: Mon, 3 Apr 2006 11:37:52 +0200
 
 Hi Daniel,
 
  thanks for your reply and thank you all other replies to my question!
  How can I manage to install qt-4 without cripple the rest of my
  system (qt-3 based) ?
 
  Is there a way of parallel installation/usage ? And if so -- how can
  I manage it gentoo-like ?

I had the same question a week ago, and Chris White pointed me toward
one way: use 'chroot'.  This approach costs disk space and some time to
set up, but you're guaranteed to not mess anything up in your system and
you have a complete new sandbox to play with (or as many as you want).

Basically, get enough disk space on a filesystem somewhere large enough
to hold your entire installation, and copy everything (from / except for
your mount points like /proc and /dev) to that place.  Use 'cp -rp ...'
to preserve ownership/perms.  Write a script that sets up the mount
points for that new place like this:

mount -t proc none /path/to/clone/proc
mount --bind /dev /path/to/clone/dev
mount --bind /sys /path/to/clone/sys
...and so on...

Once you have that clone set up, you use chroot to change root into that
clone:

chroot /path/to/clone /bin/bash
  (/ for this shell is now that clone's root dir)
env-update
source /etc/profile
export PS1=(chroot) $PS1

There you have it -- that shell is now pretending that /
is /path/to/clone.  emerge away and you're only affecting the clone.
You can even su to your usual user account, and run X and everything.
Just be sure to do the chroot when you're logged in as root at the
outmost term (not within X).

- Stephen
-- 
Stephen Bartlett
President, Bartlett Software, Inc.
http://www.bartlettsoftware.biz/ 

  Thank you very much for your help in advance ! :)
 
  Keep hacking!
  mcc
 
 
  Hi!
  
  If you just want to remove the adds from your recordings, i recommend
  ttcut at http://ttcut.tritime.org/ it is not in portage and depends on
  qt-4. Ttcut is able to cut frame accurately, so you can cut on I-, P-
  and B-Frames.
  I have written an ebuild, you will find it at
  http://bugs.gentoo.org/show_bug.cgi?id=122162.
  But you can also use the most recent version from svn under
  svn://svn.berlios.de/ttcut/trunk.
  Ttcut is in alpha state, so you may encounter problems too, but i
  think it is worth a try.
  
  HTH Daniel
  
  -- 
  gentoo-user@gentoo.org mailing list
  


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] OT: Application for video cutting ?

2006-04-03 Thread Daniel Pielmeier
Hi!

If you just want to remove the adds from your recordings, i recommend
ttcut at http://ttcut.tritime.org/ it is not in portage and depends on
qt-4. Ttcut is able to cut frame accurately, so you can cut on I-, P-
and B-Frames.
I have written an ebuild, you will find it at
http://bugs.gentoo.org/show_bug.cgi?id=122162.
But you can also use the most recent version from svn under
svn://svn.berlios.de/ttcut/trunk.
Ttcut is in alpha state, so you may encounter problems too, but i
think it is worth a try.

HTH Daniel

-- 
gentoo-user@gentoo.org mailing list



Re: [normal] [gentoo-user] OT: Application for video cutting ?

2006-04-03 Thread Marc Redmann
 Would you happen to have a link?  All I found was this guide on doom9:

 http://www.doom9.org/index.html?/DigiTV/projectx-fullguide.htm

As Jeremy already mentioned it is in portage, anyway here is the link:

http://sourceforge.net/projects/project-x

brgds, Marc





___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

-- 
gentoo-user@gentoo.org mailing list



Re: [normal] [gentoo-user] OT: Application for video cutting ?

2006-04-03 Thread Jim
* on the Mon, Apr 03, 2006 at 07:08:37PM +0200, Marc Redmann said:
  Would you happen to have a link?  All I found was this guide on doom9:
 
  http://www.doom9.org/index.html?/DigiTV/projectx-fullguide.htm
 
 As Jeremy already mentioned it is in portage, anyway here is the link:
 
 http://sourceforge.net/projects/project-x
 
 brgds, Marc

Thanks for the link.  I found that site the other day, though based on
the description, I thought I had the wrong project:

Project X gives you a look behind the transmissions and tries its best
to handle  repair many stream types and shows what went wrong on
reception.

Jim
-- 
gentoo-user@gentoo.org mailing list



Re: [normal] [gentoo-user] OT: Application for video cutting ?

2006-04-03 Thread Marc Redmann
 Project X gives you a look behind the transmissions and tries its best
 to handle  repair many stream types and shows what went wrong on
 reception.

I use Project X mainly for exporting my recorded dvb streams to  a format 
transcode or mencoder can work with.

brgds, Marc





___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT: Application for video cutting ?

2006-04-02 Thread Meino Christian Cramer
Hi,

 I am looking for an applikation to cut videos I recorded with
 a Siemens m740 dvbt receiver.

 I tried dvbcut (seqfault) and avidemux (does not start...).

 And the applikation should not be a Java based one.

 Thank you very much for any help in advance !

 Keep hacking!
 mcc

-- 
gentoo-user@gentoo.org mailing list



Re: [normal] [gentoo-user] OT: Application for video cutting ?

2006-04-02 Thread Marc Redmann
  And the applikation should not be a Java based one.

I hope you know what you are missing, because IMHO ProjectX (which is written 
in Java) is one of the best tools at the moment for the purpose of video 
cutting ...

BTW, it is not in portage, AFAIK ...

brgds, Marc





___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

-- 
gentoo-user@gentoo.org mailing list



Re: [normal] [gentoo-user] OT: Application for video cutting ?

2006-04-02 Thread Jeremy Olexa

Marc Redmann wrote:


BTW, it is not in portage, AFAIK ...


Sorry I cannot answer the original question but I would just like to add 
this:


%% eix projectx
* media-video/projectx
 Available versions:  ~0.90.3.00 ~0.90.3.01
 Installed:   none
 Homepage:http://sourceforge.net/projects/project-x/
 Description: Converts, splits and demuxes DVB and other 
MPEG recordings



Found 1 matches

-Jeremy
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Application for video cutting ?

2006-04-02 Thread Nick Rout

On Sun, 02 Apr 2006 18:29:00 +0200 (CEST)
Meino Christian Cramer wrote:

 Hi,
 
  I am looking for an applikation to cut videos I recorded with
  a Siemens m740 dvbt receiver.
 
  I tried dvbcut (seqfault) and avidemux (does not start...).

the binary for avidemux is actually called avidemux2

have you tried that?

-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Application for video cutting ?

2006-04-02 Thread Nick Rout

On Sun, 02 Apr 2006 18:29:00 +0200 (CEST)
Meino Christian Cramer wrote:

 Hi,
 
  I am looking for an applikation to cut videos I recorded with
  a Siemens m740 dvbt receiver.
 
  I tried dvbcut (seqfault) and avidemux (does not start...).
 
  And the applikation should not be a Java based one.
 
  Thank you very much for any help in advance !
 

sorry to reply twice!

Main Actor works well. It is available as an RPM. for SuSE from the Main Actor 
site (google it). 

1. Download the RPM file.
2. emerge rpm
3. emerge libsdl
4. rpm --nodeps MainActor(forgot the exact file name sorry).rpm
5. run mactor

You may not like the fact that it costs money, but you can play as long
as you like without paying, you just end up with a watermark on your
exported video. But its enough to see if it meets your needs.



  Keep hacking!
  mcc
 
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [normal] [gentoo-user] OT: Application for video cutting ?

2006-04-02 Thread JimD
On Mon, 3 Apr 2006 01:02:53 +0200
Marc Redmann [EMAIL PROTECTED] wrote:

   And the applikation should not be a Java based one.
 
 I hope you know what you are missing, because IMHO ProjectX (which is
 written in Java) is one of the best tools at the moment for the
 purpose of video cutting ...
 
 BTW, it is not in portage, AFAIK ...
 
 brgds, Marc

Would you happen to have a link?  All I found was this guide on doom9:

http://www.doom9.org/index.html?/DigiTV/projectx-fullguide.htm

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
I'm a geek, but I don't get it. 36-24-36 = -24. What's the significance?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Florida, USA, Earth, Solar System, Milky Way
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Application for video cutting ?

2006-04-02 Thread Meino Christian Cramer
From: Nick Rout [EMAIL PROTECTED]
Subject: Re: [gentoo-user] OT: Application for video cutting ?
Date: Mon, 03 Apr 2006 11:24:04 +1200


Avidemux failed to compile (may be my own problem, cause I installed
mplayer/ffmpeg from CVS...):

make[3]: Entering directory 
`/var/tmp/portage/avidemux-2.0.24/work/avidemux-2.0.24/avidemux/ADM_video'
if i386-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../..  
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include   -I/usr/include/freetype2  -I/usr/include/malloc  
-I.. -IADM_library -I../ADM_library  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-O -O2 -O3 -m3dnow -march=athlon-xp -mtune=athlon64 -msse -msse2 -msse3 -m3dnow 
-mfpmath=sse -funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr 
-finline-functions -falign-functions=4 -mpreferred-stack-boundary=2 
-fno-exceptions -fno-check-new -O2 -MT ADM_vidFields.o -MD -MP -MF 
.deps/ADM_vidFields.Tpo -c -o ADM_vidFields.o ADM_vidFields.cpp; \
then mv -f .deps/ADM_vidFields.Tpo .deps/ADM_vidFields.Po; else rm -f 
.deps/ADM_vidFields.Tpo; exit 1; fi
if i386-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../..  
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include   -I/usr/include/freetype2  -I/usr/include/malloc  
-I.. -IADM_library -I../ADM_library  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-O -O2 -O3 -m3dnow -march=athlon-xp -mtune=athlon64 -msse -msse2 -msse3 -m3dnow 
-mfpmath=sse -funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr 
-finline-functions -falign-functions=4 -mpreferred-stack-boundary=2 
-fno-exceptions -fno-check-new -O2 -MT ADM_vidDeintASM.o -MD -MP -MF 
.deps/ADM_vidDeintASM.Tpo -c -o ADM_vidDeintASM.o ADM_vidDeintASM.cpp; \
then mv -f .deps/ADM_vidDeintASM.Tpo .deps/ADM_vidDeintASM.Po; else rm -f 
.deps/ADM_vidDeintASM.Tpo; exit 1; fi
/var/tmp/portage/avidemux-2.0.24/temp/ccjJDj0c.s: Assembler messages:
/var/tmp/portage/avidemux-2.0.24/temp/ccjJDj0c.s:291: Error: symbol 
`deintloop__' is already defined
make[3]: *** [ADM_vidDeintASM.o] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/avidemux-2.0.24/work/avidemux-2.0.24/avidemux/ADM_video'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/avidemux-2.0.24/work/avidemux-2.0.24/avidemux'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/avidemux-2.0.24/work/avidemux-2.0.24'
make: *** [all] Error 2

!!! ERROR: media-video/avidemux-2.0.24 failed.
!!! Function src_compile, Line 72, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.

Keep hacking!
 mcc


 
 On Sun, 02 Apr 2006 18:29:00 +0200 (CEST)
 Meino Christian Cramer wrote:
 
  Hi,
  
   I am looking for an applikation to cut videos I recorded with
   a Siemens m740 dvbt receiver.
  
   I tried dvbcut (seqfault) and avidemux (does not start...).
 
 the binary for avidemux is actually called avidemux2
 
 have you tried that?
 
 -- 
 Nick Rout [EMAIL PROTECTED]
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: Application for video cutting ?

2006-04-02 Thread Meino Christian Cramer
From: Nick Rout [EMAIL PROTECTED]
Subject: Re: [gentoo-user] OT: Application for video cutting ?
Date: Mon, 03 Apr 2006 11:28:47 +1200

Hi Nick,

 thanks for your reply ! :O)

 I dont like to install binary only blocks (available as such only)
 onto my system regardless whether it is payware or GPLed software or
 whatever.

 Kinda philosophy...

 That's why I previously choose to build a LFS (Linux from Scratch) sytsem
 and then went to Gentoo.

 Keep hacking!
 mcc

 
 On Sun, 02 Apr 2006 18:29:00 +0200 (CEST)
 Meino Christian Cramer wrote:
 
  Hi,
  
   I am looking for an applikation to cut videos I recorded with
   a Siemens m740 dvbt receiver.
  
   I tried dvbcut (seqfault) and avidemux (does not start...).
  
   And the applikation should not be a Java based one.
  
   Thank you very much for any help in advance !
  
 
 sorry to reply twice!
 
 Main Actor works well. It is available as an RPM. for SuSE from the Main 
 Actor site (google it). 
 
 1. Download the RPM file.
 2. emerge rpm
 3. emerge libsdl
 4. rpm --nodeps MainActor(forgot the exact file name sorry).rpm
 5. run mactor
 
 You may not like the fact that it costs money, but you can play as long
 as you like without paying, you just end up with a watermark on your
 exported video. But its enough to see if it meets your needs.
 
 
 
   Keep hacking!
   mcc
  
  -- 
  gentoo-user@gentoo.org mailing list
 
 -- 
 Nick Rout [EMAIL PROTECTED]
 
 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list