From ca4e4627cc1f0fddda0ad51cb2f47713afcb7d22 Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Fri, 26 Jun 2015 15:48:12 -0300 Subject: [PATCH] Updated ChangeLog, TODO and PKGBUILD. --- ChangeLog | 2 +- TODO | 7 +++---- ports/archlinux/PKGBUILD | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index c85abed5d..9c7eb66ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Webcamoif 6.1.0: +Webcamoid 6.1.0: - Removed OpenCv as dependency (yes, again). - Fixed Denoise plugin SEGFAULT. diff --git a/TODO b/TODO index d133dad27..cc26b982a 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,9 @@ Ordered by priority: - +- Remove dependencies with FFmpeg (make it optional). +- Windows port. +- Android port. - Add support for scripted plugins. - Support for creating virtual cameras. -- Remove dependencies with FFmpeg. -- Windows port. - Customizable UI. - Add social sharing features. -- Android port. diff --git a/ports/archlinux/PKGBUILD b/ports/archlinux/PKGBUILD index 48ae7b291..5b70cf3cf 100644 --- a/ports/archlinux/PKGBUILD +++ b/ports/archlinux/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Webcamoid is a full featured webcam capture application." url='https://github.com/hipersayanX/webcamoid' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv6h') depends=('qt5-quickcontrols' 'qt5-multimedia' 'qt5-graphicaleffects' 'qt5-svg' 'ffmpeg') makedepends=('qt5-tools') provides=('webcamoid')