X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=2f88980ec828ae9c9d6f396710d212819cfd3615;hb=b0ce4383b7d64760bbfccf4e0e769b293f0db0cd;hp=b419b5057b946d0f68e1368347f23b3e97e9966a;hpb=84bca92d2b56fd344b30f84d82332b4b13422b69;p=nageru diff --git a/README b/README index b419b50..2f88980 100644 --- 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.