about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-03-18 07:08:27 +0000
committerEric Wong <e@80x24.org>2016-03-18 07:08:27 +0000
commit397d0a58703f887df0adf9c2754422d0af50f92d (patch)
tree79a68ec28540034c867e670b1850c6e20cad23ec
parentbe0d46dc990edc60bb6e226bdf66ff701062874e (diff)
downloaddtas-397d0a58703f887df0adf9c2754422d0af50f92d.tar.gz
This release contains several fixes needed to run dtas-player
under Debian jessie systems where libav-tools no longer provides
ffprobe.  dtas-player should now fall back more smoothly
to its splitfx YAML format if neither libav-tools nor ffmpeg
are installed, as they are optional dependencies.

Note: mp3gain is missing under Debian jessie, so you
will not be able to use ReplayGain with MP3 files.
This will be worked around in another release.

Finally, this also fixes a bug in 0.12.0 for non-sleepy_penguin
RubyGem users which relied on pipes for notification.

3 changes since 0.14.0:

      av_ff_common: fixes for libav-tools under Debian Jessie
      dtas-readahead: do not barf on missing ffprobe/avprobe
      sigevent/pipe: require file for DTAS::Nonblock properly

Note: ignore the 0.14.1 tag, it was broken and missed INSTALL
changes
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--INSTALL6
2 files changed, 4 insertions, 4 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 0c9c9db..66cc9ad 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -5,7 +5,7 @@
 CONSTANT = "DTAS::VERSION"
 RVF = "lib/dtas/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v0.14.1"
+DEF_VER = "v0.14.2"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),
diff --git a/INSTALL b/INSTALL
index 000fde8..409b796 100644
--- a/INSTALL
+++ b/INSTALL
@@ -39,10 +39,10 @@ For future upgrades of dtas (upgrades to dtas-linux will be infrequent)
 
 Grab the latest tarball from our HTTP site:
 
-    http://dtas.80x24.org/2016/dtas-0.14.0.tar.gz
+    http://dtas.80x24.org/2016/dtas-0.14.2.tar.gz
 
-    $ tar zxvf dtas-0.14.0.tar.gz
-    $ cd dtas-0.14.0
+    $ tar zxvf dtas-0.14.2.tar.gz
+    $ cd dtas-0.14.2
     $ sudo ruby setup.rb
 
 GNU/Linux users may optionally install "io_splice" and