]> git.sesse.net Git - nageru/blobdiff - README
Add support for transcoding the audio in Kaeru (on by default).
[nageru] / README
diff --git a/README b/README
index b419b5057b946d0f68e1368347f23b3e97e9966a..2f88980ec828ae9c9d6f396710d212819cfd3615 100644 (file)
--- a/README
+++ b/README
@@ -39,10 +39,10 @@ Nageru is in beta stage. It currently needs:
    are driven through the “bmusb” driver, using libusb-1.0. If you want
    zerocopy USB, you need libusb 1.0.21 or newer, as well as a recent
    kernel (4.6.0 or newer). Zerocopy USB helps not only for performance,
-   but also for stability. You need at least version 0.6.0.
+   but also for stability. You need at least version 0.7.0.
 
  - Movit, my GPU-based video filter library (https://movit.sesse.net).
-   You will need at least version 1.5.0.
+   You will need at least version 1.5.2.
 
  - Qt 5.5 or newer for the GUI.
 
@@ -79,11 +79,11 @@ with:
     libasound2-dev libx264-dev libbmusb-dev protobuf-compiler \
     libprotobuf-dev libpci-dev
 
-Exceptions as of May 2017:
+Exceptions as of July 2017:
 
-  - You will need Movit from experimental; stretch only has 1.4.0.
+  - You will need Movit from unstable; stretch only has 1.4.0.
 
-  - You will need bmusb from experimental; stretch only has 0.5.4.
+  - You will need bmusb from unstable; stretch only has 0.5.4.
 
 The patches/ directory contains a patch that helps zita-resampler performance.
 It is meant for upstream, but was not in at the time Nageru was released.