rpms/mppenc/devel import.log, NONE, 1.1 mppenc-1.16-cflags.patch, NONE, 1.1 mppenc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Schwendt mschwendt at fedoraproject.org
Tue Nov 24 10:49:44 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/mppenc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv568/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mppenc-1.16-cflags.patch mppenc.spec 
Log Message:
initial import after review



--- NEW FILE import.log ---
mppenc-1_16-0_2_fc11:HEAD:mppenc-1.16-0.2.fc11.src.rpm:1259059716

mppenc-1.16-cflags.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE mppenc-1.16-cflags.patch ---
diff -Nur mppenc-1.16-orig/CMakeLists.txt mppenc-1.16/CMakeLists.txt
--- mppenc-1.16-orig/CMakeLists.txt	2006-11-10 23:29:23.000000000 +0100
+++ mppenc-1.16/CMakeLists.txt	2009-11-21 10:37:29.521298825 +0100
@@ -3,7 +3,7 @@
 set(CMAKE_VERBOSE_MAKEFILE false)
 
 if(NOT MSVC)
-set(CMAKE_C_FLAGS "-O2 -ffast-math -fomit-frame-pointer -pipe")
+#set(CMAKE_C_FLAGS "-O2 -ffast-math -fomit-frame-pointer -pipe")
 endif(NOT MSVC)
 
 add_subdirectory(src)


--- NEW FILE mppenc.spec ---
Summary: Musepack SV7 audio file encoder
Name: mppenc
Version: 1.16
Release: 0.2%{?dist}

# Some source files by one of the authors lack a license header.
# Musepack website acknowledges the licensing as "LGPL".
# Shy Keidar from the Musepack project additionally has confirmed
# that "mppenc as a whole is licensed under the LGPL v2.1 (or later)".
# That also matches the license used for the much newer SV8 release.
License: LGPLv2+

Group: Applications/Multimedia
URL: http://www.musepack.net/
Source0: http://files.musepack.net/source/mppenc-%{version}.tar.bz2
# prefer Fedora optflags
Patch0: mppenc-1.16-cflags.patch

BuildRequires: cmake

%description
This is a Musepack StreamVersion7 encoder for audio.

Musepack is an audio compression format with a strong emphasis on high
quality. It's not lossless, but it is designed for transparency, so that
you won't be able to hear differences between the original wave file and
the much smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2
algorithms, but has rapidly developed and vastly improved and is now at an
advanced stage in which it contains heavily optimized and patentless code.


%prep
%setup -q
%patch0 -p1 -b .cflags


%build
%{cmake}
make %{?_smp_mflags} VERBOSE=1


%install
make install DESTDIR=${RPM_BUILD_ROOT}


%files
%defattr(-,root,root,-)
%doc Changelog
%{_bindir}/mppenc


%changelog
* Sat Nov 21 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.16-0.2
- Spec comments for package review.

* Sat Nov 21 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.16-0.1
- Initial packaging for Fedora.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mppenc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Nov 2009 02:08:06 -0000	1.1
+++ .cvsignore	24 Nov 2009 10:49:43 -0000	1.2
@@ -0,0 +1 @@
+mppenc-1.16.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mppenc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Nov 2009 02:08:06 -0000	1.1
+++ sources	24 Nov 2009 10:49:43 -0000	1.2
@@ -0,0 +1 @@
+f1456141283814efcc012cfa15609bc6  mppenc-1.16.tar.bz2




More information about the fedora-extras-commits mailing list