From 7031b5a6f293d881b44e5b23df620465493f7994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sat, 24 Jun 2017 20:50:41 +0200 Subject: RPM: add mp4v2 dependency to amarok --- redhat/Makefile.r14 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index a9497c65d..5a00615d4 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -233,6 +233,13 @@ ifneq ($(wildcard /boot/vmlinuz*.el6*),) $(call buildpkg,3rdparty/mftrace) endif + +mp4v2: +# Build on OpenSUSE only +ifneq ($(wildcard /etc/SuSE-release),) + $(call buildpkg,3rdparty/mp4v2) +endif + pcsc-perl: # Build on CentOS ifneq ($(wildcard /etc/centos-release /boot/vmlinuz*.el5*),) @@ -319,7 +326,7 @@ abakus: tdebase adept: tdebase $(call buildpkg,applications/adept) -amarok: tdebase cmake +amarok: tdebase cmake mp4v2 $(call buildpkg,applications/amarok) basket: tdebase -- cgit v1.2.1