Skip to content

Commit

Permalink
media-video/kdenlive: Drop Nepomuk support
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
johu committed Aug 12, 2015
1 parent a0da3af commit 94aadf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
6 changes: 3 additions & 3 deletions media-video/kdenlive/kdenlive-0.9.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux"
IUSE="debug nepomuk v4l"
IUSE="debug v4l"

RDEPEND="
dev-libs/qjson
$(add_kdebase_dep kdelibs 'nepomuk?')
$(add_kdebase_dep kdelibs)
>=media-libs/mlt-0.9.0[ffmpeg,sdl,xml,melt,qt4,kdenlive]
virtual/ffmpeg[encode,sdl,X]
v4l? ( media-libs/libv4l )
Expand All @@ -33,7 +33,7 @@ DOCS=(AUTHORS ChangeLog README)

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with nepomuk)
-DWITH_Nepomuk=OFF
$(cmake-utils_use_with v4l LibV4L2)
)
kde4-base_src_configure
Expand Down
6 changes: 3 additions & 3 deletions media-video/kdenlive/kdenlive-0.9.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="amd64 ~ppc x86 ~x86-linux"
IUSE="debug nepomuk v4l"
IUSE="debug v4l"

RDEPEND="
dev-libs/qjson
$(add_kdebase_dep kdelibs 'nepomuk?')
$(add_kdebase_dep kdelibs)
>=media-libs/mlt-0.9.0[ffmpeg,sdl,xml,melt,qt4,kdenlive]
virtual/ffmpeg[encode,sdl,X]
v4l? ( media-libs/libv4l )
Expand All @@ -33,7 +33,7 @@ DOCS=(AUTHORS ChangeLog README)

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with nepomuk)
-DWITH_Nepomuk=OFF
$(cmake-utils_use_with v4l LibV4L2)
)
kde4-base_src_configure
Expand Down
3 changes: 0 additions & 3 deletions media-video/kdenlive/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@
<maintainer>
<email>[email protected]</email>
</maintainer>
<use>
<flag name="nepomuk">Enable Nepomuk based semantic desktop support (deprecated)</flag>
</use>
</pkgmetadata>

0 comments on commit 94aadf8

Please sign in to comment.