automatic version update by autodist [release 3.4.3-1mamba;Sun Jan 05 2014]
This commit is contained in:
parent
c0e670e0a0
commit
41448750c0
BIN
AlmondCopper1-1.wsz
Normal file
BIN
AlmondCopper1-1.wsz
Normal file
Binary file not shown.
@ -1,2 +1,5 @@
|
||||
# audacious
|
||||
|
||||
Audacious is a media player based on the BMP music playing application.
|
||||
Its primary goals are usability and usage of current desktop standards.
|
||||
|
||||
|
13
audacious-1.2.1-relative-links.patch
Normal file
13
audacious-1.2.1-relative-links.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -uNr audacious-1.2.1-orig/libaudacious/Makefile audacious-1.2.1/libaudacious/Makefile
|
||||
--- audacious-1.2.1-orig/libaudacious/Makefile 2006-10-29 11:35:12.000000000 +0100
|
||||
+++ audacious-1.2.1/libaudacious/Makefile 2006-10-29 11:35:50.000000000 +0100
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
install-posthook:
|
||||
@mv ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX) ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).4.0.0
|
||||
- @ln -sf ${LIBDIR}/libaudacious$(SHARED_SUFFIX).4.0.0 \
|
||||
+ @ln -sf libaudacious$(SHARED_SUFFIX).4.0.0 \
|
||||
${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).4
|
||||
- @ln -sf ${LIBDIR}/libaudacious$(SHARED_SUFFIX).4 \
|
||||
+ @ln -sf libaudacious$(SHARED_SUFFIX).4 \
|
||||
${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX)
|
11
audacious-1.4.2-id3tag-close-file.patch
Normal file
11
audacious-1.4.2-id3tag-close-file.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -r 8a260b322dc9 -r 20736bb2e7f6 src/libid3tag/file.c
|
||||
--- a/src/libid3tag/file.c Wed Nov 28 06:02:59 2007 +0900
|
||||
+++ b/src/libid3tag/file.c Wed Nov 28 16:55:02 2007 +0100
|
||||
@@ -494,6 +494,7 @@ struct id3_file *id3_file_vfsopen(VFSFil
|
||||
file = new_file(iofile, mode, path);
|
||||
if (file == 0){
|
||||
printf("id3_file_vfsopen: file failed\n");
|
||||
+ aud_vfs_fclose(iofile);
|
||||
}
|
||||
|
||||
aud_vfs_fseek(iofile, curpos, SEEK_SET);
|
11
audacious-1.5.1-default-skins.patch
Normal file
11
audacious-1.5.1-default-skins.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- audacious-1.5.1/src/audacious/audconfig.c 2008-05-24 00:00:34.000000000 +0200
|
||||
+++ audacious-1.5.1/src/audacious/audconfig.c-gil 2008-09-02 14:40:53.000000000 +0200
|
||||
@@ -103,7 +103,7 @@
|
||||
.equalizer_preamp = 0.0,
|
||||
.equalizer_bands = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
|
||||
.scale_factor = 2.0,
|
||||
- .skin = NULL,
|
||||
+ .skin = "/usr/share/xmms/Skins/AbsoluteE_Xmms.zip",
|
||||
.outputplugin = NULL,
|
||||
.filesel_path = NULL,
|
||||
.playlist_path = NULL,
|
18
audacious-1.5.1-xmms-skins.patch
Normal file
18
audacious-1.5.1-xmms-skins.patch
Normal file
@ -0,0 +1,18 @@
|
||||
--- audacious-1.5.1/src/audacious/ui_skinselector.c 2008-05-24 00:00:34.000000000 +0200
|
||||
+++ audacious-1.5.1/src/audacious/ui_skinselector.c-gil 2008-09-02 14:36:16.000000000 +0200
|
||||
@@ -251,11 +251,15 @@
|
||||
skinlist_update(void)
|
||||
{
|
||||
gchar *skinsdir;
|
||||
+ gchar xmmsskinsdir[] = "/usr/share/xmms/Skins";
|
||||
|
||||
skinlist_clear();
|
||||
|
||||
scan_skindir(aud_paths[BMP_PATH_USER_SKIN_DIR]);
|
||||
scan_skindir(DATA_DIR G_DIR_SEPARATOR_S "Skins");
|
||||
+ if (g_file_test(xmmsskinsdir, G_FILE_TEST_IS_DIR)) {
|
||||
+ scan_skindir( xmmsskinsdir );
|
||||
+ }
|
||||
|
||||
skinsdir = getenv("SKINSDIR");
|
||||
if (skinsdir) {
|
216
audacious.spec
Normal file
216
audacious.spec
Normal file
@ -0,0 +1,216 @@
|
||||
Name: audacious
|
||||
Version: 3.4.3
|
||||
Release: 1mamba
|
||||
Summary: Media player which uses a skinned interface
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://audacious-media-player.org/index.php?title=Main_Page
|
||||
Source: http://distfiles.audacious-media-player.org/audacious-%{version}.tar.bz2
|
||||
Source1: AbsoluteE_Xmms.zip
|
||||
Source2: bmXmms.zip
|
||||
Source3: AlmondCopper1-1.wsz
|
||||
Patch0: audacious-1.5.1-xmms-skins.patch
|
||||
Patch1: audacious-1.5.1-default-skins.patch
|
||||
Patch2: audacious-1.2.1-relative-links.patch
|
||||
Patch3: audacious-1.4.2-id3tag-close-file.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: audacious-plugins-alsa
|
||||
BuildRequires: audacious-plugins-jack
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdbus-glib-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libmcs-devel >= 0.7.0
|
||||
BuildRequires: libmowgli-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: libflac-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: libneon-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: libglade-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: unzip
|
||||
BuildRequires: libmusicbrainz-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libcdio-devel
|
||||
BuildRequires: libmodplug-devel
|
||||
BuildRequires: libid3-devel
|
||||
BuildRequires: libmusepack-devel
|
||||
BuildRequires: libesound-devel
|
||||
BuildRequires: libvisual-devel
|
||||
BuildRequires: libSDL-devel
|
||||
BuildRequires: libtag-devel
|
||||
BuildRequires: libgnome-vfs-devel
|
||||
BuildRequires: GConf-devel
|
||||
BuildRequires: lirc-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libsidplay-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: libjack-devel
|
||||
Requires: audacious-plugins-alsa
|
||||
Requires: audacious-plugins-jack
|
||||
Requires: audacious-plugins-skins
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Audacious is a media player based on the BMP music playing application.
|
||||
Its primary goals are usability and usage of current desktop standards.
|
||||
|
||||
%package devel
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Development files for Audacious.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# Read xmms skins directory
|
||||
#%patch0 -p1 -b .xmms-skins
|
||||
# Use AbsoluteE as default skin
|
||||
#%patch1 -p1 -b .default-skin
|
||||
# Relative symlink paths
|
||||
#%patch2 -p1 -b .relative-links
|
||||
# Filename id3tag
|
||||
#%patch3 -p1 -b .id3tag-close-file
|
||||
|
||||
%build
|
||||
%configure --prefix=%{_prefix} \
|
||||
--datadir=%{_datadir} \
|
||||
--enable-samplerate \
|
||||
--enable-ipv6 \
|
||||
--enable-chardet
|
||||
|
||||
## --disable-dependency-tracking \
|
||||
## --disable-gnome-vfs \
|
||||
## --disable-rpath \
|
||||
%make GLIB_LIBS="`pkg-config --libs glib-2.0` `pkg-config --libs gmodule-2.0`"
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
chrpath -d %{buildroot}%{_bindir}/*
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/xmms/Skins
|
||||
for skin in %{S:1} %{S:2} %{S:3} ; do
|
||||
install -m0755 $skin %{buildroot}%{_datadir}/xmms/Skins
|
||||
done
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/audacious
|
||||
%{_bindir}/audtool
|
||||
%{_libdir}/*.so.*
|
||||
%attr(755,root,root) %{_datadir}/audacious
|
||||
%attr(755,root,root) %{_datadir}/xmms/Skins
|
||||
%{_datadir}/applications/*
|
||||
#%{_datadir}/pixmaps/audacious2.png
|
||||
%{_datadir}/icons/hicolor/48x48/apps/audacious.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/audacious.svg
|
||||
#%{_datadir}/pixmaps/audacious.png
|
||||
#%{_datadir}/pixmaps/audacious.svg
|
||||
%{_mandir}/man1/*.1.gz
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/audacious
|
||||
%{_includedir}/audacious/*
|
||||
%dir %{_includedir}/libaudcore
|
||||
%{_includedir}/libaudcore/*.h
|
||||
%dir %{_includedir}/libaudgui
|
||||
%{_includedir}/libaudgui/*.h
|
||||
#%{_includedir}/libaudtag/*.h
|
||||
#%{_includedir}/libSAD
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
#%doc NEWS README
|
||||
|
||||
%changelog
|
||||
* Sun Jan 05 2014 Automatic Build System <autodist@mambasoft.it> 3.4.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 02 2013 Automatic Build System <autodist@mambasoft.it> 3.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 03 2013 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jun 29 2013 Automatic Build System <autodist@mambasoft.it> 3.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 04 2013 Automatic Build System <autodist@mambasoft.it> 3.3.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 11 2012 Automatic Build System <autodist@mambasoft.it> 3.3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 15 2012 Automatic Build System <autodist@mambasoft.it> 3.3.2-1mamba
|
||||
- update to 3.3.2
|
||||
|
||||
* Wed Oct 10 2012 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 10 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1-1mamba
|
||||
- update to 3.1
|
||||
|
||||
* Wed Feb 23 2011 Automatic Build System <autodist@mambasoft.it> 2.4.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Jan 20 2011 Automatic Build System <autodist@mambasoft.it> 2.4.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Dec 09 2010 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Nov 11 2010 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Sep 29 2010 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Jun 20 2010 Automatic Build System <autodist@mambasoft.it> 2.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Jan 15 2010 Automatic Build System <autodist@mambasoft.it> 2.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Jul 12 2009 Automatic Build System <autodist@mambasoft.it> 2.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Jun 18 2009 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Jan 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.1-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Fri Jun 27 2008 gil <puntogil@libero.it> 1.5.1-1mamba
|
||||
- update to version 1.5.1
|
||||
|
||||
* Mon May 12 2008 gil <puntogil@libero.it> 1.5.0-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user