Source: orc
Section: devel
Priority: optional
Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>,
           Sjoerd Simons <sjoerd@debian.org>
Build-Depends: debhelper (>= 9),
               meson (>= 0.41.0),
               pkg-config,
               gtk-doc-tools
Standards-Version: 3.9.3
Homepage: https://cgit.freedesktop.org/gstreamer/orc
Vcs-Git: git://anonscm.debian.org/pkg-gstreamer/orc.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gstreamer/orc.git

Package: liborc-0.4-0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Library of Optimized Inner Loops Runtime Compiler
 Orc is a library and set of tools for compiling and executing
 very simple programs that operate on arrays of data.  The "language"
 is a generic assembly language that represents many of the features
 available in SIMD architectures, including saturated addition and
 subtraction, and many arithmetic operations.
 .
 This package contains the orc shared libraries.  It is typically
 installed automatically when an application or library requires it.

Package: liborc-0.4-dev
Section: libdevel
Architecture: any
Depends: liborc-0.4-0 (= ${binary:Version}),
         liborc-0.4-dev-bin:any (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Provides: liborc-dev
Suggests: liborc-0.4-doc
Description: Library of Optimized Inner Loops Runtime Compiler (development headers)
 Orc is a library and set of tools for compiling and executing
 very simple programs that operate on arrays of data.  The "language"
 is a generic assembly language that represents many of the features
 available in SIMD architectures, including saturated addition and
 subtraction, and many arithmetic operations.
 .
 This package contains the development headers and libraries, and should
 be installed to compile software that uses orc.

Package: liborc-0.4-dev-bin
Section: libdevel
Architecture: any
Multi-Arch: allowed
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: liborc-dev-bin
Breaks: liborc-0.4-dev (<< 1:0.4.26-2~)
Replaces: liborc-0.4-dev (<< 1:0.4.26-2~)
Description: Library of Optimized Inner Loops Runtime Compiler (development tools)
 Orc is a library and set of tools for compiling and executing
 very simple programs that operate on arrays of data.  The "language"
 is a generic assembly language that represents many of the features
 available in SIMD architectures, including saturated addition and
 subtraction, and many arithmetic operations.
 .
 This package contains the development tools, and should not be
 installed directly.

Package: liborc-0.4-0-dbg
Section: debug
Architecture: any
Priority: extra
Multi-Arch: same
Depends: liborc-0.4-0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Library of Optimized Inner Loops Runtime Compiler (debug package)
 Orc is a library and set of tools for compiling and executing
 very simple programs that operate on arrays of data.  The "language"
 is a generic assembly language that represents many of the features
 available in SIMD architectures, including saturated addition and
 subtraction, and many arithmetic operations.
 .
 This package contains the debugging symbols for the orc library.
 Users should install it if they want to debug software that uses orc.

Package: liborc-0.4-doc
Section: doc
Architecture: all
Priority: optional
Depends: ${misc:Depends}
Suggests: liborc-0.4-dev
Description: Library of Optimized Inner Loops Runtime Compiler (documentation)
 Orc is a library and set of tools for compiling and executing
 very simple programs that operate on arrays of data.  The "language"
 is a generic assembly language that represents many of the features
 available in SIMD architectures, including saturated addition and
 subtraction, and many arithmetic operations.
 .
 This package contains the documentation for orc.
