Difference between revisions of "Xfburn"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
Weibullguy (talk | contribs) |
||
(4 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 44: | Line 44: | ||
== Multilib == | == Multilib == | ||
+ | |||
+ | <b><i>This package does not provide any libraries so only one installation is required.</i></b> | ||
=== 32Bit === | === 32Bit === | ||
Line 61: | 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 74: | Line 76: | ||
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
− | ./autogen.sh --prefix=${XFCE_PREFIX} | + | ./autogen.sh --prefix=${XFCE_PREFIX} && |
make | make | ||
Line 83: | Line 85: | ||
== Contents == | == Contents == | ||
− | {| style="text-align: left | + | {|style="text-align: left" |
|-valign="top" | |-valign="top" | ||
!Installed Directories: | !Installed Directories: | ||
− | | | + | |/opt/xfce-4.4/share/locale/sq, /opt/xfce-4.4/share/locale/sq/LC_MESSAGES, |
|-valign="top" | |-valign="top" | ||
!Installed Programs: | !Installed Programs: | ||
− | | | + | |Xfburn |
|-valign="top" | |-valign="top" | ||
!Installed Libraries: | !Installed Libraries: | ||
− | | | + | |None |
+ | |-valign="top" | ||
+ | !Symlinks: | ||
+ | |None | ||
|} | |} | ||
Line 99: | Line 104: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
|-valign="top" | |-valign="top" | ||
− | ! | + | !Xfburn |
− | | | + | |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. |
---|