| View previous topic :: View next topic |
| Author |
Message |
aldube Xandrosianschwing
Joined: 02 Jan 2005 Posts: 2332 Location: Calgary, Alberta, Canada
|
Posted: Sun Nov 27, 2005 11:39 am Post subject: Created FAAC & FAAD2 DEBs |
|
|
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 |
|
 |
JAwuku Xplorer
Joined: 15 Mar 2005 Posts: 27 Location: United Kingdom
|
Posted: Wed Jan 11, 2006 5:05 pm Post subject: Cannot compile faad2 |
|
|
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 |
|
 |
aldube Xandrosianschwing
Joined: 02 Jan 2005 Posts: 2332 Location: Calgary, Alberta, Canada
|
Posted: Wed Jan 11, 2006 11:03 pm Post subject: |
|
|
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 |
|
 |
JAwuku Xplorer
Joined: 15 Mar 2005 Posts: 27 Location: United Kingdom
|
|
| Back to top |
|
 |
aldube Xandrosianschwing
Joined: 02 Jan 2005 Posts: 2332 Location: Calgary, Alberta, Canada
|
Posted: Fri Jan 13, 2006 11:23 am Post subject: |
|
|
Yep; I figured it was a bad source. _________________ Linux simply works for me...
Registered Linux User 384461 |
|
| Back to top |
|
 |
aldube Xandrosianschwing
Joined: 02 Jan 2005 Posts: 2332 Location: Calgary, Alberta, Canada
|
Posted: Fri Jan 13, 2006 11:24 am Post subject: |
|
|
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 |
|
 |
DarthChaosOfRSPW Xandrosian

Joined: 19 Feb 2006 Posts: 195 Location: Elkview, WV
|
Posted: Sun Jan 14, 2007 2:45 am Post subject: Re: Finally managed to compile! |
|
|
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 |
|
 |
aldube Xandrosianschwing
Joined: 02 Jan 2005 Posts: 2332 Location: Calgary, Alberta, Canada
|
Posted: Sun Jan 14, 2007 12:38 pm Post subject: Re: Finally managed to compile! |
|
|
| 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  _________________ Linux simply works for me...
Registered Linux User 384461 |
|
| Back to top |
|
 |
|