Projects
Multimedia
xcfa
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
xcfa.spec
Changed
@@ -24,9 +24,10 @@ Group: Productivity/Multimedia/Sound/Players URL: http://www.xcfa.tuxfamily.org/static2/xcfa Source0: http://download.tuxfamily.org/xcfaudio/xcfa_download/src/%{name}-%{version}.tar.gz -Patch0: deskop_file_valid.patch +Patch0: xcfa.patch Patch1: manpage.patch Patch2: xcfa-no-buildtime.patch +Patch3: deskop_file_valid.patch BuildRequires: alsa-devel BuildRequires: fdupes BuildRequires: gcc-c++ @@ -64,13 +65,15 @@ %patch1 -p1 gzip man/xcfa %patch2 -p1 +%patch3 -p1 mv man/xcfa_cli.1.gz man/xcfa_cli.gz sed -i 's/xcfa_cli\.1\.gz/xcfa_cli\.gz/g' man/Makefile.in %build export LDADD="-lm" +CFLAGS='%{optflags} -Wno-deprecated-declarations' %configure -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -79,14 +82,14 @@ %post update-desktop-database > /dev/null -echo "The standard language of this tool is french." -echo "So please install xcfa-lang for language support (includes english)" +echo "The standard language of '%{name}' is french." +echo "So please install '%{name}-lang' for language support (includes english)" %postun update-desktop-database > /dev/null %files -%doc ChangeLog COPYING +%license COPYING %dir %{_datadir}/pixmaps/xcfa %dir %{_datadir}/xcfa %dir %{_datadir}/xcfa/glade
View file
xcfa.patch
Added
@@ -0,0 +1,34 @@ +--- a/src/statusbar.c ++++ b/src/statusbar.c +@@ -41,6 +41,14 @@ + #include "statusbar.h" + + ++static STATUSBAR_MESS StatusBar [ NOTEBOOK_PRGEXTERNES +2 ]; // #define NOTEBOOK_DVD_AUDIO 0 ++ // #define NOTEBOOK_CD_AUDIO 1 ++ // #define NOTEBOOK_FICHIERS 2 ++ // #define NOTEBOOK_SPLIT 3 ++ // #define NOTEBOOK_POCHETTE 4 ++ // #define NOTEBOOK_OPTIONS 5 ++ // #define NOTEBOOK_PRGEXTERNES 6 ++ + + typedef struct { + +--- a/src/statusbar.h ++++ b/src/statusbar.h +@@ -44,14 +44,6 @@ typedef struct { + gchar *MessError; // Type: _STATUSBAR_ERR_ + } STATUSBAR_MESS; + +-STATUSBAR_MESS StatusBar [ NOTEBOOK_PRGEXTERNES +2 ]; // #define NOTEBOOK_DVD_AUDIO 0 +- // #define NOTEBOOK_CD_AUDIO 1 +- // #define NOTEBOOK_FICHIERS 2 +- // #define NOTEBOOK_SPLIT 3 +- // #define NOTEBOOK_POCHETTE 4 +- // #define NOTEBOOK_OPTIONS 5 +- // #define NOTEBOOK_PRGEXTERNES 6 +- + void StatusBar_remove( void ); + void StatusBar_set_mess( + gint p_which, // NOTEBOOK_DVD_AUDIO .. NOTEBOOK_PRGEXTERNES
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.