bmp播放ape的插件

Totem,mplayer,sopcast,realplayer,bmp
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#16

帖子 yongyi » 2005-05-13 16:42

谁能装上的?
我找了好几个APE的插件,一个都没装上。找源码编译也发生错误。为了这个APE FOR BMP,我可搞砸了两次系统。在几个论坛兜转记不清个轮回,花费了不少时间,但还未能装上!唉,有人能帮帮忙吗?不会在ubuntu装不了的吧?有装上了的朋友说说啊。
头像
ct
帖子: 2201
注册时间: 2005-04-06 21:15
来自: 安徽黄山
联系:

#17

帖子 ct » 2005-05-13 18:49

我都在用虚拟机放了
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#18

帖子 yongyi » 2005-05-13 19:50

CT是用winne吗?还是别的?不知那个什么offical的,能不能安装winamp或foobar呢?
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#19

帖子 yongyi » 2005-05-14 9:38

昨天折腾BMP的,死都编译安装不上。今天一早倒编译成功了XMMS的:
先编译安装mac-3.99-u4-b3.tar.bz2,接着是xmms-mac-0.3.1.tar.gz
然后连XMMS-WMA这个也编译装上了。靠!
再想编译装一下那个bmp-mac-0.1.1.tar.gz,,,,可是,仍是有错误发生!真是晕了!唉!
附上编译过程代码,希望能有高手指点一下

代码: 全选

yongyi@yongyi:/usr/local/src/bmp-mac-0.1.1$ sudo ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output file name... 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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0... yes
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GLIB_LIBS... -lglib-2.0
checking for gtk+-2.0... yes
checking GTK_CFLAGS... -DXTHREADS -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/glib-2.0 -I/usr/lib/glib-2.0/include
checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for bmp... yes
checking BMP_CFLAGS... -DXTHREADS -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
checking BMP_LIBS... -lbeep -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking mac/config.h usability... yes
checking mac/config.h presence... yes
checking for mac/config.h... yes
checking mac/NoWindows.h usability... yes
checking mac/NoWindows.h presence... yes
checking for mac/NoWindows.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for DecompressFile in -lmac... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/version.h
config.status: creating config.h
config.status: executing depfiles commands

Build options:
  bmp-mac               0.1.1
  enable-local          no

代码: 全选

yongyi@yongyi:/usr/local/src/bmp-mac-0.1.1$ sudo make clean;make
Making clean in src
make[1]: Entering directory `/usr/local/src/bmp-mac-0.1.1/src'
rm -rf .libs _libs
 rm -f fileinfo fileinfo
test -z "libbmp-mac.la" || rm -f libbmp-mac.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/usr/local/src/bmp-mac-0.1.1/src'
Making clean in .
make[1]: Entering directory `/usr/local/src/bmp-mac-0.1.1'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/usr/local/src/bmp-mac-0.1.1'
make  all-recursive
make[1]: Entering directory `/usr/local/src/bmp-mac-0.1.1'
Making all in src
make[2]: Entering directory `/usr/local/src/bmp-mac-0.1.1/src'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..    -DXTHREADS -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  -s -O3 -Wall -pedantic -DBUILD_CROSS_PLATFORM -DGTK_DISABLE_DEPRECATED -g -O2 -MT libbmp_mac_la-mac.lo -MD -MP -MF ".deps/libbmp_mac_la-mac.Tpo" -c -o libbmp_mac_la-mac.lo `test -f 'mac.cpp' || echo './'`mac.cpp; \
then mv -f ".deps/libbmp_mac_la-mac.Tpo" ".deps/libbmp_mac_la-mac.Plo"; else rm -f ".deps/libbmp_mac_la-mac.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -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 -s -O3 -Wall -pedantic -DBUILD_CROSS_PLATFORM -DGTK_DISABLE_DEPRECATED -g -O2 -MT libbmp_mac_la-mac.lo -MD -MP -MF .deps/libbmp_mac_la-mac.Tpo -c mac.cpp  -fPIC -DPIC -o .libs/libbmp_mac_la-mac.o

cc1plus
:

Permission

denied
:

opening

dependency

file

.deps/libbmp_mac_la-mac.Tpo
make[2]: *** [libbmp_mac_la-mac.lo] Error 1
make[2]: Leaving directory `/usr/local/src/bmp-mac-0.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/bmp-mac-0.1.1'
make: *** [all] Error 2

yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#20

帖子 yongyi » 2005-05-14 10:23

然后把XMMS的INPUT中的有MAC的文件复制到BMP的INPUT下,BMP也可以播放APE了。
不过,听说,这个时候是不能删除XMMS的,不然BMP仍是播不了APE。不敢尝试。好不容易才放上APE了。呵呵,就用XMMS算了吧,我看到它还有FLAC的插件,多好!不过,怎么样子这么丑!是直接在新立得那下的。
头像
Cyberfish
帖子: 266
注册时间: 2005-07-20 15:01

#21

帖子 Cyberfish » 2005-07-29 23:44

sdfa
头像
Arete
帖子: 74
注册时间: 2005-10-05 11:15
来自: http://bulaoge.com/?arete
联系:

Re: bmp播放ape的插件

#22

帖子 Arete » 2005-10-06 23:45

freeflying 写了:在ubuntu下编译的,解开后:
dpkg -i *.deb
不知是什么,先谢了!
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#23

帖子 eexpress » 2005-10-06 23:52

ape的5分钟的歌曲多大啊?
● 鸣学
pyromania
帖子: 31
注册时间: 2005-08-07 0:27

#24

帖子 pyromania » 2005-10-16 15:06

感谢楼主
z5488
帖子: 43
注册时间: 2005-09-16 7:32

#25

帖子 z5488 » 2005-10-16 23:14

参考了几个帖子,我也有点糊涂(最好有达人解说一下,这样也不是办法),不过是装上了XMMS的APE

cp libmac.so.2.0.0 and libxmms-mac.so to /usr/lib/xmms/Input
dpkg -i mac-3.99-u4-b2_b2-1_i386.deb
不过我之前装上了xmms-dev:apt-get install xmms-dev(这一步不知道是不是必须的,我先装过也懒的再试了)

文件我也是根据论坛的帖子找到的,忘了地址,我直接上传附件了
附件
xmms-mac.tar.gz
(531.25 KiB) 已下载 119 次
louyj
帖子: 10
注册时间: 2005-10-16 8:30

#26

帖子 louyj » 2005-10-18 21:40

谢谢
bendy
帖子: 10
注册时间: 2005-11-03 18:24

#27

帖子 bendy » 2005-11-06 12:15

?????????在哪里阿!
sqpsunman
帖子: 77
注册时间: 2005-11-01 12:43
联系:

#28

帖子 sqpsunman » 2005-11-06 12:36

无法播放!
初来乍到,请多关照,正在学习中........
头像
Element
帖子: 3537
注册时间: 2005-09-10 16:04
来自: DG-GD-China

#29

帖子 Element » 2005-11-08 23:54

z5488 写了:参考了几个帖子,我也有点糊涂(最好有达人解说一下,这样也不是办法),不过是装上了XMMS的APE

cp libmac.so.2.0.0 and libxmms-mac.so to /usr/lib/xmms/Input
dpkg -i mac-3.99-u4-b2_b2-1_i386.deb
不过我之前装上了xmms-dev:apt-get install xmms-dev(这一步不知道是不是必须的,我先装过也懒的再试了)

文件我也是根据论坛的帖子找到的,忘了地址,我直接上传附件了
这条命令不对吧,没有and和to吧。
http://element.blog.ubuntu.org.cn/
Ubuntu Jaunty Jackalope...
AMD Barton 2600+
MSI K7N2 Delta-L
Kingston DDR400 512M*2+256M*1
nVidia FX5200
Seagate 80G(Jaunty Jackalope)
Seagate 160G(XXxxXX)
SyncMaster 732N
xivhwo2002
帖子: 69
注册时间: 2005-10-23 17:43
来自: 地狱

#30

帖子 xivhwo2002 » 2005-11-19 12:07

我想看看嗯
AMD X2 3800+
DFI LanParty UT Ultra-D
DDR400 dual 1G * 2
2*sata 120G RAID 0
Ubuntu Dapper Drake 6.06 Prepare ing ……
回复