小锁 发表于 2005-4-4 17:54:20

在这里提一个beep-media-player的问题:
在locale为UTF8的情况下,播放中文的URL(http协议的),是会有问题的,提示找不到文件
如果改用env LC_CTYPE=zh_CN.GBK的话,那么播放本地的文件又会有问题
所以在这提个想法:能不能设置url的encoding?如果能实现这个的话,那对中文用户应该是民用蛮方便的
谢谢
强烈建议还是不要用utf8locale的好问题会出奇的多!

sunmoon1997 发表于 2005-4-4 21:04:23

更新了一下, 界面改成中文了:)

pupilzeng 发表于 2005-4-5 13:49:30


强烈建议还是不要用utf8locale的好问题会出奇的多!
如果不用utf8 locale的话,还是会有很多的问题
我以前就是使用GBK locale的,因为gtk+内部是使用utf8编码,有很多软件在这之间没有进行转化(记得realplayer就是),所以使用utf8的话,也会有些意想不到的好处,因为这时,作者忘了转换也没关系:)

sunmoon1997 发表于 2005-4-5 22:49:29

版本更新至 0.1.2了:)

jiangtao9999 发表于 2005-4-7 09:58:37

我承认我有RPWT…………

include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2   -I/usr/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"-O2 -g -pipe -D_FORTIFY_SOURCE=2 -m32 -march=i686 -mcpu=i686 -mtune=i686-MT bmp_xine_ao.lo -MD -MP -MF ".deps/bmp_xine_ao.Tpo" -c -o bmp_xine_ao.lo bmp_xine_ao.c; \
then mv -f ".deps/bmp_xine_ao.Tpo" ".deps/bmp_xine_ao.Plo"; else rm -f ".deps/bmp_xine_ao.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include -DPACKAGE_DATA_DIR=\"/usr/share\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -O2 -g -pipe -D_FORTIFY_SOURCE=2 -m32 -march=i686 -mcpu=i686 -mtune=i686 -MT bmp_xine_ao.lo -MD -MP -MF .deps/bmp_xine_ao.Tpo -c bmp_xine_ao.c-fPIC -DPIC -o .libs/bmp_xine_ao.o
bmp_xine_ao.c: In function `bmp_xine_audio_playback_loop':
bmp_xine_ao.c:63: error: `stderr' undeclared (first use in this function)
bmp_xine_ao.c:63: error: (Each undeclared identifier is reported only once
bmp_xine_ao.c:63: error: for each function it appears in.)
bmp_xine_ao.c: In function `bmp_xine_new_audio_playback_thread':
bmp_xine_ao.c:116: warning: passing arg 3 of `pthread_create' from incompatible pointer type
make: *** 错误 1
make: Leaving directory `/usr/src/mBuild/BUILD/bmp-xine-0.1.2/src'
make: *** 错误 1
make: Leaving directory `/usr/src/mBuild/BUILD/bmp-xine-0.1.2'
make: *** 错误 2
#

sunmoon1997 发表于 2005-4-7 11:11:42

先不要使用这个东东了:)
再等几天, 我在修改中。。。

aminiboy 发表于 2005-9-3 11:02:51

怎么解压不了?
页: 1 [2]
查看完整版本: [更新]bmp 基于 xine-lib 视频插件