irok84
(Jakub Krysakowski)
December 16, 2008, 12:13pm
#1
Welcome.
I downloaded and complied arodur 2.7.1 using command:
scons VST=yes FREESOUND=yes GTK=yes FFT_ANALYSIS=yes
(i put vst zip in good place)
and compilation done successfully. Now i need to make debian package (deb) from this. How to build this?
In sources compiled by ./configure; make i using this commands:
dh_make
dpkg-buildpackage -rfakeroot
but this not working on ardour (and other scons compiled project).
Can You explain Me how to build deb?
peder
(Peder Hedlund)
December 16, 2008, 12:42pm
#2
I’ve googled scons and dh_make and haven’t found anything helpful.
As this is a Debian specific issue that really has nothing to do with Ardour, generally speaking, I’d suggest you ask this in a Debian forum.
But if you find a good answer, please post it here for others to find (or be incorporated in the docs).
beowulf666
(Martin Krueger)
December 16, 2008, 4:17pm
#3
What about this:
http://www.qandr.org/quentin/writings/debscons
I just took a short look. Its about a additional scons target to build a debian package.
Perhaps we can integrate something like that to the “official” scons script?
pylorca
(Pylorca)
December 17, 2008, 12:21am
#4
try:
checkinstall scons VST=1 FREESOUND=1 GTK=1 FFT_ANALYSIS=1 install
this command generates the .deb package and install it
philip8888
(Philipselah)
December 17, 2008, 6:00am
#5
What is the difference or advantage in having gtk in the build path?
Thanks
irok84
(Jakub Krysakowski)
December 17, 2008, 9:52am
#6
Hi.
I’m done making deb package using this tutorial: http://www.ibm.com/developerworks/linux/library/l-debpkg.html .
This is very quick:
Write simple control file
Make deb by command: dpkg -b DIRECTORY PACKAGE_NAME.deb
Problem Solved.