[oe-commits] org.oe.dev sox: Add updated sox and new package sox-native

nail commit openembedded-commits at lists.openembedded.org
Wed Mar 21 13:43:24 UTC 2007


sox: Add updated sox and new package sox-native

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 55047ae7feb7a7aa118d664ab49a452538a42546
ViewMTN: http://monotone.openembedded.org/revision.psp?id=55047ae7feb7a7aa118d664ab49a452538a42546
Files:
1
packages/sox/sox-native_13.0.0.bb
packages/sox/sox_13.0.0.bb
packages/sox/sox_12.17.5.bb
Diffs:

#
# mt diff -ra05d88f82335926af4e85137ddea5c01f4d4fb07 -r55047ae7feb7a7aa118d664ab49a452538a42546
#
# 
# 
# add_file "packages/sox/sox-native_13.0.0.bb"
#  content [e68db293ebf4ade3f81ddca28a1397483e646eab]
# 
# add_file "packages/sox/sox_13.0.0.bb"
#  content [a2d29830aa38c8fc2399ca00e324d266d6bf8de6]
# 
# patch "packages/sox/sox_12.17.5.bb"
#  from [8e81ca99053d7707cebe1ac32ef662150b892edd]
#    to [ca76efb1938959ac15494b731c07b963dd43645e]
# 
============================================================
--- packages/sox/sox-native_13.0.0.bb	e68db293ebf4ade3f81ddca28a1397483e646eab
+++ packages/sox/sox-native_13.0.0.bb	e68db293ebf4ade3f81ddca28a1397483e646eab
@@ -0,0 +1,19 @@
+include sox_${PV}.bb
+
+S = "${WORKDIR}/sox-${PV}"
+
+inherit native
+
+do_patch() {
+        true
+}
+
+do_stage() {
+	make bindir="${STAGING_BINDIR}" libdir="${STAGING_LIBDIR}" mandir="${STAGING_DIR}/${HOST_SYS}/man" includedir="${STAGING_INCDIR}" install
+	rm ${STAGING_BINDIR}/rec
+	ln -s ${STAGING_BINDIR}/play ${STAGING_BINDIR}/rec
+}
+
+do_install() {
+        true
+}
============================================================
--- packages/sox/sox_13.0.0.bb	a2d29830aa38c8fc2399ca00e324d266d6bf8de6
+++ packages/sox/sox_13.0.0.bb	a2d29830aa38c8fc2399ca00e324d266d6bf8de6
@@ -0,0 +1,18 @@
+DESCRIPTION="SoX is the Swiss Army knife of sound processing tools. \
+It converts audio files among various standard audio file formats \
+and can apply different effects and filters to the audio data." 
+HOMEPAGE = "http://sox.sourceforge.net"
+SECTION = "audio"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sox/sox-${PV}.tar.gz \
+         file://src-Makefile.am.patch;patch=1"
+
+inherit autotools
+
+do_install() {
+	make bindir="${D}${bindir}" libdir="${D}${libdir}" mandir="${D}/${mandir}" includedir="${D}${includedir}" install
+	rm ${D}${bindir}/rec
+	ln -s /usr/bin/play ${D}${bindir}/rec
+}
============================================================
--- packages/sox/sox_12.17.5.bb	8e81ca99053d7707cebe1ac32ef662150b892edd
+++ packages/sox/sox_12.17.5.bb	ca76efb1938959ac15494b731c07b963dd43645e
@@ -1,10 +1,10 @@ It converts audio files among various st
 # sox OE build file
 # Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
 
 DESCRIPTION="SoX is the Swiss Army knife of sound processing tools. \
 It converts audio files among various standard audio file formats \
-and can apply different effects and filters to the audio data."
+and can apply different effects and filters to the audio data." 
 LICENSE="GPL"
 HOMEPAGE="http://sox.sourceforge.net"
 






More information about the Openembedded-commits mailing list