forums.xandros.com Forum Index forums.xandros.com
Xandros User Forums
 
 FAQFAQ   SearchSearch   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Created FAAC & FAAD2 DEBs

 
Post new topic   Reply to topic    forums.xandros.com Forum Index -> Packaging
View previous topic :: View next topic  
Author Message
aldube
Xandrosianschwing


Joined: 02 Jan 2005
Posts: 2332
Location: Calgary, Alberta, Canada

PostPosted: Sun Nov 27, 2005 11:39 am    Post subject: Created FAAC & FAAD2 DEBs Reply with quote

Freeware Advanced Audio (AAC) Encoder & Decoder http://www.audiocoding.com
I downloaded the FAAC & FAAD2 source files from:
http://prdownloads.sourceforge.net/faac/
I used the faad2-2.0.zip instead, because the faad2-2.0,tar.gz seems to be corrupted.

FAAC1.24:
# autoreconf -vif
# ./configure
# make
# checkinstall -D (need to give a version number or DEB package creation will fail)

FAAD2-2.0:
# autoreconf -vif
# ./configure --with-xmms --with-drm --with-mp4v2
open faad2/makefile with text editor then goto bottom of file then delete:
Quote:
rpm: Makefile
make dist
$(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz
rm $(PACKAGE)-$(VERSION).tar.gz

then save
# make
# checkinstall -D
_________________
Linux simply works for me...
Registered Linux User 384461
Back to top
View user's profile Send private message
JAwuku
Xplorer


Joined: 15 Mar 2005
Posts: 27
Location: United Kingdom

PostPosted: Wed Jan 11, 2006 5:05 pm    Post subject: Cannot compile faad2 Reply with quote

I can't seem to compile faad2, either with the zip or gz file.

When I run autoreconf -vip, all I get is :
Code:
$ autoreconf -vif
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal  --output=aclocal.m4t
autoreconf: `aclocal.m4' is created
autoreconf: configure.in: tracing
autoreconf: running: libtoolize --copy --force
autoreconf: `aclocal.m4' is unchanged
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
automake: frontend/Makefile.am: not supported: source file `$(top_srcdir)/common/faad/getopt.c' is in subdirectory
automake: Makefile.am: installing `./INSTALL'
autoreconf: automake failed with exit status: 1


Is there anything I'm doing wrong?

I've also tried following http://seto.org/mt-diary/archives/2005/11/installing_faad.html
but no joy.

Is it possible to put faad2 and faac on the archlug?

Thanks

Jason
Back to top
View user's profile Send private message
aldube
Xandrosianschwing


Joined: 02 Jan 2005
Posts: 2332
Location: Calgary, Alberta, Canada

PostPosted: Wed Jan 11, 2006 11:03 pm    Post subject: Reply with quote

Lets see what happens after you install these debs:
# apt-get install gettext autoconf
and then do another ./configure

If it fails to configure again you might want to try getting you sources www.debian.com.

Trying adding this source to XN:
deb-src http://http.us.debian.org/debian sarge main contrib non-free
then try this command:
# apt-get -b source faad2
_________________
Linux simply works for me...
Registered Linux User 384461
Back to top
View user's profile Send private message
JAwuku
Xplorer


Joined: 15 Mar 2005
Posts: 27
Location: United Kingdom

PostPosted: Thu Jan 12, 2006 3:19 pm    Post subject: Finally managed to compile! Reply with quote

Dear adlube,

thanks for your reply.

I had already installed gettext, libtool, autoconf and automake, but still had problems.

However, I managed to compile a cvs copy of faad2 without problem. I got it from

http://xmixahlx.dyndns.org/debian/source/NEW/faad2-cvs_2.1.beta+cvs20051104.02-0rarewares1.1.tar.gz

and compiled it with make and checkinstall.

Thank you very much! Smile


Jason
Back to top
View user's profile Send private message
aldube
Xandrosianschwing


Joined: 02 Jan 2005
Posts: 2332
Location: Calgary, Alberta, Canada

PostPosted: Fri Jan 13, 2006 11:23 am    Post subject: Reply with quote

Yep; I figured it was a bad source.
_________________
Linux simply works for me...
Registered Linux User 384461
Back to top
View user's profile Send private message
aldube
Xandrosianschwing


Joined: 02 Jan 2005
Posts: 2332
Location: Calgary, Alberta, Canada

PostPosted: Fri Jan 13, 2006 11:24 am    Post subject: Reply with quote

Yep; I figured it was a bad source; you would of figured they would of noticed by now.
_________________
Linux simply works for me...
Registered Linux User 384461
Back to top
View user's profile Send private message
DarthChaosOfRSPW
Xandrosian
Xandrosian


Joined: 19 Feb 2006
Posts: 195
Location: Elkview, WV

PostPosted: Sun Jan 14, 2007 2:45 am    Post subject: Re: Finally managed to compile! Reply with quote

JAwuku wrote:
Dear adlube,

thanks for your reply.

I had already installed gettext, libtool, autoconf and automake, but still had problems.

However, I managed to compile a cvs copy of faad2 without problem. I got it from

http://xmixahlx.dyndns.org/debian/source/NEW/faad2-cvs_2.1.beta+cvs20051104.02-0rarewares1.1.tar.gz

and compiled it with make and checkinstall.

Thank you very much! Smile


Jason


Can you send me that file (faad2-cvs_2.1.beta+cvs20051104.02-0rarewares1.1.tar.gz) to my email? I tried to download it (I'm going to rebuild faad2 on here), but it now says "Forbidden". If you can, email it at darthchaosofrspw@gmail.com
_________________
once you go Tux, Gates won't get your bucks.
Back to top
View user's profile Send private message Yahoo Messenger
aldube
Xandrosianschwing


Joined: 02 Jan 2005
Posts: 2332
Location: Calgary, Alberta, Canada

PostPosted: Sun Jan 14, 2007 12:38 pm    Post subject: Re: Finally managed to compile! Reply with quote

DarthChaosOfRSPW wrote:
Can you send me that file (faad2-cvs_2.1.beta+cvs20051104.02-0rarewares1.1.tar.gz) to my email? I tried to download it (I'm going to rebuild faad2 on here), but it now says "Forbidden". If you can, email it at darthchaosofrspw@gmail.com


That link is 1 year old; faad2 has a newer version now; try looking it up on sourceforge.net or www.audiocoding.com Wink
_________________
Linux simply works for me...
Registered Linux User 384461
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.xandros.com Forum Index -> Packaging All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group