You are not logged in.
hi
is xine player complete? any one knows where package is?(.tgz)
i have tried the .tar.gz with no luck...
thanks..
Offline
You did not say which arch arch but i did find the following under packages/i386/2.0
-rw-r--r-- 1 1127 netbsd 381939 Jan 9 14:36 gxine-0.3.3nb8.tgz
-rw-r--r-- 1 1127 netbsd 9496 Jan 10 02:46 xine-arts-1rc6anb1.tgz
-rw-r--r-- 1 1127 netbsd 11273 Jan 10 02:44 xine-esound-1rc6anb1.tgz
-rw-r--r-- 1 1127 netbsd 1402005 Jan 9 14:10 xine-ui-0.99.2nb1.tgz
Offline
Just tried to install xine from pkgsrc-current.
It launched without any problems.
Offline
hi
there is no xine-lib ,,thats the problem guys..
i have found the source,, but dont know how to install from et??
regards.
Offline
my arch. is i386
sos for not disclosing et,,
Offline
Not all software exists as binary packages. Use pkgsrc.
Offline
hi
any knows ho to install from source??
when i run make ,,simply i does not work,,it looks for other dependencies which i have installed as packages(.tgz).
regards.
Offline
As you can see here:
http://pkgsrc.netbsd.se/?cat=search&pkg=38861
xine-lib has a lot of dependencies. All of them need to
be installed before xine-lib can be built.
Pkgsrc will do it for you automatically.
http://www.netbsd.org/Documentation/pkgsrc/
First, get pkgsrc
http://www.netbsd.org/Documentation/pkg … #id2534839
then
#cd /usr/pkgsrc/multimedia/xine-ui && make install
Offline