Nautilus CD Burner: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) mNo edit summary |
|||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://ftp.acc.umu.se/pub/gnome/sources/nautilus-cd-burner/ | | http://ftp.acc.umu.se/pub/gnome/sources/nautilus-cd-burner/{{Nautilus CD Burner-Version2}}/nautilus-cd-burner-{{Nautilus CD Burner-Version}}.tar.bz2 | ||
|} | |} | ||
---- | ---- | ||
{{Blank-Package-Introduction}} | |||
== Dependencies == | == Dependencies == | ||
| Line 11: | Line 13: | ||
=== Required === | === Required === | ||
* [[Nautilus]] | * [[Nautilus]] | ||
=== | === Recommended === | ||
* [[Cdrtools]] | * [[Cdrtools]] | ||
* [[dvd | * [[dvd+rw-tools]] | ||
=== Optional === | === Optional === | ||
* [[intltool]] | * [[intltool]] | ||
| Line 37: | Line 40: | ||
Compile the package: | Compile the package: | ||
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" && | |||
CC="gcc ${BUILD32}" \ | |||
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ||
--libexecdir=${GNOME_PREFIX}/lib/nautilus-cd-burner && | --libexecdir=${GNOME_PREFIX}/lib/nautilus-cd-burner && | ||
| Line 44: | Line 49: | ||
Install the package | Install the package | ||
make install | make install && | ||
unset PKG_CONFIG_PATH | |||
=== N32 === | === N32 === | ||
Compile the package: | Compile the package: | ||
export PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" && | |||
CC="gcc ${BUILDN32}" \ | |||
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ||
--libexecdir=${GNOME_PREFIX}/lib32/nautilus-cd-burner | --libexecdir=${GNOME_PREFIX}/lib32/nautilus-cd-burner | ||
| Line 58: | Line 64: | ||
Install the package | Install the package | ||
make install | make install && | ||
unset PKG_CONFIG_PATH | |||
=== 64Bit === | === 64Bit === | ||
| Line 64: | Line 71: | ||
Compile the package: | Compile the package: | ||
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" && | |||
CC="gcc ${BUILD64}" \ | |||
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ||
--libexecdir=${GNOME_PREFIX}/lib64/nautilus-cd-burner \ | --libexecdir=${GNOME_PREFIX}/lib64/nautilus-cd-burner \ | ||
| Line 72: | Line 80: | ||
Install the package | Install the package | ||
make install | make install && | ||
unset PKG_CONFIG_PATH | |||
Latest revision as of 13:28, 28 February 2008
| Download Source: | http://ftp.acc.umu.se/pub/gnome/sources/nautilus-cd-burner/2.25/nautilus-cd-burner-2.25.3.tar.bz2 |
|---|
Introduction to Nautilus CD Burner
Project Homepage: Unknown
Dependencies
Required
Recommended
Optional
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--libexecdir=${GNOME_PREFIX}/lib/nautilus-cd-burner &&
make
Install the package
make install
Multilib
32Bit
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" &&
CC="gcc ${BUILD32}" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--libexecdir=${GNOME_PREFIX}/lib/nautilus-cd-burner &&
make
Install the package
make install && unset PKG_CONFIG_PATH
N32
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" &&
CC="gcc ${BUILDN32}" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--libexecdir=${GNOME_PREFIX}/lib32/nautilus-cd-burner
--libdir=${GNOME_PREFIX}/lib32 &&
make
Install the package
make install && unset PKG_CONFIG_PATH
64Bit
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" &&
CC="gcc ${BUILD64}" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--libexecdir=${GNOME_PREFIX}/lib64/nautilus-cd-burner \
--libdir=${GNOME_PREFIX}/lib64 &&
make
Install the package
make install && unset PKG_CONFIG_PATH