Hi,

Dmitry Smirnov <[email protected]> writes:
> Sorry I don't understand the question and the problem. We moved away
> from SVN some time ago. Workflow is usual and simple:

> extract upstream source,

I use git-svn to track upstream so I first tried

git archive --prefix=xpra-0.9.4+svn3586/ -o ../xpra_0.9.4+svn3586.orig.tar.gz 
HEAD

but apparently the tarball should only include the src/ subdirectory. I
resorted into using tar manually.

> add "debian" from repository and build using "debuild".

I used

git-buildpackage --git-no-create-orig --git-overlay --git-export-dir=.. -S

but I first had to disable conf-audio-codecs.patch and old-libav.patch
since they would not apply. I then ran

sudo pbuilder --build ../xpra_0.9.4+svn3586-1.dsc

but it failed with

x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
-Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python2.7 -c xpra/codecs/dec_avcodec/dec_avcodec.c -o 
build/temp.linux-x86_64-2.7/xpra/codecs/dec_avcodec/dec_avcodec.o -Wall 
-Werror=implicit-function-declaration -fPIC
xpra/codecs/dec_avcodec/dec_avcodec.c: In function 'clean_decoder':
xpra/codecs/dec_avcodec/dec_avcodec.c:167:3: error: implicit declaration of 
function 'avcodec_free_frame' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

Maybe I need to somehow port old-libav.patch to the new xpra svn trunk?
It patches x264lib.c which does not exist anymore in upstream source
tree so I'm quite puzzled.

-Timo


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to