mirror of
https://github.com/rockchip-linux/mpp.git
synced 2024-11-23 10:04:07 +08:00
edf69abda5
debhelper dependency must also be set to >=10 Signed-off-by: Benjamin Sonntag <benjamin@octopuce.fr> Change-Id: Iabac7373b9b9dae851c59306ef5a1e64ee2eb15e
31 lines
943 B
Plaintext
31 lines
943 B
Plaintext
Source: mpp
|
|
Priority: optional
|
|
Maintainer: Randy Li <randy.li@rock-chips.com>
|
|
Build-Depends: debhelper (>= 10), cmake, dh-exec
|
|
Standards-Version: 3.9.5
|
|
Section: libs
|
|
Homepage: http://www.rock-chips.com
|
|
#Vcs-Git: git://anonscm.debian.org/collab-maint/mpp.git
|
|
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/mpp.git;a=summary
|
|
|
|
Package: librockchip-mpp-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: librockchip-mpp1 (= ${binary:Version}), ${misc:Depends}
|
|
Description: Media Process Platform
|
|
|
|
Package: librockchip-mpp1
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Media Process Platform
|
|
|
|
Package: librockchip-vpu0
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Media Process Platform
|
|
|
|
Package: rockchip-mpp-demos
|
|
Architecture: any
|
|
Depends: librockchip-mpp1 (= ${binary:Version}), librockchip-vpu0 (= ${binary:Version}), ${misc:Depends}
|
|
Description: Media Process Platform Demos
|