阅读上一个主题 :: 阅读下一个主题 |
作者 |
Underneath the Apple New World... |
 |
所跟贴 |
Underneath the Apple New World... -- nunia - (1708 Byte) 2006-7-16 周日, 下午7:29 (571 reads) |
nunia [个人文集]
加入时间: 2005/11/04 文章: 2184
经验值: 5079
|
|
|
作者:nunia 在 罕见奇谈 发贴, 来自 http://www.hjclub.org
and live a better life.
High speed internet access at home is too costly to your family!
if you have high speed access to internet at your work place, you can safely donate highspeed subscriber's cost for your home to a better use. Downgrade cable modem/DSL to dial-up account. You kids will have a cleaner environment and you will have no guilt giving excuses to politicians to waste tax money on regulartory bull-shits.
Or if you still need to indulge on your own ego, get a Mac mini server for $35/month for 10G byte spew.
The difference between M$ Windows world and Apple's new world reflects in their different moto. M$ windows 'your dream is our business'. Apple ' do what you can, so you know what you don't want.'
For example, i have only dial-up account at home, but it wouldn't slow down my work on my server. I ssh to my remote server,
Here's one work session. install a package or an application is most easy:
imac:/tmp root# fink install a52dec
[ The following is all automated. instead of a stupid icon flying on a sucky window, i got these much information of what comes with what i want...]
Information about 1737 packages read in 30 seconds.
The following package will be installed or updated:
a52dec
The following additional package will be installed:
a52dec-shlibs
Do you want to continue? [Y/n] y
curl -f -L -O http://distfiles.master.finkmirrors.net/a52dec-0.7.4.tar.gz
curl -f -L -O http://distfiles.master.finkmirrors.net/a52dec-0.7.4.tar.gz
% Total % Received % Xferd Average Speed Time Curr.
Dload Upload Total Current Left Speed
100 235k 100 235k 0 0 4074 0 0:00:59 0:00:59 0:00:00 3994
gzip -dc /sw/src/a52dec-0.7.4.tar.gz | /sw/bin/tar -xf - --no-same-owner --no-same-permissions
./configure --prefix=/sw --enable-shared --mandir=/sw/src/root-a52dec-0.7.4-1/sw/share/man
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... powerpc-apple-darwin7.9.0
checking host system type... powerpc-apple-darwin7.9.0
checking for 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 how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking if gcc supports -g -O3 flags... yes
checking if gcc supports -g -O3 -fomit-frame-pointer flags... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library
checking command to parse /usr/bin/nm -p output... ok
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 ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
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/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin7.9.0 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for inttypes.h... (cached) yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for always_inline... yes
checking for restrict... __restrict__
checking for size_t... yes
checking whether byte ordering is bigendian... yes
checking for memalign... no
checking for gettimeofday... yes
checking for ftime... no
checking return type of signal handlers... void
checking __attribute__ ((aligned ())) support... 64
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autotools/Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating liba52/Makefile
config.status: creating libao/Makefile
config.status: creating vc++/Makefile
config.status: creating include/config.h
config.status: executing default-1 commands
make
Making all in autotools
make[1]: Nothing to be done for `all'.
Making all in include
make[1]: Nothing to be done for `all'.
Making all in doc
make[1]: Nothing to be done for `all'.
Making all in liba52
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -prefer-non-pic -c bitstream.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c bitstream.c -fno-common -DPIC -o .libs/bitstream.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c bitstream.c -o bitstream.o >/dev/null 2>&1
mv -f .libs/bitstream.lo bitstream.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -prefer-non-pic -c imdct.c
rm -f .libs/imdct.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c imdct.c -fno-common -DPIC -o .libs/imdct.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c imdct.c -o imdct.o >/dev/null 2>&1
mv -f .libs/imdct.lo imdct.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -prefer-non-pic -c bit_allocate.c
rm -f .libs/bit_allocate.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c bit_allocate.c -fno-common -DPIC -o .libs/bit_allocate.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c bit_allocate.c -o bit_allocate.o >/dev/null 2>&1
mv -f .libs/bit_allocate.lo bit_allocate.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -prefer-non-pic -c parse.c
rm -f .libs/parse.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c parse.c -fno-common -DPIC -o .libs/parse.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c parse.c -o parse.o >/dev/null 2>&1
mv -f .libs/parse.lo parse.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -prefer-non-pic -c downmix.c
rm -f .libs/downmix.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c downmix.c -fno-common -DPIC -o .libs/downmix.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c downmix.c -o downmix.o >/dev/null 2>&1
mv -f .libs/downmix.lo downmix.lo
/bin/sh ../libtool --mode=link gcc -g -O3 -fomit-frame-pointer -prefer-non-pic -L/sw/lib -o liba52.la -rpath /sw/lib -no-undefined bitstream.lo imdct.lo bit_allocate.lo parse.lo downmix.lo -lm
rm -fr .libs/liba52.la .libs/liba52.* .libs/liba52.*
gcc -dynamiclib -o .libs/liba52.0.0.0.dylib bitstream.lo imdct.lo bit_allocate.lo parse.lo downmix.lo -L/sw/lib -lm -lc -install_name /sw/lib/liba52.0.dylib -compatibility_version 1 -current_version 1.0
ld: warning -dylib_install_name /sw/lib/liba52.0.dylib not found in segment address table LD_SEG_ADDR_TABLE /sw/var/lib/fink/prebound/seg_addr_table
(cd .libs && rm -f liba52.0.dylib && ln -s liba52.0.0.0.dylib liba52.0.dylib)
(cd .libs && rm -f liba52.dylib && ln -s liba52.0.0.0.dylib liba52.dylib)
ar cru .libs/liba52.a bitstream.o imdct.o bit_allocate.o parse.o downmix.o
ranlib .libs/liba52.a
creating liba52.la
(cd .libs && rm -f liba52.la && ln -s ../liba52.la liba52.la)
Making all in libao
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c audio_out.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c float2s16.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c audio_out_null.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c audio_out_float.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c audio_out_oss.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c audio_out_solaris.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c audio_out_al.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c audio_out_win.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c audio_out_wav.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c audio_out_aif.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c audio_out_peak.c
rm -f libao.a
ar cru libao.a audio_out.o float2s16.o audio_out_null.o audio_out_float.o audio_out_oss.o audio_out_solaris.o audio_out_al.o audio_out_win.o audio_out_wav.o audio_out_aif.o audio_out_peak.o
ranlib libao.a
Making all in src
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c a52dec.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c getopt.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c gettimeofday.c
/bin/sh ../libtool --mode=link gcc -g -O3 -fomit-frame-pointer -L/sw/lib -o a52dec a52dec.o getopt.o gettimeofday.o ../liba52/liba52.la ../libao/libao.a
mkdir .libs
gcc -g -O3 -fomit-frame-pointer -o .libs/a52dec a52dec.o getopt.o gettimeofday.o -L/sw/lib -L../liba52/.libs -la52 -lm ../libao/libao.a
ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of .libs/a52dec overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /sw/lib/liba52.0.dylib
ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x6000) of .libs/a52dec overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /sw/lib/liba52.0.dylib
ld: warning prebinding not disabled because (__DATA segment (address = 0x7000 size = 0x3000) of .libs/a52dec overlaps with __TEXT segment (address = 0x0 size = 0x8000) of /sw/lib/liba52.0.dylib
ld: warning prebinding not disabled because (__DATA segment (address = 0x7000 size = 0x3000) of .libs/a52dec overlaps with __DATA segment (address = 0x8000 size = 0x2000) of /sw/lib/liba52.0.dylib
ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0xa000 size = 0xc000) of .libs/a52dec overlaps with __LINKEDIT segment (address = 0xa000 size = 0x14000) of /sw/lib/liba52.0.dylib
creating a52dec
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c extract_a52.c
/bin/sh ../libtool --mode=link gcc -g -O3 -fomit-frame-pointer -L/sw/lib -o extract_a52 extract_a52.o getopt.o
gcc -g -O3 -fomit-frame-pointer -o extract_a52 extract_a52.o getopt.o -L/sw/lib
Making all in vc++
make[1]: Nothing to be done for `all'.
Making all in test
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/sw/include -g -O3 -fomit-frame-pointer -c compare.c
/bin/sh ../libtool --mode=link gcc -g -O3 -fomit-frame-pointer -L/sw/lib -o compare compare.o -lm
mkdir .libs
gcc -g -O3 -fomit-frame-pointer -o compare compare.o -L/sw/lib -lm
make[1]: Nothing to be done for `all-am'.
/bin/rm -rf /sw/src/root-a52dec-0.7.4-1
/bin/mkdir -p /sw/src/root-a52dec-0.7.4-1/sw
/bin/mkdir -p /sw/src/root-a52dec-0.7.4-1/DEBIAN
make install prefix=/sw/src/root-a52dec-0.7.4-1/sw
Making install in autotools
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in include
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../autotools/mkinstalldirs /sw/src/root-a52dec-0.7.4-1/sw/include/a52dec
mkdir /sw/src/root-a52dec-0.7.4-1/sw/include
mkdir /sw/src/root-a52dec-0.7.4-1/sw/include/a52dec
/usr/bin/install -c -m 644 a52.h /sw/src/root-a52dec-0.7.4-1/sw/include/a52dec/a52.h
/usr/bin/install -c -m 644 attributes.h /sw/src/root-a52dec-0.7.4-1/sw/include/a52dec/attributes.h
/usr/bin/install -c -m 644 audio_out.h /sw/src/root-a52dec-0.7.4-1/sw/include/a52dec/audio_out.h
/usr/bin/install -c -m 644 mm_accel.h /sw/src/root-a52dec-0.7.4-1/sw/include/a52dec/mm_accel.h
Making install in doc
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in liba52
/bin/sh ../autotools/mkinstalldirs /sw/src/root-a52dec-0.7.4-1/sw/lib
mkdir /sw/src/root-a52dec-0.7.4-1/sw/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c liba52.la /sw/src/root-a52dec-0.7.4-1/sw/lib/liba52.la
/usr/bin/install -c .libs/liba52.0.0.0.dylib /sw/src/root-a52dec-0.7.4-1/sw/lib/liba52.0.0.0.dylib
(cd /sw/src/root-a52dec-0.7.4-1/sw/lib && rm -f liba52.0.dylib && ln -s liba52.0.0.0.dylib liba52.0.dylib)
(cd /sw/src/root-a52dec-0.7.4-1/sw/lib && rm -f liba52.dylib && ln -s liba52.0.0.0.dylib liba52.dylib)
/usr/bin/install -c .libs/liba52.lai /sw/src/root-a52dec-0.7.4-1/sw/lib/liba52.la
/usr/bin/install -c .libs/liba52.a /sw/src/root-a52dec-0.7.4-1/sw/lib/liba52.a
ranlib /sw/src/root-a52dec-0.7.4-1/sw/lib/liba52.a
chmod 644 /sw/src/root-a52dec-0.7.4-1/sw/lib/liba52.a
libtool: install: warning: remember to run `libtool --finish /sw/lib'
make[2]: Nothing to be done for `install-data-am'.
Making install in libao
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in src
/bin/sh ../autotools/mkinstalldirs /sw/src/root-a52dec-0.7.4-1/sw/bin
mkdir /sw/src/root-a52dec-0.7.4-1/sw/bin
/bin/sh ../libtool --mode=install /usr/bin/install -c a52dec /sw/src/root-a52dec-0.7.4-1/sw/bin/a52dec
libtool: install: warning: `../liba52/liba52.la' has not been installed in `/sw/lib'
/usr/bin/install -c .libs/a52dec /sw/src/root-a52dec-0.7.4-1/sw/bin/a52dec
/bin/sh ../libtool --mode=install /usr/bin/install -c extract_a52 /sw/src/root-a52dec-0.7.4-1/sw/bin/extract_a52
/usr/bin/install -c extract_a52 /sw/src/root-a52dec-0.7.4-1/sw/bin/extract_a52
make install-man1
/bin/sh ../autotools/mkinstalldirs /sw/src/root-a52dec-0.7.4-1/sw/share/man/man1
mkdir /sw/src/root-a52dec-0.7.4-1/sw/share
mkdir /sw/src/root-a52dec-0.7.4-1/sw/share/man
mkdir /sw/src/root-a52dec-0.7.4-1/sw/share/man/man1
/usr/bin/install -c -m 644 ./a52dec.1 /sw/src/root-a52dec-0.7.4-1/sw/share/man/man1/a52dec.1
/usr/bin/install -c -m 644 ./extract_a52.1 /sw/src/root-a52dec-0.7.4-1/sw/share/man/man1/extract_a52.1
Making install in vc++
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in test
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
/usr/bin/install -d -m 755 /sw/src/root-a52dec-0.7.4-1/sw/share/doc/a52dec
/usr/bin/install -c -p -m 644 ChangeLog COPYING HISTORY NEWS README TODO /sw/src/root-a52dec-0.7.4-1/sw/share/doc/a52dec/
/bin/rm -f /sw/src/root-a52dec-0.7.4-1/sw/info/dir /sw/src/root-a52dec-0.7.4-1/sw/info/dir.old /sw/src/root-a52dec-0.7.4-1/sw/share/info/dir /sw/src/root-a52dec-0.7.4-1/sw/share/info/dir.old
/bin/rm -rf /sw/src/root-a52dec-shlibs-0.7.4-1
/bin/mkdir -p /sw/src/root-a52dec-shlibs-0.7.4-1/sw
/bin/mkdir -p /sw/src/root-a52dec-shlibs-0.7.4-1/DEBIAN
/usr/bin/install -d -m 755 /sw/src/root-a52dec-shlibs-0.7.4-1/sw/lib
/bin/mv /sw/src/root-a52dec-0.7.4-1/sw/lib/*.*.dylib /sw/src/root-a52dec-shlibs-0.7.4-1/sw/lib/
/usr/bin/install -d -m 755 /sw/src/root-a52dec-shlibs-0.7.4-1/sw/share/doc/a52dec-shlibs
/usr/bin/install -c -p -m 644 COPYING README /sw/src/root-a52dec-shlibs-0.7.4-1/sw/share/doc/a52dec-shlibs/
/bin/rm -f /sw/src/root-a52dec-shlibs-0.7.4-1/sw/info/dir /sw/src/root-a52dec-shlibs-0.7.4-1/sw/info/dir.old /sw/src/root-a52dec-shlibs-0.7.4-1/sw/share/info/dir /sw/src/root-a52dec-shlibs-0.7.4-1/sw/share/info/dir.old
/bin/rm -rf /sw/src/root-a52dec-dev-0.7.4-1
/bin/mkdir -p /sw/src/root-a52dec-dev-0.7.4-1/sw
/bin/mkdir -p /sw/src/root-a52dec-dev-0.7.4-1/DEBIAN
/usr/bin/install -d -m 755 /sw/src/root-a52dec-dev-0.7.4-1/sw
/bin/mv /sw/src/root-a52dec-0.7.4-1/sw/include /sw/src/root-a52dec-dev-0.7.4-1/sw/
/usr/bin/install -d -m 755 /sw/src/root-a52dec-dev-0.7.4-1/sw/lib
/bin/mv /sw/src/root-a52dec-0.7.4-1/sw/lib/liba52.dylib /sw/src/root-a52dec-dev-0.7.4-1/sw/lib/
/usr/bin/install -d -m 755 /sw/src/root-a52dec-dev-0.7.4-1/sw/lib
/bin/mv /sw/src/root-a52dec-0.7.4-1/sw/lib/liba52.a /sw/src/root-a52dec-dev-0.7.4-1/sw/lib/
/usr/bin/install -d -m 755 /sw/src/root-a52dec-dev-0.7.4-1/sw/lib
/bin/mv /sw/src/root-a52dec-0.7.4-1/sw/lib/liba52.la /sw/src/root-a52dec-dev-0.7.4-1/sw/lib/
/usr/bin/install -d -m 755 /sw/src/root-a52dec-dev-0.7.4-1/sw/share/doc/a52dec-dev
/usr/bin/install -c -p -m 644 COPYING README /sw/src/root-a52dec-dev-0.7.4-1/sw/share/doc/a52dec-dev/
/bin/rm -f /sw/src/root-a52dec-dev-0.7.4-1/sw/info/dir /sw/src/root-a52dec-dev-0.7.4-1/sw/info/dir.old /sw/src/root-a52dec-dev-0.7.4-1/sw/share/info/dir /sw/src/root-a52dec-dev-0.7.4-1/sw/share/info/dir.old
Writing control file...
Finding prebound objects...
Writing dependencies...
Writing package script postinst...
dpkg-deb -b root-a52dec-0.7.4-1 /sw/fink/dists/stable/main/binary-darwin-powerpc/sound
dpkg-deb: building package `a52dec' in `/sw/fink/dists/stable/main/binary-darwin-powerpc/sound/a52dec_0.7.4-1_darwin-powerpc.deb'.
Writing control file...
Finding prebound objects...
Writing dependencies...
Writing package script postinst...
Writing shlibs file...
dpkg-deb -b root-a52dec-shlibs-0.7.4-1 /sw/fink/dists/stable/main/binary-darwin-powerpc/sound
dpkg-deb: building package `a52dec-shlibs' in `/sw/fink/dists/stable/main/binary-darwin-powerpc/sound/a52dec-shlibs_0.7.4-1_darwin-powerpc.deb'.
Writing control file...
Finding prebound objects...
Writing dependencies...
dpkg-deb -b root-a52dec-dev-0.7.4-1 /sw/fink/dists/stable/main/binary-darwin-powerpc/sound
dpkg-deb: building package `a52dec-dev' in `/sw/fink/dists/stable/main/binary-darwin-powerpc/sound/a52dec-dev_0.7.4-1_darwin-powerpc.deb'.
dpkg -i /sw/fink/dists/stable/main/binary-darwin-powerpc/sound/a52dec_0.7.4-1_darwin-powerpc.deb /sw/fink/dists/stable/main/binary-darwin-powerpc/sound/a52dec-shlibs_0.7.4-1_darwin-powerpc.deb
Selecting previously deselected package a52dec.
(Reading database ... 4122 files and directories currently installed.)
Unpacking a52dec (from .../a52dec_0.7.4-1_darwin-powerpc.deb) ...
Selecting previously deselected package a52dec-shlibs.
Unpacking a52dec-shlibs (from .../a52dec-shlibs_0.7.4-1_darwin-powerpc.deb) ...
Setting up a52dec-shlibs (0.7.4-1) ...
Setting up a52dec (0.7.4-1) ...
作者:nunia 在 罕见奇谈 发贴, 来自 http://www.hjclub.org |
|
|
返回顶端 |
|
 |
|
|
|
您不能在本论坛发表新主题 您不能在本论坛回复主题 您不能在本论坛编辑自己的文章 您不能在本论坛删除自己的文章 您不能在本论坛发表投票 您不能在这个论坛添加附件 您不能在这个论坛下载文件
|
based on phpbb, All rights reserved.
|