LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: colored

gstreamer-0.6.3的安装

[复制链接]
发表于 2003-11-13 23:58:55 | 显示全部楼层
不好意思,使我搞错了,gst-libs应该包含在gstreamer种的,
我这里夜市了一下gstreamer0.7.1,也是不能找到相应版本的libs
但系统emerge 的0.6.4就有。
正是奇怪,0.7.1时我手工高的ebuild,怎么就不行呢?



你google一下看有无方案
 楼主| 发表于 2003-11-14 21:32:30 | 显示全部楼层
问题解决了:
gstreamer-0.6.x安装后只在/usr/lib/pkgconfig中生成了一个gstreamer-0.6.pc,只要cp gstreamer-0.6.pc gstreamer-libs-0.6.pc就行了。
 楼主| 发表于 2003-11-15 00:38:04 | 显示全部楼层
上面的办法不太对。
正确的解决方案是运行gst-regist。

其实问题很简单,看看README,就什么都解决了。
总是没这个习惯,以为自己有“经验”。
唉!
发表于 2003-11-16 11:34:50 | 显示全部楼层
thanks!

but nothing happend when i run " gst-register-0.7 "

I have to copy gstreamer-0.7.pc to gsteramer-libs-0.7.pc
 楼主| 发表于 2003-11-16 17:58:39 | 显示全部楼层
安装gnome-media-2.4.0又有新问题了。
./configure --prefix=/usr 通过了,make又不成了

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2003-11-17 11:13:47 | 显示全部楼层
bash-2.05b# pwd
/usr/include/gstreamer-0.6/gst/gconf
bash-2.05b# ls
gconf.h
 楼主| 发表于 2003-11-19 18:38:50 | 显示全部楼层
这个gconf.h应该是gstgconf的吧,这个东东在gst-plugins里,按安装说明要在后面装。
我也提前装了,make没完全成功,不过gconf通过了,就先make install 了,装了一半gst-plugins,
现在gstgconf装上了,gnome-media也装上了,但gst-plugins还是没装全
 楼主| 发表于 2003-11-20 20:21:40 | 显示全部楼层
  1. [ly@COLORED lib]$ pwd
  2. /usr/lib
  3. [ly@COLORED lib]$ ls libra* -l
  4. -rw-r--r--    1 root     root        13084  6月 24  2002 libraw1394.a
  5. -rwxr-xr-x    1 root     root          654  6月 24  2002 libraw1394.la
  6. lrwxrwxrwx    1 root     root           19  8月  8 05:47 [color=darkred]libraw1394.so ->  ibraw1394.so.5.0.0[/color]

  7. [ly@COLORED lib]$ ls libra*
  8. [color=blue] ls: libraw1394.so: No such file or directory [/color]
  9. libraw1394.a  libraw1394.la
复制代码


.a  .la  .so  都有什么区别?
 楼主| 发表于 2003-11-20 20:28:53 | 显示全部楼层
这是安装gst-plugins-0.6.3时的错误提示:
  1. 。。。。。。
  2. Making all in raw1394
  3. make[3]: Entering directory `/home/ly/download/gnome/gst-plugins-0.6.3/ext/raw1394'
  4. /bin/sh ../../libtool --mode=link gcc  -g -O2   -o libgst1394.la -rpath /usr/lib/gstreamer-0.6 -module -avoid-version libgst1394_la-gst1394.lo libgst1394_la-gstdv1394src.lo -lraw1394
  5. rm -fr .libs/libgst1394.la .libs/libgst1394.* .libs/libgst1394.*
  6. gcc -shared  libgst1394_la-gst1394.lo libgst1394_la-gstdv1394src.lo  /usr/lib/libraw1394.so  -Wl,-soname -Wl,libgst1394.so -o .libs/libgst1394.so
  7. [color=blue]gcc: /usr/lib/libraw1394.so: No such file or directory[/color]
  8. make[3]: *** [libgst1394.la] Error 1
  9. make[3]: Leaving directory `/home/ly/download/gnome/gst-plugins-0.6.3/ext/raw1394'
  10. make[2]: *** [all-recursive] Error 1
  11. make[2]: Leaving directory `/home/ly/download/gnome/gst-plugins-0.6.3/ext'
  12. make[1]: *** [all-recursive] Error 1
  13. make[1]: Leaving directory `/home/ly/download/gnome/gst-plugins-0.6.3'
  14. make: *** [all] Error 2
复制代码
发表于 2003-11-21 10:27:04 | 显示全部楼层
libraw ---->Library providing low-level IEEE-1394 access

./configure --prefix=/your/path   --disable-raw1394   
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表