Package: buzztrax / 0.10.2-6

Metadata

Package Version Patches format
buzztrax 0.10.2-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 about dialog take release year and release date from.patch | (download)

configure.ac | 12 10 + 2 - 0 !
src/ui/edit/about-dialog.c | 2 1 + 1 - 0 !
2 files changed, 11 insertions(+), 3 deletions(-)

 [patch 1/4] about-dialog: take release year and release date from
 NEWS

When building git head use current date, otherwise reuse the date from NEWS.

0002 build Fix 32 bit bml build.patch | (download)

Makefile.src.am | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch 2/4] build: fix 32 bit bml build

Follow up for ef2b064e520dd47030cc3a58abe6ab13db9f5fd3 to
add all needed include directories to libbml_la_CFLAGS too.

0003 configure add msee when using xmmintin.h.patch | (download)

configure.ac | 29 22 + 7 - 0 !
src/lib/core/core.c | 10 7 + 3 - 0 !
2 files changed, 29 insertions(+), 10 deletions(-)

 [patch 3/4] configure: add -msee when using xmmintin.h

Fixes #57

0004 configure fix the header name mess.patch | (download)

configure.ac | 12 6 + 6 - 0 !
src/lib/core/core.c | 4 2 + 2 - 0 !
2 files changed, 8 insertions(+), 8 deletions(-)

 [patch 4/4] configure: fix the header name mess

Follow up for 7a0eb4ac95399f04e56e85badb183495a29cdd67. Apparently the names
of the header files are purely random here. We actually need xmmintrin.h, but
x!=mmx, but sse (haha).

See issue #57.

0005 bt dec rename plugin.patch | (download)

src/gst/dec/bt-dec.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] bt-dec: rename plugin

The macro is not autoformat friendly. If the name contains a '-', the formatter
will insert spaces and break the macro.

0006 gtk update icon cache.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---