nautilus-media depends on gstreamer-0.6 which isn't in the portage tree.
no, it depends on 0.52 which is in the tree.
Sorry for not being more descriptive. Here's the error that I receive when emerging: bash-2.05b# emerge nautilus-media-0.2.0.ebuild Calculating dependencies ...done! >>> emerge (1 of 1) gnome-extra/nautilus-media-0.2.0 to / >>> md5 ;-) nautilus-media-0.2.0.tar.bz2 >>> Unpacking source... >>> Unpacking nautilus-media-0.2.0.tar.bz2 >>> Source unpacked. * Working directory: /var/tmp/portage/nautilus-media-0.2.0/work/nautilus-media-0.2.0... * Applying libtool-portage.patch... configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes /var/tmp/portage/nautilus-media-0.2.0/work/nautilus-media-0.2.0/missing: Unknown `--run' option Try `/var/tmp/portage/nautilus-media-0.2.0/work/nautilus-media-0.2.0/missing --help' for more information configure: WARNING: `missing' script is too old or missing checking for gawk... gawk checking whether make sets ${MAKE}... yes checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking command to parse nm output... ok checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for i686-pc-linux-gnu-ranlib... no checking for ranlib... ranlib checking for i686-pc-linux-gnu-strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool checking for pkg-config... yes checking for pkg-config... /usr/bin/pkg-config checking for gstreamer-0.6 >= 0.5.2 gstreamer-libs-0.6 >= 0.5.2... Package gstreamer-0.6 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-0.6.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-0.6' found checking for gstreamer-0.5 >= 0.5.2 gstreamer-libs-0.5 >= 0.5.2... Package 'GStreamer Media-Specific Libraries' requires 'gstreamer-0.5 = 0.5.1' but version of GStreamer is 0.5.2 configure: error: you need gstreamer development packages installed ! !!! ERROR: gnome-extra/nautilus-media-0.2.0 failed. !!! Function econf, Line 308, Exitcode 1 !!! econf failed
I have gstreamer-0.5.2 installed.
do you have gst-plugins-0.5.2 ?
I had gst-plugins-0.5.1. Emergeing 0.5.2 fixed the problem. Thanks foser!
ok added gst-plugins dep. thanks for your report