http://bugzilla.rpmfusion.org/show_bug.cgi?id=1252
Orion Poplawski <orion(a)cora.nwra.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |orion(a)cora.nwra.com
--- Comment #8 from Orion Poplawski <orion(a)cora.nwra.com> 2010-10-01 20:17:56 ---
Couple things I came across packaging this up myself:
File encoding (in %prep):
# Convert files to UTF-8
for file in AUTHORS src/{jpeg2swf,swfstrings}.1; do
iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file &&
touch -r $file $file.new &&
mv $file.new $file
I have in addition:
BuildRequires: fftw-devel
BuildRequires: lame-devel
BuildRequires: zziplib-devel
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.