Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150175 - media-video/avidemux-2.3.0 bump request
Summary: media-video/avidemux-2.3.0 bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: Marc Hildebrand (RETIRED)
URL: http://fixounet.free.fr/avidemux/down...
Whiteboard:
Keywords: PMASKED
: 115229 157704 158338 (view as bug list)
Depends on: 129222
Blocks: 137958 143664 146165 158340
  Show dependency tree
 
Reported: 2006-10-05 08:21 UTC by John Rico
Modified: 2007-03-21 21:42 UTC (History)
20 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
media-video/avidemux/avidemux-2.3_pre2.ebuild (avidemux-2.3_pre2.ebuild,3.44 KB, text/plain)
2006-10-17 08:05 UTC, Ben de Groot (RETIRED)
Details
dts-internal.patch (dts-internal.patch,275 bytes, patch)
2006-10-17 08:06 UTC, Ben de Groot (RETIRED)
Details | Diff
configure.in patch to remove automagic deps (config.patch,5.68 KB, patch)
2006-11-10 09:13 UTC, Alexis Ballier
Details | Diff
avidemux-2.3.0.ebuild (avidemux-2.3.0.ebuild,3.14 KB, text/plain)
2006-12-09 21:25 UTC, Rick Harris
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Rico 2006-10-05 08:21:39 UTC
Big version update.  The unstable 2.2 branch was dropped, 2.3 claims to be more stable but have yet to try to compile it on amd64.
Comment 1 Peter Würtz 2006-10-08 23:45:52 UTC
I tried to compile 2.3, but I got linker errors related to the spidermonkey library. Seems the spidermonkey 1.5 ebuild builds a bad library, some functions are simply missing.

There is a note at the mozilla website:
http://lxr.mozilla.org/mozilla/source/js/src/README.html#Build
"Do not attempt to use Makefile to build the standalone JavaScript engine.  This file is used only for building the JS-engine in the Mozilla browser."

So, there is no documented way to build a library for apps like avidemux?
Comment 2 Jordan 2006-10-14 23:09:52 UTC
i've been using an svn ebuild i made for a while now, you need to use a threadsafe spidermonkey to get this working, see this:
http://forums.gentoo.org/viewtopic-p-3597834.html#3597834
Comment 3 Ben de Groot (RETIRED) gentoo-dev 2006-10-17 07:01:25 UTC
(In reply to comment #0)
> Big version update.  The unstable 2.2 branch was dropped, 2.3 claims to be more
> stable but have yet to try to compile it on amd64.


Avidemux 2.3 hasn't been released yet, this is a preview release. This bug also depends on bug #129222 as we need the threadsafe option in spidermonkey, which in the current ebuild doesn't get built. But I'm not allowed to add this dependency to this bug...

Those who want a threadsafe Spidermonkey and an Avidemux-2.3-svn ebuild can check out my overlay:
svn co http://berkano.net/svn/berkano-overlay
Comment 4 Ben de Groot (RETIRED) gentoo-dev 2006-10-17 08:05:24 UTC
Created attachment 99883 [details]
media-video/avidemux/avidemux-2.3_pre2.ebuild

Ebuild for Avidemux-2.3_preview2 that works for me.
Comment 5 Ben de Groot (RETIRED) gentoo-dev 2006-10-17 08:06:18 UTC
Created attachment 99884 [details, diff]
dts-internal.patch

Patch referenced in the ebuild.
Comment 6 Thomas Capricelli 2006-11-10 06:48:06 UTC
i support the bump. 
The latest version in portage is 2.0.42, or 2.1_pre1 if you unmask it manually. Those are old!
Comment 7 Alexis Ballier gentoo-dev 2006-11-10 09:13:26 UTC
Created attachment 101609 [details, diff]
configure.in patch to remove automagic deps

Hmm, I wanted to bump this one, I added threadsafe support to spidermonkey to support it. The problem is that avidemux has a *lot* of automagic dependencies, that means that even if you disable a feature with your use flags, if the configure script detects that this feature can be enabled, it will enable it regardless of what you wanted.

So, I sent a patch to upstream some weeks ago and never got any answer. I'm attaching it and I'll bump avidemux if and only if this patch get applied upstream because I dont want to port this patch to every single avidemux release.
Comment 8 Matteo Azzali (RETIRED) gentoo-dev 2006-11-16 08:42:24 UTC
I can't see this patch at http://bugs.avidemux.org/ , also the patch applies 
to configure.in but svn has only configure.in.in file.

Do you want me to try to post your patch (modified for svn) on their
bugtracker?
Comment 9 Alexis Ballier gentoo-dev 2006-11-16 10:16:44 UTC
(In reply to comment #8)
> Do you want me to try to post your patch (modified for svn) on their
> bugtracker?

If you can manage to get it applied, I'd be very glad ^^
In fact, in the mail I sent, I was offering to port the patch to any branch of their svn...

Note that this is only the first step, the second step would be to remove all the static libs included in it (see avidemux/ADM_libraries subdir in their 2.4 branch). I'm not an expert there, but it seems that including a ffmpeg snapshot is not a good option for security reasons.

I've sent a mail to media-vide@g.o some days ago asking if we should remove avidemux from the tree for those reasons, and it's not a good idea either. So... any help would be really appreciated there


Regarding the fact that I didnt have any answer from upstream by mail, it's probably a better idea to submit a bug on their bugzilla or ask in their forums.
Comment 10 Jakub Moc (RETIRED) gentoo-dev 2006-11-18 06:27:12 UTC
*** Bug 115229 has been marked as a duplicate of this bug. ***
Comment 11 Martin Väth 2006-11-18 14:09:51 UTC
Just a note on two minor bugs of the ebuild which were reported in the forums 
http://forums.gentoo.org/viewtopic-t-511431-highlight-.html
and which I can confirm independently:
1) The ebuild won't compile with USE='-truetype', and
2) occasionally, there are mysterious make errors without MAKEOPTS='-j1'.
Maybe you will also want to include the patch from #104753 (though it is really hackish).
Comment 12 Matteo Azzali (RETIRED) gentoo-dev 2006-11-28 06:14:57 UTC
Ok, Mean planned to merge the patch in 2.4 release....
https://bugs.avidemux.org/?do=details&id=206
Comment 13 Marc Hildebrand (RETIRED) gentoo-dev 2006-11-28 13:28:39 UTC
Uhhh, I was not me who wrote that patch but Alexis.
I'd love to see avidemux remain in the tree, we'll see.
I'll test the ebuild and patches on amd64 and x86 asap.
Cheers,
Marc.
Comment 14 Jon Malachowski 2006-11-30 17:00:57 UTC
I'm not sure if it matters, but the berkano.net ebuild 2.3-r2 worked for me. (x86 system). I _had_ to use it as the avidemux would not compile after an x264 upgrade.  And revdep-rebuild declared avidemux the offending package.

So err..I support the version bump as the current version appears to have problems and it looks like the seamonkey thing has been cleared up

some basic stuff...
System uname: 2.6.17-gentoo-r7 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.12.6
gcc version 4.1.1 (Gentoo 4.1.1-r1)
Comment 15 Rick Harris 2006-12-09 21:25:51 UTC
Created attachment 103724 [details]
avidemux-2.3.0.ebuild

Avidemux-2.3_pre2 fails with what looks like a mass of javascript errors:

make[3]: Entering directory `/var/tmp/portage/media-video/avidemux-2.3_pre2/work/avidemux_2.3_preview2/avidemux/ADM_script'
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../avidemux -I/usr/include/js -DXP_UNIX -DJS_THREADSAFE  -I/usr/include/malloc -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -I.. -I../ADM_lavutil -IADM_library -I../ADM_library  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=athlon-xp -pipe -fomit-frame-pointer -O2 -falign-loops=16 -c -o ADM_JSGlobal.o ADM_JSGlobal.cpp
/usr/include/libintl.h:40: error: expected unqualified-id before ‘const’
/usr/include/libintl.h:40: error: expected `)' before ‘const’
/usr/include/libintl.h:40: error: expected initializer before ‘const’
/usr/include/libintl.h:44: error: expected unqualified-id before ‘const’
/usr/include/libintl.h:44: error: expected `)' before ‘const’
/usr/include/libintl.h:44: error: expected initializer before ‘const’
/usr/include/libintl.h:51: error: expected unqualified-id before ‘const’
/usr/include/libintl.h:51: error: expected `)' before ‘const’
/usr/include/libintl.h:51: error: expected initializer before ‘const’
/usr/include/libintl.h:81: error: expected unqualified-id before ‘const’
/usr/include/libintl.h:81: error: expected `)' before ‘const’
/usr/include/libintl.h:81: error: expected initializer before ‘const’
/usr/include/libintl.h:85: error: expected unqualified-id before ‘const’
/usr/include/libintl.h:85: error: expected `)' before ‘const’
/usr/include/libintl.h:85: error: expected initializer before ‘const’
make[3]: *** [ADM_JSGlobal.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/media-video/avidemux-2.3_pre2/work/avidemux_2.3_preview2/avidemux/ADM_script'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-video/avidemux-2.3_pre2/work/avidemux_2.3_preview2/avidemux'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-video/avidemux-2.3_pre2/work/avidemux_2.3_preview2'
make: *** [all] Error 2


However, the final version avidemux-2.3.0 does work.

Any avidemux users need this version as the old outdated ebuild versions cannot compile against the current x264 (a version needed by many other staple video apps. such as mplayer/ffmpeg) and USE="-x264" is not honoured for avidemux either.

The ebuild need only depend on the dev-lang/spidermonkey-1.5-r2 ebuild already in portage as this has the 'threadsafe' USE flag.

Removed use_enable/use_with flags from econf 'x264', 'mad', 'a52dec', 'xvid', as they are auto-detected and cannot be enabled/disabled without hacking the configure script.

Updated ebuild reflects this, thanks.
Comment 16 Jakub Moc (RETIRED) gentoo-dev 2006-12-10 02:31:52 UTC
*** Bug 157704 has been marked as a duplicate of this bug. ***
Comment 17 Jakub Moc (RETIRED) gentoo-dev 2006-12-16 19:16:12 UTC
*** Bug 158338 has been marked as a duplicate of this bug. ***
Comment 18 Ryan Hill (RETIRED) gentoo-dev 2006-12-26 20:34:56 UTC
(In reply to comment #15)
> Removed use_enable/use_with flags from econf 'x264', 'mad', 'a52dec', 'xvid',
> as they are auto-detected and cannot be enabled/disabled without hacking the
> configure script.

We really need to fix this then.  Though, I think this is better than what we currently have.
Comment 19 crusaderky 2007-01-15 17:51:27 UTC
Doesn't build.

make[3]: Entering directory `/var/tmp/portage/avidemux-2.3.0/work/avidemux_2.3.0/po'
rm -f fr.gmo && /usr/bin/gmsgfmt -c --statistics -o fr.gmo fr.po
rm -f fr.gmo && /usr/bin/gmsgfmt -c --statistics -o fr.gmo fr.po
934 translated messages, 12 fuzzy translations, 423 untranslated messages.
934 translated messages, 12 fuzzy translations, 423 untranslated messages.
rm -f es.gmo && /usr/bin/gmsgfmt -c --statistics -o es.gmo es.po
rm -f es.gmo && /usr/bin/gmsgfmt -c --statistics -o es.gmo es.po
16 translated messages, 184 fuzzy translations, 1208 untranslated messages.
16 translated messages, 184 fuzzy translations, 1208 untranslated messages.
rm -f klingon.gmo && /usr/bin/gmsgfmt -c --statistics -o klingon.gmo klingon.po
rm -f klingon.gmo && /usr/bin/gmsgfmt -c --statistics -o klingon.gmo klingon.po
1 translated message, 6 fuzzy translations, 1401 untranslated messages.
1 translated message, 6 fuzzy translations, 1401 untranslated messages.
rm -f ru.gmo && /usr/bin/gmsgfmt -c --statistics -o ru.gmo ru.po
rm -f ru.gmo && /usr/bin/gmsgfmt -c --statistics -o ru.gmo ru.po
543 translated messages, 1 fuzzy translation, 864 untranslated messages.
543 translated messages, 1 fuzzy translation, 864 untranslated messages.
mv: cannot stat `t-ru.gmo': No such file or directory
make[3]: *** [ru.gmo] Error 1
make[3]: Leaving directory `/var/tmp/portage/avidemux-2.3.0/work/avidemux_2.3.0/po'
make[2]: *** [stamp-po] Error 2
make[2]: *** Waiting for unfinished jobs....
rm -f cs.gmo && /usr/bin/gmsgfmt -c --statistics -o cs.gmo cs.po
1226 translated messages, 182 untranslated messages.
make[2]: Leaving directory `/var/tmp/portage/avidemux-2.3.0/work/avidemux_2.3.0/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/avidemux-2.3.0/work/avidemux_2.3.0'
make: *** [all] Error 2



 # emerge --info
Portage 2.1.1-r2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r4, 2.6.18-gentoo-r6 i686)
=================================================================
System uname: 2.6.18-gentoo-r6 i686 AMD Athlon(TM) XP 2000+
Gentoo Base System version 1.12.6
Last Sync: Mon, 15 Jan 2007 15:59:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -pipe -march=athlon-xp -fomit-frame-pointer -falign-functions=4 -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-Os -pipe -march=athlon-xp -fomit-frame-pointer -falign-functions=4 -mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig digest distlocks fixpackages metadata-transfer parallel-fetch sandbox sfperms strict userfetch"
GENTOO_MIRRORS="http://mirror.bih.net.ba/gentoo/ http://ftp.club-internet.fr/pub/mirrors/gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://gentoo.imj.fr/pub/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
LC_ALL="it_IT.UTF-8"
LINGUAS="it"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X a52 aac alsa alsa_cards_ali5451 alsa_cards_als4000 alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1x alsa_cards_ens1370 alsa_cards_ens1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol apache2 audiofile berkdb bitmap-fonts bzip2 cdparanoia cdr chroot cjk cli cracklib crypt cscope cups curl dbus dga dlloader dri dts dvb dvd dvdr dvdread elibc_glibc encode exif fam fbcon ffmpeg firefox flac flash fortran gd gdbm ggi gif ginac glut gnutls gpm gtk gtk2 gtkhtml guile hal iconv idn imagemagick imap imlib innodb input_devices_evdev input_devices_joystick input_devices_keyboard input_devices_mouse input_devices_wacom ipv6 isdnlog java javascript jikes joystick jpeg kerberos kernel_linux krb4 lcms ldap libg++ libnotify linguas_it lzo mad mcal memlimit mikmod mmap mmx mng motif mp3 mpeg musepack mysql ncurses nls nptl nptlonly nsplugin nvidia odbc offensive ogg opengl pam pcre pdf perl plotutils png ppds pppd prelude python quicktime readline reflection samba sdl session skey slp sndfile snmp socks5 speex spl sqlite sse ssl startup-notification svg tcl tcltk tcpd theora threads tiff tk truetype truetype-fonts type1-fonts udev unicode usb userland_GNU vcd video_cards_nvidia video_cards_vesa vorbis win32codecs wmf wxwindows xml xorg xosd xprint xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Comment 20 Honza 2007-01-21 16:01:22 UTC
Works (at least build) for me. Could this be ~x86 ?

Portage 2.1.1-r2 (default-linux/x86/2006.0, gcc-3.3.5, glibc-2.3.5-r3, 2.6.17-gentoo-r8 i686)
=================================================================
System uname: 2.6.17-gentoo-r8 i686 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.13
Last Sync: Sat, 20 Jan 2007 22:20:01 +0000
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.3.5-r3
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1, 1.10
sys-devel/binutils:  2.15.92.0.2-r10, 2.16.1-r3
sys-devel/gcc-config: 1.3.10-r2
sys-devel/libtool:   1.4.3-r4, 1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=athlon -march=i686 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/shar
e/config /usr/kde/3.5/shutdown /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvip
dfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr
/share/texmf/xdvi/ /var/bind"
CONFIG_PROTECT_MASK="/etc/afs/C /etc/afs/afsws /etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/terminf
o"
CXXFLAGS="-O2 -mcpu=athlon -march=i686 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.sh.cvut.cz/MIRRORS/gentoo/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo http://www.mirro
r.ac.uk/sites/www.ibiblio.org/gentoo/ http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gento
o"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-a
fter --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex 3dnowext X Xaw3d a52 aalib alsa alsa_cards_ali5451 alsa_cards_als4000 alsa_cards_atiixp alsa_card
s_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1x alsa_cards_ens1370 alsa_cards_en
s1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m
 alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx alsa_cards_via82xx-modem alsa_cards_ymfp
ci alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_p
cm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm
_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_
plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugi
ns_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvo
l apache2 apm arts avi berkdb bitmap-fonts bzip2 caps cdr cli cracklib crypt cups curl dga divx4linux dlloader doc dri d
vd dvdread elibc_glibc emboss encode erandom esd flac foomaticdb fortran fpx gcj gd gdbm ggi gif gnutls gpm graphviz gst
reamer gtk gtk2 iconv imagemagick imlib innodb input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnl
og java jbig jpeg kernel_linux lcd_devices_bayrad lcd_devices_cfontz lcd_devices_cfontz633 lcd_devices_glk lcd_devices_h
d44780 lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb lcd_devices_ncurses lcd_devices_text lcms lesstif libcac
a libg++ libwww live lzo mad mailwrapper mbox mcal memlimit mikmod mmx mng motif mozilla mp3 mpeg multislot mysql ncurse
s network nls nptl ogg oggvorbis openal opengl oss pam pcre pdflib perl pic png pppd python qt qt3 qt4 quicktime readlin
e real reflection samba sdl session snmp spell spl sqlite sse sse2 ssl svga tcpd tetex theora tiff truetype truetype-fon
ts type1-fonts udev unicode usb userland_GNU userlocales vhosts video_cards_fbdev video_cards_nv video_cards_nvidia vide
o_cards_r128 video_cards_vesa videos vorbis wmf x264 xgetdefault xml xorg xosd xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 21 Honza 2007-01-21 16:03:24 UTC
(I'm speaking about media-video/avidemux-2.3.0 from this ebuild.)
Comment 22 Steve Dibb (RETIRED) gentoo-dev 2007-01-22 15:53:09 UTC
Added in CVS.