Changes of Revision 2
[-] | Changed | faad2.spec |
x 1
2 -Name: faad2 3 +# norootforbuild 4 + 5 +%define name faad2 6 +%define version 2.6.1 7 +%define release 1 8 +%define major 0 9 +%define lib libfaad2 10 +%define libname %{lib}_%{major} 11 + 12 +Name: %{name} 13 +Version: %{version} 14 +Release: %{release} 15 Summary: C library and frontend for decoding MPEG2/4 AAC 16 Summary(de): C Bibliothek und Frontend zum Decodieren von MPEG2/4 AAC 17 -Version: 2.5 18 -Release: 1 19 -License: GPL2 20 -Group: Applications/Multimedia 21 +License: GPL v2 or later 22 +Group: Productivity/Multimedia/Video/Editors and Convertors 23 URL: http://www.audiocoding.com/ 24 25 -Source0: faad2-2.5.tar.bz2 26 +Source0: faad2-2.6.1.tar.bz2 27 28 -Patch0: faad2-remove-bmp.patch 29 -Patch1: faad2-libmp4ff.patch 30 +Patch0: faad2-libmp4ff.patch 31 BuildRoot: %{_tmppath}/buildroot-%{name}-%{version} 32 +Requires: %{libname} = %{version}-%{release} 33 Requires: libmp4v2 34 BuildRequires: libmp4v2-devel 35 BuildRequires: glibc-devel 36 -%if %suse_version <= 1020 37 +BuildRequires: libogg-devel 38 BuildRequires: xmms-devel 39 -%endif 40 BuildRequires: id3lib-devel 41 BuildRequires: gcc-c++ 42 BuildRequires: SDL-devel 43
44 BuildRequires: gtk 45 BuildRequires: gtk-devel 46 %endif 47 -# Packmandepends: libmp4v2 48 +Obsoletes: faad2-drm 49 +Provides: faad2-drm 50 51 %description 52 FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely 53
54 FAAD 2 ist ein LC, MAIN und LTP profile, MPEG2 und MPEG-4 AAC Decoder. 55 56 57 -%package devel 58 +%package -n %{libname} 59 +Group: System/Libraries 60 +Summary: Shared library part of faad2 61 +Summary(de): Bibliotheken zu faad2 62 +Requires: libmp4v2 63 +Provides: %{lib} = %{version}-%{release} 64 + 65 +%description -n %{libname} 66 +Shared library part of faad2 67 + 68 +%description -n %{libname} -l de 69 +Bibliotheken zu faad2 70 + 71 +%package -n %{lib}-devel 72 Summary: Development files of the FAAD 2 AAC decoder. 73 Summary(de): Entwicklerdateien des FAAD 2 AAC Dekoders. 74 -Group: Development/Libraries 75 -Requires: %{name} = %{version}-%{release} 76 +Group: Development/Libraries/C and C++ 77 +Requires: %{libname} = %{version}-%{release} 78 Requires: libmp4v2-devel 79 -# Packmandepends: faad2 libmp4v2-devel 80 +Obsoletes: faad2-devel 81 +Provides: faad2-devel 82 +Obsoletes: faad2-drm-devel 83 +Provides: faad2-drm-devel 84 85 -%description devel 86 +%description -n %{lib}-devel 87 Header files and development documentation for libfaad. 88 89 -%description -l de devel 90 +%description -n %{lib}-devel -l de 91 Header-Dateien und Entwicklerdokumtation zur libfaad. 92 93 94 -%if %suse_version <= 1020 95 %package xmms-plugin 96 Summary: faad2 Xmms input plugin 97 Summary(de): faad2 Xmms input plugin 98 Group: Productivity/Multimedia/Sound/Players 99 -Requires: %{name} = %{version}-%{release} 100 +Requires: %{libname} = %{version}-%{release} 101 Requires: xmms >= 1.2.8 102 -# Packmandepends: faad2 xmms 103 104 %description xmms-plugin 105 The plugin read aac files with and without ID3tag(version 2.x), AAC files 106
107 108 %description -l de xmms-plugin 109 Das plugin liest AAC Dateien für xmms. 110 -%endif 111 + 112 +%debug_package 113 114 %prep 115 %setup -qn faad2 116 -%patch0 -p1 117 -%patch1 118 +%patch0 119 120 %build 121 export CFLAGS="$RPM_OPT_FLAGS" 122 %{__mkdir_p} plugins/bmp 123 autoreconf -vif 124 -%if %suse_version <= 1020 125 %suse_update_libdir plugins/xmms/src/Makefile.am 126 -%configure --with-xmms 127 -%else 128 -%configure 129 -%endif 130 +%configure --with-xmms --with-drm 131 132 -%__make 133 +%{__make} %{?jobs:-j%{jobs}} 134 135 %install 136 [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} 137
138 %defattr(-, root, root) 139 %doc AUTHORS COPYING ChangeLog NEWS README TODO 140 %{_bindir}/* 141 -%{_libdir}/*.so* 142 143 -%files devel 144 +%files -n %{libname} 145 +%defattr(-,root,root) 146 +%{_libdir}/*.so.* 147 + 148 +%files -n %{lib}-devel 149 %defattr(-, root, root) 150 -%{_libdir}/*.a 151 -%{_libdir}/*.la 152 +%{_libdir}/*.*a 153 +%{_libdir}/*.so 154 %{_includedir}/* 155 156 -%if %suse_version <= 1020 157 %files xmms-plugin 158 %defattr(-, root, root) 159 %doc plugins/xmms/README 160 %{_libdir}/xmms/Input/libmp4* 161 -%endif 162 163 %changelog 164 * Sun Sep 30 2007 Carsten Schoene <cs@linux-administrator.com> 165 |
||
[+] | Changed | faad2-libmp4ff.patch ^ |
@@ -1,9 +1,9 @@ ---- common/mp4ff/Makefile.am 2006-05-07 20:09:00.000000000 +0200 -+++ common/mp4ff/Makefile.am 2007-02-24 13:18:46.000000000 +0100 +--- common/mp4ff/Makefile.am.orig 2006-05-07 20:09:00.000000000 +0200 ++++ common/mp4ff/Makefile.am 2008-07-05 14:56:14.000000000 +0200 @@ -1,4 +1,5 @@ --noinst_LTLIBRARIES = libmp4ff.la -+#noinst_LTLIBRARIES = libmp4ff.la -+lib_LTLIBRARIES = libmp4ff.la - - libmp4ff_la_CFLAGS = -DUSE_TAGGING=1 - +-noinst_LTLIBRARIES = libmp4ff.la ++#noinst_LTLIBRARIES = libmp4ff.la ++lib_LTLIBRARIES = libmp4ff.la + + libmp4ff_la_CFLAGS = -DUSE_TAGGING=1 + | ||
[+] | Deleted | faad2-remove-bmp.patch ^ |
@@ -1,76 +0,0 @@ -diff -ur faad2.orig/configure.in faad2/configure.in ---- faad2.orig/configure.in 2006-08-13 16:13:31.000000000 +0200 -+++ faad2/configure.in 2006-08-14 12:03:07.000000000 +0200 -@@ -29,9 +29,6 @@ - AC_ARG_WITH(xmms,[ --with-xmms compile XMMS-1 plugin], - WITHXMMS=$withval, WITHXMMS=no) - --AC_ARG_WITH(bmp,[ --with-bmp compile beep media player plugin], -- [WITHBMP=$withval;WITHXMMS=$withval], [WITHBMP=no]) -- - AC_ARG_WITH(drm,[ --with-drm compile libfaad with DRM support], - WITHDRM=$withval, WITHDRM=no) - -@@ -114,12 +111,6 @@ - AM_CONDITIONAL(HAVE_XMMS, false) - fi - --if test x$WITHBMP = xyes; then -- AC_DEFINE([HAVE_BMP], 1, [User wants beep media player plugin built]) -- AM_CONDITIONAL([HAVE_XMMS], true) -- AM_CONDITIONAL([HAVE_BMP], true) --fi -- - if test x$WITHDRM = xyes; then - AC_DEFINE(DRM, 1, [Define if you want to use libfaad together with Digital Radio Mondiale (DRM)]) - AC_DEFINE(DRM_PS, 1, [Define if you want support for Digital Radio Mondiale (DRM) parametric stereo]) -diff -ur faad2.orig/plugins/Makefile.am faad2/plugins/Makefile.am ---- faad2.orig/plugins/Makefile.am 2006-08-07 20:47:45.000000000 +0200 -+++ faad2/plugins/Makefile.am 2006-08-14 11:35:44.000000000 +0200 -@@ -1,17 +1,13 @@ --if HAVE_MPEG4IP_PLUG --if HAVE_XMMS --SUBDIRS = xmms mpeg4ip --else --SUBDIRS = mpeg4ip --endif #HAVE_XMMS --else --if HAVE_XMMS --SUBDIRS = xmms --else --if HAVE_BMP --SUBDIRS = bmp --else --SUBDIRS = --endif #HAVE_BMP --endif #HAVE_XMMS --endif #HAVE_MPEG4IP_PLUG -+if HAVE_MPEG4IP_PLUG -+if HAVE_XMMS -+SUBDIRS = xmms mpeg4ip -+else -+SUBDIRS = mpeg4ip -+endif #HAVE_XMMS -+else -+if HAVE_XMMS -+SUBDIRS = xmms -+else -+SUBDIRS = -+endif #HAVE_XMMS -+endif #HAVE_MPEG4IP_PLUG -diff -ur faad2.orig/plugins/xmms/src/Makefile.am faad2/plugins/xmms/src/Makefile.am ---- faad2.orig/plugins/xmms/src/Makefile.am 2006-08-07 20:47:45.000000000 +0200 -+++ faad2/plugins/xmms/src/Makefile.am 2006-08-14 12:06:15.000000000 +0200 -@@ -1,12 +1,6 @@ --if HAVE_BMP --libdir=$(shell pkg-config --variable=input-plugin-dir bmp) --local_CFLAGS=$(shell pkg-config --cflags bmp) --local_LDFLAGS=$(shell pkg-config --libs bmp) --else - local_CFLAGS=`$(XMMS_CONFIG) --cflags` -Wall - local_LDFLAGS=`$(XMMS_CONFIG) --libs` - libdir = `$(XMMS_CONFIG) --input-plugin-dir` --endif #HAVE_BMP - lib_LTLIBRARIES = libmp4.la - - libmp4_la_CFLAGS = $(local_CFLAGS) -Wall \ | ||
Changed | faad2-2.6.1.tar.bz2 ^ |