Gentoo Forums
Gentoo Forums
Quick Search: in
[berkano-overlay] bleeding-edge multimedia, desktop & extras
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 35, 36, 37  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4176
Location: Suzhou, China

PostPosted: Mon Aug 10, 2009 5:27 pm    Post subject: Reply with quote

At this point I have little time to maintain this overlay, but I don't want to let it just die. I have some ideas about that. For the moment I recommend users of mplayer and ffmpeg live ebuilds to use the (hardmasked/unkeyworded) ones in portage. The xine-lib one was never my project, I only hosted it, so if anyone want to update that, send it to me and I'll update what's in the overlay.

I know avidemux needs an update for the 2.5 branch and its new build system. I do plan to do that, but it may take some time for me to get around to it.

Keep in touch for more news!
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
modulation
n00b
n00b


Joined: 01 May 2009
Posts: 3

PostPosted: Thu Aug 20, 2009 7:21 am    Post subject: Reply with quote

The useflag 'amr' doesn't work for ffmpeg-2009999-r1


/etc/portage/package.use
media-video/ffmpeg imlib theora vdpau x264 faad faac amr dirac vhook schroedinger oss gsm jpeg2k network speex

Quote:
>>> Compiling source in /var/tmp/portage/media-video/ffmpeg-20099999-r1/work/ffmpeg-20099999 ...
Unknown option "--enable-libamr-nb".
See ./configure --help for available options.
*
* ERROR: media-video/ffmpeg-20099999-r1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2699: Called die
* The specific snippet of code:
* ./configure --prefix=/usr --libdir=/usr/$(get_libdir) --shlibdir=/usr/$(get_libdir) --mandir=/usr/share/man --enable-static --enable-shared --cc="$(tc-getCC)" ${myconf} || die "configure failed";
* The die message:
* configure failed


Without 'amr' it compiles just fine.
Back to top
View user's profile Send private message
Rion
Guru
Guru


Joined: 12 Oct 2006
Posts: 359
Location: Ekaterinburg, Russia

PostPosted: Sun Oct 18, 2009 6:28 pm    Post subject: Reply with quote

any news about avidemux ?
_________________
~amd64
rion-overlay
Back to top
View user's profile Send private message
grant123
Apprentice
Apprentice


Joined: 23 Mar 2005
Posts: 186

PostPosted: Tue Oct 27, 2009 3:15 pm    Post subject: Reply with quote

I attached an updated ebuild for xine-lib-1.2 with vdpau support here:

http://bugs.gentoo.org/show_bug.cgi?id=290759

Please put it in the overlay if you can. It fixes an issue with the musepack dependency and renames to the latest xine-vdpau.
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4176
Location: Suzhou, China

PostPosted: Tue Nov 10, 2009 6:59 pm    Post subject: Reply with quote

New avidemux 2.5.9999 live ebuild (following 2.5 branch is most useful at the moment, in my opinion) is now in multimedia overlay. I also moved the smplayer live ebuild to multimedia overlay. Live ebuilds for mplayer and ffmpeg are in portage, and those are better maintained lately than mine.

grant123: if you register with gitorious.org and let me know your username there, I can add you as multimedia overlay contributor and you can maintain the xine-lib with vdpau ebuilds yourself.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
dreadlorde
Apprentice
Apprentice


Joined: 16 Dec 2008
Posts: 243
Location: /adm/timezone/US_Michigan

PostPosted: Wed Jan 13, 2010 1:29 am    Post subject: Reply with quote

I can't merge rxvt-unicode-9999 because of a file collision with ncurses-5.7-r3.
Code:

>>> Source compiled.
>>> Test phase [not enabled]: x11-terms/rxvt-unicode-9999

>>> Install rxvt-unicode-9999 into /var/tmp/portage/x11-terms/rxvt-unicode-9999/image/ category x11-terms
make[1]: Entering directory `/var/tmp/portage/x11-terms/rxvt-unicode-9999/work/rxvt-unicode/src'
/usr/bin/install -c -d /var/tmp/portage/x11-terms/rxvt-unicode-9999/image//usr/bin
/usr/bin/install -c -m 755 rxvt  /var/tmp/portage/x11-terms/rxvt-unicode-9999/image//usr/bin/`echo urxvt|sed 's/$//'|sed ''`
/usr/bin/install -c -m 755 rxvtc /var/tmp/portage/x11-terms/rxvt-unicode-9999/image//usr/bin/`echo urxvt|sed 's/$//'|sed ''`c
/usr/bin/install -c -m 755 rxvtd /var/tmp/portage/x11-terms/rxvt-unicode-9999/image//usr/bin/`echo urxvt|sed 's/$//'|sed ''`d
make[1]: Leaving directory `/var/tmp/portage/x11-terms/rxvt-unicode-9999/work/rxvt-unicode/src'
make[1]: Entering directory `/var/tmp/portage/x11-terms/rxvt-unicode-9999/work/rxvt-unicode/doc'
sed -e 's%@@RXVT_VERSION@@%9.07%g;' -e 's%@@RXVT_NAME@@%urxvt%g;' -e 's%@@RXVT_DATE@@%2009-12-27%g;' -e 's%@@RXVT_LIBDIR@@%/usr/lib%g;' -e 's%@@URXVT_NAME@@%urxvt%g;' < ./rxvt.1.man.in  >rxvt.1.man
sed -e 's%@@RXVT_VERSION@@%9.07%g;' -e 's%@@RXVT_NAME@@%urxvt%g;' -e 's%@@RXVT_DATE@@%2009-12-27%g;' -e 's%@@RXVT_LIBDIR@@%/usr/lib%g;' -e 's%@@URXVT_NAME@@%urxvt%g;' < ./rxvtc.1.man.in >rxvtc.1.man
sed -e 's%@@RXVT_VERSION@@%9.07%g;' -e 's%@@RXVT_NAME@@%urxvt%g;' -e 's%@@RXVT_DATE@@%2009-12-27%g;' -e 's%@@RXVT_LIBDIR@@%/usr/lib%g;' -e 's%@@URXVT_NAME@@%urxvt%g;' < ./rxvtd.1.man.in >rxvtd.1.man
sed -e 's%@@RXVT_VERSION@@%9.07%g;' -e 's%@@RXVT_NAME@@%urxvt%g;' -e 's%@@RXVT_DATE@@%2009-12-27%g;' -e 's%@@RXVT_LIBDIR@@%/usr/lib%g;' -e 's%@@URXVT_NAME@@%urxvt%g;' < ./rxvt.7.man.in  >rxvt.7.man
/usr/bin/install -c -d /var/tmp/portage/x11-terms/rxvt-unicode-9999/image//usr/share/man/man1
/usr/bin/install -c -d /var/tmp/portage/x11-terms/rxvt-unicode-9999/image//usr/share/man/man7
/usr/bin/install -c -m 644 rxvt.1.man  /var/tmp/portage/x11-terms/rxvt-unicode-9999/image//usr/share/man/man1/urxvt.1
/usr/bin/install -c -m 644 rxvtc.1.man /var/tmp/portage/x11-terms/rxvt-unicode-9999/image//usr/share/man/man1/urxvtc.1
/usr/bin/install -c -m 644 rxvtd.1.man /var/tmp/portage/x11-terms/rxvt-unicode-9999/image//usr/share/man/man1/urxvtd.1
/usr/bin/install -c -m 644 rxvt.7.man  /var/tmp/portage/x11-terms/rxvt-unicode-9999/image//usr/share/man/man7/urxvt.7
/usr/bin/tic -o /var/tmp/portage/x11-terms/rxvt-unicode-9999/image///usr/share/terminfo ./etc/rxvt-unicode.terminfo
/usr/bin/tic -o /var/tmp/portage/x11-terms/rxvt-unicode-9999/image///usr/share/terminfo ./etc/rxvt-unicode256.terminfo
make[1]: Leaving directory `/var/tmp/portage/x11-terms/rxvt-unicode-9999/work/rxvt-unicode/doc'
install: omitting directory `etc/CVS'
>>> Completed installing rxvt-unicode-9999 into /var/tmp/portage/x11-terms/rxvt-unicode-9999/image/

strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment
   usr/bin/urxvt
   usr/bin/urxvtc
   usr/bin/urxvtd
ecompressdir: bzip2 -9 /usr/share/man
bzip2: Can't open input file /var/tmp/portage/x11-terms/rxvt-unicode-9999/image/usr/share/doc/rxvt-unicode-9999/CVS: No such file or directory.

>>> Installing (2 of 2) x11-terms/rxvt-unicode-9999
 * checking 17 files for package collisions
 * This package will overwrite one or more files that may belong to other
 * packages (see list below). You can use a command such as `portageq
 * owners / <filename>` to identify the installed package that owns a
 * file. If portageq reports that only one package owns a file then do
 * NOT file a bug report. A bug report is only useful if it identifies at
 * least two or more packages that are known to install the same file(s).
 * If a collision occurs and you can not explain where the file came from
 * then you should simply ignore the collision since there is not enough
 * information to determine if a real problem exists. Please do NOT file
 * a bug report at http://bugs.gentoo.org unless you report exactly which
 * two packages install the same file(s). Once again, please do NOT file
 * a bug report unless you have completely understood the above message.
 *
 * Detected file collision(s):
 *
 *    /usr/share/terminfo/r/rxvt-unicode
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *
 * sys-libs/ncurses-5.7-r3
 *    /usr/share/terminfo/r/rxvt-unicode
 *
 * Package 'x11-terms/rxvt-unicode-9999' NOT merged due to file
 * collisions. If necessary, refer to your elog messages for the whole
 * content of the above message.

Anyone know how to stop it?
_________________
Ludwig von Mises Institute
Quote:
I am not to be a shepherd, I am not to be a grave-digger. No longer will I speak to the people; for the last time I have spoken to the dead.
Back to top
View user's profile Send private message
Spaulding
Apprentice
Apprentice


Joined: 16 Apr 2006
Posts: 159
Location: /dev/vagina

PostPosted: Tue Jun 29, 2010 2:14 pm    Post subject: Reply with quote

ffmpeg-20099999-r1 does not compiles...
do you still developing this overlay or it is dead project? any infos?
Back to top
View user's profile Send private message
Hwoarang
Developer
Developer


Joined: 24 Feb 2007
Posts: 700
Location: Leeds, UK

PostPosted: Tue Jul 06, 2010 8:37 am    Post subject: Reply with quote

The live ffmpeg ebuild is on the portage as well
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 35, 36, 37
Page 37 of 37

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum