From 5e6d316610b4ae521de8635009909eae29cec485 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 7 Feb 2016 22:10:18 +0100 Subject: [PATCH] comments --- subtitlecomposer/default/PKGBUILD | 2 ++ subtitlecomposer/git/PKGBUILD | 3 +++ 2 files changed, 5 insertions(+) diff --git a/subtitlecomposer/default/PKGBUILD b/subtitlecomposer/default/PKGBUILD index a167fec0..6949ef94 100644 --- a/subtitlecomposer/default/PKGBUILD +++ b/subtitlecomposer/default/PKGBUILD @@ -18,6 +18,8 @@ depends=('kcoreaddons' 'sonnet' 'kcodecs' 'kio' 'kross' 'kxmlgui' 'ki18n') # Comment/uncomment the following dependencies to disable/enable support for # MPV, gstreamer and/or Xine backend. # These are not optdepends as they must be present at build time. +# Also ensure these deps aren't installed if you don't want to link against them +# because Subtitle Composer will always link against them if available. #depends+=('mpv') depends+=('gstreamer') depends+=('xine-lib') diff --git a/subtitlecomposer/git/PKGBUILD b/subtitlecomposer/git/PKGBUILD index a7ef0f21..20d75ec6 100644 --- a/subtitlecomposer/git/PKGBUILD +++ b/subtitlecomposer/git/PKGBUILD @@ -1,5 +1,6 @@ # Maintainer: Mladen Milinkovic # Contributor: Mladen Milinkovic +# Contributor: Martchus # You can install/update Subtitle Composer from repository if you add following to /etc/pacman.conf # [subtitlecomposer] @@ -19,6 +20,8 @@ depends=('kcoreaddons' 'sonnet' 'kcodecs' 'kio' 'kross' 'kxmlgui' 'ki18n') # Comment/uncomment the following dependencies to disable/enable support for # MPV, gstreamer and/or Xine backend. # These are not optdepends as they must be present at build time. +# Also ensure these deps aren't installed if you don't want to link against them +# because Subtitle Composer will always link against them if available. #depends+=('mpv') depends+=('gstreamer') depends+=('xine-lib')