# HG changeset patch # User Pascal Bellard # Date 1340206954 -7200 # Node ID f32d3ba0083622b62bdd67a0f75f9e94716636a6 # Parent d4a8ce10c154487d939f96cf5e211a6e4c782c7d brasero: add libs (thanks mojo) diff -r d4a8ce10c154 -r f32d3ba00836 brasero/receipt --- a/brasero/receipt Wed Jun 20 15:35:34 2012 +0200 +++ b/brasero/receipt Wed Jun 20 17:42:34 2012 +0200 @@ -40,5 +40,6 @@ { mkdir -p $fs/usr/share cp -a $_pkg/usr/bin $fs/usr/ + cp -a $_pkg/usr/lib $fs/usr/ cp -a $_pkg/usr/share/applications $fs/usr/share/applications } diff -r d4a8ce10c154 -r f32d3ba00836 linphone/receipt --- a/linphone/receipt Wed Jun 20 15:35:34 2012 +0200 +++ b/linphone/receipt Wed Jun 20 17:42:34 2012 +0200 @@ -18,7 +18,10 @@ compile_rules() { cd $src - LIBS="-lavutil -lz" ./configure --prefix=/usr --libexecdir=/usr/bin \ + # Define deprecated ffmepg flags ... + CFLAGS="-DCODEC_FLAG_PART=0x0080 -DCODEC_FLAG_H263P_UMV=0x0200000 -DCODEC_FLAG_H263P_SLICE_STRUCT=0x01000000 -DFF_I_TYPE=1" \ + LIBS="-lavutil -lz" \ + ./configure --prefix=/usr --libexecdir=/usr/bin \ --infodir=/usr/share/info --mandir=/usr/share/man $CONFIGURE_ARGS make && make DESTDIR=$PWD/_pkg install diff -r d4a8ce10c154 -r f32d3ba00836 runcom/description.txt --- a/runcom/description.txt Wed Jun 20 15:35:34 2012 +0200 +++ b/runcom/description.txt Wed Jun 20 17:42:34 2012 +0200 @@ -37,5 +37,5 @@ Example: m 0FC0 move debugger to 0FC0:0000 0FC0:01FF f 1 read floppy boot sector to 0000:7C00 - f 80 1 read hard disk master boot sector to 0000:7C00 + f 80:1 read hard disk master boot sector to 0000:7C00 g 7C0E ... diff -r d4a8ce10c154 -r f32d3ba00836 runcom/stuff/debug.S --- a/runcom/stuff/debug.S Wed Jun 20 15:35:34 2012 +0200 +++ b/runcom/stuff/debug.S Wed Jun 20 17:42:34 2012 +0200 @@ -11,7 +11,7 @@ // Example: // m 0FC0 move debugger to 0FC0:0000 0FC0:01FF // f 1 read floppy boot sector to 0000:7C00 -// f 80 1 read hard disk master boot sector to 0000:7C00 +// f 80:1 read hard disk master boot sector to 0000:7C00 // g 7C0E ... #define REGS32 28 bytes display FS, GS and 32 bits datas for AX..DI diff -r d4a8ce10c154 -r f32d3ba00836 runcom/stuff/debug8086.S --- a/runcom/stuff/debug8086.S Wed Jun 20 15:35:34 2012 +0200 +++ b/runcom/stuff/debug8086.S Wed Jun 20 17:42:34 2012 +0200 @@ -11,7 +11,7 @@ // Example: // m 0FC0 move debugger to 0FC0:0000 0FC0:01FF // f 1 read floppy boot sector to 0000:7C00 -// f 80 1 read hard disk master boot sector to 0000:7C00 +// f 80:1 read hard disk master boot sector to 0000:7C00 // g 7C0E ... #define ADJESDI 16 bytes add segment overflow support for e and d