Bellmonte
(usa Debian)
Enviado em 07/08/2014 - 07:58h
Já tentei instalar ele via apt-get mas ele não encontra nada.
Olha a minha sources.list:
------------------------------------------------------------------
# deb cdrom:[Debian GNU/Linux 7.4.0 _Wheezy_ - Official i386 DVD Binary-1 20140208-12:26]/ wheezy contrib main
# deb cdrom:[Debian GNU/Linux 7.4.0 _Wheezy_ - Official i386 DVD Binary-1 20140208-12:26]/ wheezy contrib main
# Line commented out by installer because it failed to verify:
# deb
http://security.debian.org/ wheezy/updates main contrib
# Line commented out by installer because it failed to verify:
# deb-src
http://security.debian.org/ wheezy/updates main contrib
# wheezy-updates, previously known as 'volatile'
# A network mirror was not selected during install. The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb
http://ftp.debian.org/debian/ wheezy-updates main contrib
# deb-src
http://ftp.debian.org/debian/ wheezy-updates main contrib
### Debian Wheezy
deb
http://ftp.br.debian.org/debian/ wheezy main contrib non-free
deb-src
http://ftp.br.debian.org/debian/ wheezy main contrib non-free
### Debian Wheezy Updates
deb
http://security.debian.org/ wheezy/updates main contrib non-free
deb-src
http://security.debian.org/ wheezy/updates main contrib non-free
### Debian Wheezy Multimedia.
# Chave gpg: aptitude install deb-multimedia-keyring
deb
http://www.deb-multimedia.org wheezy main non-free
deb-src
http://www.deb-multimedia.org wheezy main non-free
### Debian Wheezy Backports
# deb
http://http.debian.net/debian/ wheezy-backports main contrib
#### Skype -
http://www.skype.com
# Chave gpg: gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e | apt-key ad$
deb
http://download.skype.com/linux/repos/debian/ stable non-free
-----------------------------------------------------------------
o apt-get update consegue achar todos os repositórios sem dar nenhum erro e sem pedir PUBKEY.
Quando eu faço o comando apt-get install dvdstyler
olha o que dá:
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
E: Impossível encontrar o pacote dvdstyler
executei também o "apt-cache search dvdstyler" achando que o nome do programa pode estar errado e não deu em nada.
Já tinha tentado baixar o código fonte do site oficial
http://www.dvdstyler.org/pt_br/downloads. Mas quando vou tentar compilar olha o que dá:
root@Wheezy:/home/wellington/DVDStyler-2.7.2# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/wellington/DVDStyler-2.7.2/missing: Unknown `--is-lightweight' option
Try `/home/wellington/DVDStyler-2.7.2/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for install location... /usr/local
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking for bison... no
checking for byacc... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for wx-config... no
configure: error:
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWidgets is version 2.8.7 or above.