Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 47083 Details for
Bug 75979
[patch + ebuild] xmms-spc: playing of any spc file ends at 3:03
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Origial Patch minus Playlength patch.
xmms-spc-0.2.1-r2.patch (text/plain), 2.15 KB, created by
James Potts
on 2004-12-28 20:38:26 UTC
(
hide
)
Description:
Origial Patch minus Playlength patch.
Filename:
MIME Type:
Creator:
James Potts
Created:
2004-12-28 20:38:26 UTC
Size:
2.15 KB
patch
obsolete
>diff -Naur spcxmms-0.2.1.orig/libspc/Makefile.am spcxmms-0.2.1/libspc/Makefile.am >--- spcxmms-0.2.1.orig/libspc/Makefile.am 2000-10-13 01:16:38.000000000 -0700 >+++ spcxmms-0.2.1/libspc/Makefile.am 2004-07-07 01:21:44.933579000 -0700 >@@ -5,3 +5,6 @@ > apu.cpp apu.h apumem.h globals.cpp soundux.cpp soundux.h \ > spc700.cpp spc700.h port.h snes9x.h memmap.h > >+CFLAGS = @CFLAGS@ -fPIC -DPIC >+CXXFLAGS = @CXXFLAGS@ -fPIC -DPIC >+ >diff -Naur spcxmms-0.2.1.orig/libspc/soundux.cpp spcxmms-0.2.1/libspc/soundux.cpp >--- spcxmms-0.2.1.orig/libspc/soundux.cpp 2000-07-04 23:26:38.000000000 -0700 >+++ spcxmms-0.2.1/libspc/soundux.cpp 2004-07-07 01:20:10.122594000 -0700 >@@ -414,7 +414,7 @@ > if (SoundData.channels[channel].type == SOUND_NOISE) > hertz = NoiseFreq [APU.DSP [APU_FLG] & 0x1f]; > SoundData.channels[channel].frequency = (int) >- (((int64) hertz * FIXED_POINT) / so.playback_rate); >+ ((((int64) hertz * FIXED_POINT) / so.playback_rate) * .980); > } > } > >diff -Naur spcxmms-0.2.1.orig/spcplay/Makefile.in spcxmms-0.2.1/spcplay/Makefile.in >--- spcxmms-0.2.1.orig/spcplay/Makefile.in 2000-10-28 12:10:04.000000000 -0700 >+++ spcxmms-0.2.1/spcplay/Makefile.in 2004-07-07 01:16:35.311275000 -0700 >@@ -108,7 +108,7 @@ > LIBS = @LIBS@ > spcplay_OBJECTS = getopt.o getopt1.o main.o > spcplay_DEPENDENCIES = ../libspc/libspc.la >-spcplay_LDFLAGS = >+spcplay_LDFLAGS = -lstdc++ > CFLAGS = @CFLAGS@ > COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) > LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) >diff -Naur spcxmms-0.2.1.orig/xmms-plugin/Makefile.in spcxmms-0.2.1/xmms-plugin/Makefile.in >--- spcxmms-0.2.1.orig/xmms-plugin/Makefile.in 2000-10-28 12:10:05.000000000 -0700 >+++ spcxmms-0.2.1/xmms-plugin/Makefile.in 2004-07-07 01:16:35.322275000 -0700 >@@ -93,7 +93,7 @@ > > lib_LTLIBRARIES = libspc.la > libspc_la_LDFLAGS = -module -avoid-version >-libspc_la_LIBADD = @GTK_LIBS@ @PTHREAD_LIBS@ ../libspc/libspc.la >+libspc_la_LIBADD = @GTK_LIBS@ -lstdc++ @PTHREAD_LIBS@ ../libspc/libspc.la > libspc_la_SOURCES = spcxmms.c spcxmms.h interface.c interface.h support.c support.h callbacks.h gui.c > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 75979
:
47081
|
47082
| 47083