OSDN Git Service

[BLFS-SVN] Version 2013-12-01, r12321 対応.
authormatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Mon, 2 Dec 2013 07:25:49 +0000 (07:25 +0000)
committermatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Mon, 2 Dec 2013 07:25:49 +0000 (07:25 +0000)
git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@846 d6661c75-0afd-443a-aae1-cb31083e41e8

blfsbook/configure
blfsbook/src/general.ch
blfsbook/src/multimedia/cdwriteutils/Makefile.am
blfsbook/src/multimedia/cdwriteutils/Makefile.in
blfsbook/src/multimedia/cdwriteutils/simpleburn.ch [new file with mode: 0644]
blfsbook/version.ac

index 4b0522b..a08501e 100755 (executable)
@@ -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/'`
index 2a41d1e..607edf3 100644 (file)
 
 @x
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "November 30th, &year;">
+<!ENTITY releasedate  "December 1st, &year;">
 @y
 <!ENTITY version      "&year;-&month;-&day;">
 <!ENTITY releasedate  "&year;/&month;/&day;">
-<!ENTITY jversion     "20131201">
+<!ENTITY jversion     "20131202">
 <!ENTITY jratio       "54.0 &percnt;">
 @z
 
index e020e74..8af28df 100644 (file)
@@ -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
index bb4651a..8cc7148 100644 (file)
@@ -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 (file)
index 0000000..6ad7fe0
--- /dev/null
@@ -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
+<?xml version="1.0" encoding="ISO-8859-1"?>
+@y
+<?xml version="1.0" encoding="UTF-8"?>
+@z
+
+@x
+    <title>Introduction to SimpleBurn</title>
+@y
+    <title>&IntroductionTo1;SimpleBurn&IntroductionTo2;</title>
+@z
+
+@x
+      <application>SimpleBurn</application> is a minimalistic application for
+      burning and extracting CDs and DVDs.
+@y
+      <application>SimpleBurn</application> は CD/DVD の入出力を行う最小限のアプリケーションを提供します。
+@z
+
+@x
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+@y
+    <bridgehead renderas="sect3">&PackageInformation;</bridgehead>
+@z
+
+@x
+          Download (HTTP): <ulink url="&simpleburn-download-http;"/>
+@y
+          &Download; (HTTP): <ulink url="&simpleburn-download-http;"/>
+@z
+
+@x
+          Download (FTP): <ulink url="&simpleburn-download-ftp;"/>
+@y
+          &Download; (FTP): <ulink url="&simpleburn-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
+    <bridgehead renderas="sect3">SimpleBurn Dependencies</bridgehead>
+@y
+    <bridgehead renderas="sect3">&Dependencies1;SimpleBurn&Dependencies2;</bridgehead>
+@z
+
+@x
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="cmake"/> and
+      <xref linkend="gtk2"/>
+    </para>
+@y
+    <bridgehead renderas="sect4">&Required;</bridgehead>
+    <para role="required">
+      <xref linkend="cmake"/>,
+      <xref linkend="gtk2"/>
+    </para>
+@z
+
+@x
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="libisoburn"/>,
+      <xref linkend="cdparanoia"/>, and
+      <xref linkend="cdrdao"/>
+    </para>
+@y
+    <bridgehead renderas="sect4">&Recommended;</bridgehead>
+    <para role="recommended">
+      <xref linkend="libisoburn"/>,
+      <xref linkend="cdparanoia"/>,
+      <xref linkend="cdrdao"/>
+    </para>
+@z
+
+@x
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="flac"/>,
+      <xref linkend="mpg123"/>,
+      <xref linkend="vorbistools"/>,
+      <xref linkend="lame"/>,
+      <xref linkend="mplayer"/>,
+      <ulink url="http://normalize.nongnu.org/">normalize</ulink>,
+      <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,
+      <ulink url="http://mpg321.sourceforge.net/">mpg321</ulink>,
+      <ulink url="http://cdrecord.berlios.de/private/cdrecord.html">cdrtools</ulink>, and
+      <ulink url="http://www.cdrkit.org/">cdrkit</ulink>
+    </para>
+@y
+    <bridgehead renderas="sect4">&Optional;</bridgehead>
+    <para role="optional">
+      <xref linkend="flac"/>,
+      <xref linkend="mpg123"/>,
+      <xref linkend="vorbistools"/>,
+      <xref linkend="lame"/>,
+      <xref linkend="mplayer"/>,
+      <ulink url="http://normalize.nongnu.org/">normalize</ulink>,
+      <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,
+      <ulink url="http://mpg321.sourceforge.net/">mpg321</ulink>,
+      <ulink url="http://cdrecord.berlios.de/private/cdrecord.html">cdrtools</ulink>,
+      <ulink url="http://www.cdrkit.org/">cdrkit</ulink>
+    </para>
+@z
+
+@x
+    <para condition="html" role="usernotes">User Notes:
+@y
+    <para condition="html" role="usernotes">&UserNotes;:
+@z
+
+@x
+    <title>Installation of SimpleBurn</title>
+@y
+    <title>&InstallationOf1;SimpleBurn&InstallationOf2;</title>
+@z
+
+@x
+      Install <application>SimpleBurn</application> by running the following
+      commands:
+@y
+      以下のコマンドを実行して <application>SimpleBurn</application> をビルドします。
+@z
+
+@x
+      This package does not come with a test suite.
+@y
+      &notTestSuite;
+@z
+
+@x
+      Now, as the <systemitem class="username">root</systemitem> user:
+@y
+      <systemitem class="username">root</systemitem> ユーザーになって以下を実行します。
+@z
+
+@x
+      All optical devices are not accessible for any user except <systemitem
+      class="username">root</systemitem> and members of the <systemitem
+      class="groupname">cdrom</systemitem> group. Add any users that might use
+      the optical devices to that group:
+@y
+      <systemitem
+      class="username">root</systemitem> ユーザーと <systemitem
+      class="groupname">cdrom</systemitem> グループのユーザーでなければ、すべての光学デバイスにアクセスすることができません。
+      光学デバイスにアクセスしたいユーザーがあれば、<systemitem
+      class="groupname">cdrom</systemitem> グループ へ追加します。
+@z
+
+@x
+    <title>Command Explanations</title>
+@y
+    <title>&CommandExplanations;</title>
+@z
+
+@x
+      <parameter>-DBURNING=LIBBURNIA</parameter>: This switch changes the
+      burning suite from the default cdrtools.
+@y
+      <parameter>-DBURNING=LIBBURNIA</parameter>:
+      本スイッチはデフォルトの CD-R ツールをバーニングスイートに変更します。
+@z
+
+@x
+    <title>Contents</title>
+@y
+    <title>&Contents;</title>
+@z
+
+@x
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+@y
+      <segtitle>&InstalledPrograms;</segtitle>
+      <segtitle>&InstalledLibraries;</segtitle>
+      <segtitle>&InstalledDirectories;</segtitle>
+@z
+
+@x
+        <seg>
+          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
+        </seg>
+        <seg>
+          None
+        </seg>
+        <seg>
+          /usr/share/doc/simpleburn-&simpleburn-version; and
+          /usr/share/simpleburn
+        </seg>
+@y
+        <seg>
+          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
+        </seg>
+        <seg>
+          &None;
+        </seg>
+        <seg>
+          /usr/share/doc/simpleburn-&simpleburn-version;,
+          /usr/share/simpleburn
+        </seg>
+@z
+
+@x
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+@y
+      <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
+@z
+
+@x simpleburn
+            is the graphical program.
+@y
+            グラフィカルインターフェースのプログラムです。
+@z
index 2ec338a..d1b33a8 100644 (file)
@@ -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])