Skip to content

Commit 3523781

Browse files
author
falkTX
committed
Add ardour deb sources
1 parent 9d59b00 commit 3523781

File tree

11 files changed

+971
-0
lines changed

11 files changed

+971
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Name=Ardour-4
4+
Comment=Digital Audio Workstation
5+
Exec=/usr/bin/ardour4
6+
Terminal=false
7+
Type=Application
8+
Icon=/opt/ardour4/share/icons/ardour_icon_48px.png
9+
Categories=AudioVideo;AudioEditing;Audio;Recorder;
10+
MimeType=application/x-ardour;
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
debian/ardour4.desktop usr/share/applications/
2+
debian/ardour4.xml usr/share/mime/packages/
3+
debian/extra/ardour4 usr/bin/
4+
5+
tmp/Ardour_*-*/* opt/ardour4/

source/ardour/debian/ardour4.menu

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
?package(ardour4):needs="X11" section="Applications/Sound" \
2+
hints="Professional,Featureful,WAV,GTK,MIDI,Music Editor,DAW,Multitrack,JACK,LADSPA" \
3+
title="Ardour Digital Audio Workstation 4" command="/usr/bin/ardour4"
4+

source/ardour/debian/ardour4.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3+
<mime-type type="application/x-ardour">
4+
<comment>Ardour session file</comment>
5+
<glob pattern="*.ardour"/>
6+
<generic-icon name="application-x-ardour"/>
7+
</mime-type>
8+
</mime-info>

source/ardour/debian/changelog

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
ardour4-official (1:4.2.0-1kxstudio1) stable; urgency=medium
2+
3+
* New upstream release
4+
5+
-- falkTX <falktx@gmail.com> Fri, 14 Aug 2015 11:26:50 +0200
6+
7+
ardour4-official (1:4.1.0-1kxstudio1) stable; urgency=medium
8+
9+
* New upstream release
10+
11+
-- falkTX <falktx@gmail.com> Fri, 26 Jun 2015 10:30:06 +0200
12+
13+
ardour4-official (1:4.0.0-1kxstudio1) stable; urgency=medium
14+
15+
* New uptream release (version 4)
16+
17+
-- falkTX <falktx@gmail.com> Sun, 19 Apr 2015 13:07:47 +0200
18+
19+
ardour3-official (1:3.5.403-1kxstudio1) stable; urgency=low
20+
21+
* New upstream release
22+
23+
-- falkTX <falktx@gmail.com> Fri, 03 Oct 2014 05:05:05 +0100
24+
25+
ardour3-official (1:3.5.380-1kxstudio1) stable; urgency=low
26+
27+
* New upstream release
28+
29+
-- falkTX <falktx@gmail.com> Wed, 14 May 2014 11:34:27 +0100
30+
31+
ardour3-official (1:3.5.357-1kxstudio1) stable; urgency=low
32+
33+
* New upstream release
34+
35+
-- falkTX <falktx@gmail.com> Wed, 26 Feb 2014 18:46:08 +0000
36+
37+
ardour3-official (1:3.5.308-1kxstudio1) stable; urgency=low
38+
39+
* New upstream release
40+
41+
-- falkTX <falktx@gmail.com> Thu, 23 Jan 2014 22:06:59 +0000
42+
43+
ardour3-official (1:3.5.143-2kxstudio1) stable; urgency=low
44+
45+
* Fix startup script
46+
47+
-- falkTX <falktx@gmail.com> Thu, 09 Jan 2014 13:33:38 +0000
48+
49+
ardour3-official (1:3.5.143-1kxstudio) stable; urgency=low
50+
51+
* New upstream release
52+
53+
-- falkTX <falktx@gmail.com> Wed, 08 Jan 2014 16:06:33 +0000
54+
55+
ardour3-official (1:3.5.74-1kxstudio1) lucid; urgency=low
56+
57+
* Initial packaging of official tarballs
58+
59+
-- falkTX <falktx@gmail.com> Wed, 06 Nov 2013 06:30:25 +0000

source/ardour/debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6

source/ardour/debian/control

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
Source: ardour4-official
2+
Section: sound
3+
Priority: extra
4+
Maintainer: falkTX <falktx@gmail.com>
5+
Build-Depends: cdbs,
6+
autotools-dev,
7+
devscripts,
8+
debhelper,
9+
libasound2-dev,
10+
libjack-dev,
11+
libice-dev, libsm-dev,
12+
libx11-dev, libxext-dev, libxinerama-dev, libxrender-dev,
13+
suil-libs
14+
Standards-Version: 3.9.4
15+
DM-Upload-Allowed: yes
16+
Homepage: http://www.ardour.org/
17+
18+
Package: ardour4
19+
Architecture: any
20+
Section: sound
21+
Depends: ${shlibs:Depends}, ${misc:Depends}
22+
Description: digital audio workstation (graphical gtk2 interface)
23+
Ardour is a multichannel hard disk recorder (HDR) and digital audio
24+
workstation (DAW). It can be used to control, record, edit and run
25+
complex audio setups.
26+
.
27+
Ardour supports pro-audio interfaces
28+
through the ALSA project, which provides high quality, well designed
29+
device drivers and API's for audio I/O under Linux. Any interface
30+
supported by ALSA can be used with Ardour. This includes the
31+
all-digital 26 channel RME Hammerfall, the Midiman Delta 1010 and many
32+
others.
33+
.
34+
Ardour has support for 24 bit samples
35+
using floating point internally, non-linear editing with unlimited undo,
36+
a user-configurable mixer, MTC master/slave capabilities, MIDI hardware
37+
control surface compatibility.
38+
.
39+
It supports MIDI
40+
Machine Control, and so can be controlled from any MMC controller and
41+
many modern digital mixers.
42+
.
43+
Ardour contains a
44+
powerful multitrack audio editor/arranger that is completely
45+
non-destructive and capable of all standard non-linear editing
46+
operations (insert, replace, delete, move, trim, select,
47+
cut/copy/paste). The editor has unlimited undo/redo capabilities and can
48+
save independent "versions" of a track or an entire piece
49+
.
50+
Ardour's editor supports the community-developed LADSPA
51+
plugin standard. Arbitrary chains of plugins can be attached to any
52+
portion of a track. Every mixer strip can have any number of inputs
53+
and outputs, not just mono, stereo or 5.1. An N-way panner is
54+
included, with support for various panning models. Pre- and post-fader
55+
sends exist, each with their own gain and pan controls. Every mixer
56+
strip acts as its own bus, and thus the bus count in Ardour is
57+
unlimited. You can submix any number of strips into another
58+
strip.
59+
.
60+
Ardour's channel capacity is limited only
61+
by the number on your audio interface and the ability of your disk
62+
subsystem to stream the data back and forth.
63+
.
64+
JACK
65+
(the JACK Audio Connection Kit) is used for all audio I/O, permitting
66+
data to be exchanged in perfect samplesync with other applications
67+
and/or hardware audio interfaces.
68+
.
69+
Ardour is
70+
sample rate and size neutral - any hardware formats from 8 to 32 bits,
71+
and rates from 8kHz to 192kHz. Internal processing in 32/64 bit IEEE
72+
floating point format.
73+
.
74+
Further information can be
75+
found at <http://ardour.org/>.
76+
77+
Package: ardour4-dbg
78+
Architecture: any
79+
Section: sound
80+
Depends: ardour4
81+
Description: digital audio workstation (debugging symbols)
82+
This package contains the debug symbols for Ardour4.
83+
.
84+
You don't need it installed unless you need to debug Ardour.

0 commit comments

Comments
 (0)