From f770c69e466a6c05886f081465cb1c1622b3fd96 Mon Sep 17 00:00:00 2001 From: matsuand Date: Mon, 2 Dec 2013 07:25:49 +0000 Subject: [PATCH] =?utf8?q?[BLFS-SVN]=20Version=202013-12-01,=20r12321=20?= =?utf8?q?=E5=AF=BE=E5=BF=9C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@846 d6661c75-0afd-443a-aae1-cb31083e41e8 --- blfsbook/configure | 2 +- blfsbook/src/general.ch | 4 +- blfsbook/src/multimedia/cdwriteutils/Makefile.am | 4 +- blfsbook/src/multimedia/cdwriteutils/Makefile.in | 4 +- blfsbook/src/multimedia/cdwriteutils/simpleburn.ch | 275 +++++++++++++++++++++ blfsbook/version.ac | 2 +- 6 files changed, 285 insertions(+), 6 deletions(-) create mode 100644 blfsbook/src/multimedia/cdwriteutils/simpleburn.ch diff --git a/blfsbook/configure b/blfsbook/configure index 4b0522b4..a08501ec 100755 --- a/blfsbook/configure +++ b/blfsbook/configure @@ -4013,7 +4013,7 @@ $as_echo "found" >&6; } fi -TARGETVER=20131130 +TARGETVER=20131201 ORGDAY=`grep 'ENTITY day' ${bookdir}/general.ent | gawk '{print $3;}' | sed 's/^[^\"]*\"\([0-9]*\)\".*$/\1/'` ORGMONTH=`grep 'ENTITY month' ${bookdir}/general.ent | gawk '{print $3;}' | sed 's/^[^\"]*\"\([0-9]*\)\".*$/\1/'` diff --git a/blfsbook/src/general.ch b/blfsbook/src/general.ch index 2a41d1ea..607edf38 100644 --- a/blfsbook/src/general.ch +++ b/blfsbook/src/general.ch @@ -15,11 +15,11 @@ @x - + @y - + @z diff --git a/blfsbook/src/multimedia/cdwriteutils/Makefile.am b/blfsbook/src/multimedia/cdwriteutils/Makefile.am index e020e74c..8af28dfd 100644 --- a/blfsbook/src/multimedia/cdwriteutils/Makefile.am +++ b/blfsbook/src/multimedia/cdwriteutils/Makefile.am @@ -13,7 +13,8 @@ CHANGE_FILES = \ k3b.ch \ libburn.ch \ libisoburn.ch \ - libisofs.ch + libisofs.ch \ + simpleburn.ch EXTRA_DIST = $(CHANGE_FILES) srcdir = @srcdir@ @@ -35,3 +36,4 @@ k3b.xml: $(BOOKdir)/$@ $(srcdir)/k3b.ch libburn.xml: $(BOOKdir)/$@ $(srcdir)/libburn.ch libisoburn.xml: $(BOOKdir)/$@ $(srcdir)/libisoburn.ch libisofs.xml: $(BOOKdir)/$@ $(srcdir)/libisofs.ch +simpleburn.xml: $(BOOKdir)/$@ $(srcdir)/simpleburn.ch diff --git a/blfsbook/src/multimedia/cdwriteutils/Makefile.in b/blfsbook/src/multimedia/cdwriteutils/Makefile.in index bb4651ae..8cc7148e 100644 --- a/blfsbook/src/multimedia/cdwriteutils/Makefile.in +++ b/blfsbook/src/multimedia/cdwriteutils/Makefile.in @@ -190,7 +190,8 @@ CHANGE_FILES = \ k3b.ch \ libburn.ch \ libisoburn.ch \ - libisofs.ch + libisofs.ch \ + simpleburn.ch EXTRA_DIST = $(CHANGE_FILES) srcs = $(CHANGE_FILES:.ch=.xml) @@ -394,6 +395,7 @@ k3b.xml: $(BOOKdir)/$@ $(srcdir)/k3b.ch libburn.xml: $(BOOKdir)/$@ $(srcdir)/libburn.ch libisoburn.xml: $(BOOKdir)/$@ $(srcdir)/libisoburn.ch libisofs.xml: $(BOOKdir)/$@ $(srcdir)/libisofs.ch +simpleburn.xml: $(BOOKdir)/$@ $(srcdir)/simpleburn.ch # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/blfsbook/src/multimedia/cdwriteutils/simpleburn.ch b/blfsbook/src/multimedia/cdwriteutils/simpleburn.ch new file mode 100644 index 00000000..6ad7fe02 --- /dev/null +++ b/blfsbook/src/multimedia/cdwriteutils/simpleburn.ch @@ -0,0 +1,275 @@ +% +% This is part of BLFSbookja package. +% +% This is a CTIE change file for the original XML source of the BLFSbook. +% +% $Author$ +% $Rev$ +% $Date:: $ +% +@x + +@y + +@z + +@x + Introduction to SimpleBurn +@y + &IntroductionTo1;SimpleBurn&IntroductionTo2; +@z + +@x + SimpleBurn is a minimalistic application for + burning and extracting CDs and DVDs. +@y + SimpleBurn は CD/DVD の入出力を行う最小限のアプリケーションを提供します。 +@z + +@x + Package Information +@y + &PackageInformation; +@z + +@x + Download (HTTP): +@y + &Download; (HTTP): +@z + +@x + Download (FTP): +@y + &Download; (FTP): +@z + +@x + Download MD5 sum: &simpleburn-md5sum; +@y + &Download; MD5 sum: &simpleburn-md5sum; +@z + +@x + Download size: &simpleburn-size; +@y + &DownloadSize;: &simpleburn-size; +@z + +@x + Estimated disk space required: &simpleburn-buildsize; +@y + &Estimateddiskspacerequired;: &simpleburn-buildsize; +@z + +@x + Estimated build time: &simpleburn-time; +@y + &Estimatedbuildtime;: &simpleburn-time; +@z + +@x + SimpleBurn Dependencies +@y + &Dependencies1;SimpleBurn&Dependencies2; +@z + +@x + Required + + and + + +@y + &Required; + + , + + +@z + +@x + Recommended + + , + , and + + +@y + &Recommended; + + , + , + + +@z + +@x + Optional + + , + , + , + , + , + normalize, + libcdio, + mpg321, + cdrtools, and + cdrkit + +@y + &Optional; + + , + , + , + , + , + normalize, + libcdio, + mpg321, + cdrtools, + cdrkit + +@z + +@x + User Notes: +@y + &UserNotes;: +@z + +@x + Installation of SimpleBurn +@y + &InstallationOf1;SimpleBurn&InstallationOf2; +@z + +@x + Install SimpleBurn by running the following + commands: +@y + 以下のコマンドを実行して SimpleBurn をビルドします。 +@z + +@x + This package does not come with a test suite. +@y + ¬TestSuite; +@z + +@x + Now, as the root user: +@y + root ユーザーになって以下を実行します。 +@z + +@x + All optical devices are not accessible for any user except root and members of the cdrom group. Add any users that might use + the optical devices to that group: +@y + root ユーザーと cdrom グループのユーザーでなければ、すべての光学デバイスにアクセスすることができません。 + 光学デバイスにアクセスしたいユーザーがあれば、cdrom グループ へ追加します。 +@z + +@x + Command Explanations +@y + &CommandExplanations; +@z + +@x + -DBURNING=LIBBURNIA: This switch changes the + burning suite from the default cdrtools. +@y + -DBURNING=LIBBURNIA: + 本スイッチはデフォルトの CD-R ツールをバーニングスイートに変更します。 +@z + +@x + Contents +@y + &Contents; +@z + +@x + Installed Programs + Installed Libraries + Installed Directories +@y + &InstalledPrograms; + &InstalledLibraries; + &InstalledDirectories; +@z + +@x + + simpleburn, + simpleburn-abort-operation, + simpleburn-blank-media, + simpleburn-burn-audio, + simpleburn-burn-data, + simpleburn-burning-suite, + simpleburn-burn-iso, + simpleburn-copy-audio, + simpleburn-copy-data, + simpleburn-extract-audio, + simpleburn-extract-iso, + simpleburn-gauges, + simpleburn-get-datasize, + simpleburn-media-detection, + simpleburn-ripdvd-detection, and + simpleburn-ripdvd-encoding + + + None + + + /usr/share/doc/simpleburn-&simpleburn-version; and + /usr/share/simpleburn + +@y + + simpleburn, + simpleburn-abort-operation, + simpleburn-blank-media, + simpleburn-burn-audio, + simpleburn-burn-data, + simpleburn-burning-suite, + simpleburn-burn-iso, + simpleburn-copy-audio, + simpleburn-copy-data, + simpleburn-extract-audio, + simpleburn-extract-iso, + simpleburn-gauges, + simpleburn-get-datasize, + simpleburn-media-detection, + simpleburn-ripdvd-detection, + simpleburn-ripdvd-encoding + + + &None; + + + /usr/share/doc/simpleburn-&simpleburn-version;, + /usr/share/simpleburn + +@z + +@x + Short Descriptions +@y + &ShortDescriptions; +@z + +@x simpleburn + is the graphical program. +@y + グラフィカルインターフェースのプログラムです。 +@z diff --git a/blfsbook/version.ac b/blfsbook/version.ac index 2ec338a7..d1b33a89 100644 --- a/blfsbook/version.ac +++ b/blfsbook/version.ac @@ -6,4 +6,4 @@ dnl $Rev$ dnl $Date:: $ dnl dnl m4-include this file to define the current BLFS version -m4_define([blfs_version], [20131130]) +m4_define([blfs_version], [20131201]) -- 2.11.0