Re: Does auto-apt work to get wine dependencies in source code?

2013-08-27 Thread Susan Cragin
--Sorry about the HTML in the earlier message.

>> Was thinking of running some tests but the list of dependencies on the 
>> website seems outdated, apt-get build-dep does not work.
>Is that with the ubuntu-wine ppa enabled?

There are two answers to that question, surprisingly. 

(1) bitbox

In the instructions it looks like the wine ppa repository can be installed the 
Debian way. But I did that and here's the result. 


E: You must put some 'source' URIs in your sources.list


So, I had to add the wine-ppa by manually adding to the sources.list.

(2) non bitbox

This morning a new version of the i386 photo function was added, and now the 
depencencies install. 

Conclusion: 

This afternoon I was able to update all dependencies and compile without a 
problem using (with modifications above) the bitbox instructions. 

Compiled only. Did not install because I needed symlinks, but at least I know 
where I am and what I have to do. 

Susan







RE: Does auto-apt work to get wine dependencies in source code?

2013-08-26 Thread Hugh McMaster
On Monday, 26 August 2013 5:20 AM, Maarten Lankhorst wrote:

>Op 25-08-13 14:09, Susan Cragin schreef:
>> Was thinking of running some tests but the list of dependencies on the 
>> website seems outdated, apt-get build-dep does not work.
>Is that with the ubuntu-wine ppa enabled?

The Wine PPA isn't required on Ubuntu or similar distros (e.g. Linux Mint).

You just need to make sure that the source repositories (i.e. deb-src) are 
enabled in /etc/apt/sources.list or /etc/apt/sources.list.d/sources.list. 
(Ubuntu seems to do this automatically.)

Once this is done, you can just enter 'sudo apt-get build-dep wine' in a 
terminal. Confusion may come from the Recommended Packages wiki page 
(http://wiki.winehq.org/Recommended_Packages). The command should be 'wine' not 
'wine1.3' or 'wine1.4'.  I'll get a patch for this later today.






Re: Does auto-apt work to get wine dependencies in source code?

2013-08-26 Thread Susan Cragin
>> Was thinking of running some tests but the list of dependencies on the website seems outdated, apt-get build-dep does not work.>Is that with the ubuntu-wine ppa enabled?There are two answers to that question, surprisingly. (1) bitboxIn the instructions it looks like the wine ppa repository can be installed the Debian way. But I did that and here's the result. E: You must put some 'source' URIs in your sources.listSo, I had to add the wine-ppa by manually adding to the sources.list.(2) non bitboxThis morning a new version of the i386 photo function was added, and now the depencencies install. Conclusion: This afternoon I was able to update all dependencies and compile without a problem using (with modifications above) the bitbox instructions. Compiled only. Did not install because I needed symlinks, but at least I know where I am and what I have to do. Susan






Re: Does auto-apt work to get wine dependencies in source code?

2013-08-26 Thread Maarten Lankhorst
Op 25-08-13 14:09, Susan Cragin schreef:
> Hello, 
> Was thinking of running some tests but the list of dependencies on the 
> website seems outdated, apt-get build-dep does not work.
Is that with the ubuntu-wine ppa enabled?




Re: Does auto-apt work to get wine dependencies in source code?

2013-08-25 Thread André Hentschel
Am 25.08.2013 14:09, schrieb Susan Cragin:
> Hello, 
> Was thinking of running some tests but the list of dependencies on the 
> website seems outdated, apt-get build-dep does not work.

running 
https://code.google.com/p/winezeug/source/browse/trunk/install-wine-deps.sh is 
a good chance

> Does auto-apt work to get wine dependencies in source code?

The best way would be to try out i guess :)




Does auto-apt work to get wine dependencies in source code?

2013-08-25 Thread Susan Cragin
Hello, 
Was thinking of running some tests but the list of dependencies on the website 
seems outdated, apt-get build-dep does not work.