diff options
author | François Andriot <albator78@libertysurf.fr> | 2017-06-24 20:50:41 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2017-06-24 20:54:25 +0200 |
commit | 7031b5a6f293d881b44e5b23df620465493f7994 (patch) | |
tree | 95cab2d27c4c43325d8dd06ac901a2a89c7add90 | |
parent | d640e1e7f363f7391558b124e299ffbe9f3a452c (diff) | |
download | tde-packaging-7031b5a6f293d881b44e5b23df620465493f7994.tar.gz tde-packaging-7031b5a6f293d881b44e5b23df620465493f7994.zip |
RPM: add mp4v2 dependency to amarok
-rw-r--r-- | redhat/Makefile.r14 | 9 |
1 files changed, 8 insertions, 1 deletions
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 |