RPM: add mp4v2 dependency to amarok

pull/3/head
François Andriot 8 years ago
parent d640e1e7f3
commit 7031b5a6f2

@ -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

Loading…
Cancel
Save