Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: orc-pkg-description.in
===================================================================
--- orc-pkg-description.in	(nonexistent)
+++ orc-pkg-description.in	(revision 5)
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.  Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in.  You must
+# make exactly 11 lines for the formatting to be correct.  It's also
+# customary to leave one space after the ':'.
+
+   |-----handy-ruler------------------------------------------------------|
+orc: orc @VERSION@ (Optimized Inner Loop Runtime Compiler)
+orc:
+orc: Orc is a library and set of tools for compiling and executing
+orc: very simple programs that operate on arrays of data. The "language"
+orc: is a generic assembly language that represents many of the features
+orc: available in SIMD architectures, including saturated addition and
+orc: subtraction, and many arithmetic operations.
+orc:
+orc: Cgit: https://cgit.freedesktop.org/gstreamer/orc
+orc:
+orc: