Difference between revisions of "Xfburn"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) m |
Weibullguy (talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 20: | Line 20: | ||
* [[Exo]] | * [[Exo]] | ||
* [[Thunar]] | * [[Thunar]] | ||
− | * [[ | + | * [[GIT]] to check out the source. |
== Getting the Source == | == Getting the Source == | ||
Line 26: | Line 26: | ||
Check out the source from xfce.org: | Check out the source from xfce.org: | ||
− | + | git clone http://git.xfce.org/git/apps/xfburn xfburn | |
Create a tarball for later use, if desired: | Create a tarball for later use, if desired: | ||
Line 63: | Line 63: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${ | + | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ |
./autogen.sh --prefix=${XFCE_PREFIX} && | ./autogen.sh --prefix=${XFCE_PREFIX} && | ||
make | make | ||
Line 107: | Line 107: | ||
|is a CD burining application for the XFCE desktop environment. | |is a CD burining application for the XFCE desktop environment. | ||
|} | |} | ||
+ | |||
+ | [[Category:XFCE]] | ||
+ | [[Category:CD/DVD Utilities]] |
Latest revision as of 06:36, 20 October 2010
Download Source: | (Not released yet) |
---|
Contents
Introduction to Xfburn
Xfburn is a CD burning application for the XFCE desktop environment.
Project Homepage: http://www.xfce.org/projects/xfburn/
Dependencies
Required
- libburn
- libisofs
- Xfce4-Dev-Tools
- Gtk2
- libxfcegui4
- Exo
- Thunar
- GIT to check out the source.
Getting the Source
Check out the source from xfce.org:
git clone http://git.xfce.org/git/apps/xfburn xfburn
Create a tarball for later use, if desired:
tar cvjf xfburn{-$(date +%Y%m%d).tar.bz2,}
Non-Multilib
Compile the package:
./autogen.sh --prefix=${XFCE_PREFIX} && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./autogen.sh --prefix=${XFCE_PREFIX} && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./autogen.sh --prefix=${XFCE_PREFIX} && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./autogen.sh --prefix=${XFCE_PREFIX} && make
Install the package:
make install
Contents
Installed Directories: | /opt/xfce-4.4/share/locale/sq, /opt/xfce-4.4/share/locale/sq/LC_MESSAGES, |
---|---|
Installed Programs: | Xfburn |
Installed Libraries: | None |
Symlinks: | None |
Short Descriptions
Xfburn | is a CD burining application for the XFCE desktop environment. |
---|