Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
6b61af4d
Commit
6b61af4d
authored
Feb 27, 2012
by
abveritas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing adding ardour bin package to apps
parent
c7803ee7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
81 additions
and
0 deletions
+81
-0
ardour/PKGBUILD
ardour/PKGBUILD
+61
-0
ardour/ardour.desktop
ardour/ardour.desktop
+9
-0
ardour/ardour.install
ardour/ardour.install
+11
-0
No files found.
ardour/PKGBUILD
0 → 100644
View file @
6b61af4d
#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# contributor SpepS <dreamspepser at yahoo dot it>
_name
=
ardour
pkgname
=
$_name
pkgver
=
3.0beta3_11482
pkgrel
=
1
pkgdesc
=
"A multichannel hard disk recorder and digital audio workstation"
arch
=(
'i686'
'x86_64'
)
url
=
"http://
$_name
.org/"
license
=(
'GPL'
)
depends
=(
'qjackctl'
'desktop-file-utils'
)
options
=(
'!strip'
)
install
=
"
$pkgname
.install"
_source_arch
=
"_32"
[
"
$CARCH
"
=
"x86_64"
]
&&
_source_arch
=
"_64"
md5sums
=(
'14c899f77ddd30bc974a47b5be5f01e9'
)
[
"
$CARCH
"
=
"i686"
]
&&
md5sums
=(
'f3b1cfd1bb3f1d5d48e1e95768e9f13c'
)
source
=(
"http://
$_name
.org/files/
${
_name
/a/A
}${
_source_arch
}
bit-
$pkgver
-dbg.tar"
"
$pkgname
.desktop"
)
md5sums+
=(
'36d0dbc5b98e3fa9a1b6bfc36f3baa56'
)
build
()
{
return
0
}
package
()
{
cd
"
$srcdir
/
${
_name
/a/A
}${
_source_arch
}
bit-
$pkgver
-dbg"
# unpack
install
-d
"
$pkgdir
/opt"
bsdtar
--no-same-owner
-jxvf
\
${
_name
/a/A
}
_x86
${
_source_arch
/_32
}
-
$pkgver
-dbg
.tar.bz2
\
-C
"
$pkgdir
/opt"
# install to /opt as does not conflict
# with other ardour installations and libs
cd
"
$pkgdir
/opt"
mv
${
_name
/a/A
}
_x86
${
_source_arch
/_32
}
-
$pkgver
-dbg
$_name
# rm uninstaller and sanity check
rm
$_name
/bin/
{
*
.uninstall.sh,sanityCheck
}
# launcher
install
-d
"
$pkgdir
/usr/bin"
cat
<<
EOF
>> "
$pkgdir
/usr/bin/
$pkgname
"
#!/bin/bash
cd /opt/
$_name
/bin && ./
${
_name
}
3
EOF
chmod
+x
"
$pkgdir
/usr/bin/
$pkgname
"
# desktop file
install
-Dm644
"
$srcdir
/
$pkgname
.desktop"
\
"
$pkgdir
/usr/share/applications/
$pkgname
.desktop"
}
# vim:set ts=2 sw=2 et:
ardour/ardour.desktop
0 → 100644
View file @
6b61af4d
[Desktop Entry]
Name=Ardour Binary
Comment=Multitrack hard disk recorder
Exec=ardour3
Icon=/opt/ardour/etc/icons/ardour_icon_48px.png
Terminal=false
Type=Application
X-MultipleArgs=false
Categories=GTK;Audio;AudioVideoEditing;AudioVideo;Video;
ardour/ardour.install
0 → 100644
View file @
6b61af4d
post_install
()
{
update
-
desktop
-
database
-
q
}
post_upgrade
()
{
post_install
}
post_remove
()
{
post_install
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment