[Bug 1252] Review request: swftools - SWF manipulation and generation utilities

RPM Fusion Bugzilla noreply at rpmfusion.org
Fri Oct 1 20:18:00 CEST 2010


http://bugzilla.rpmfusion.org/show_bug.cgi?id=1252


Orion Poplawski <orion at cora.nwra.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |orion at cora.nwra.com




--- Comment #8 from Orion Poplawski <orion at 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.


More information about the rpmfusion-developers mailing list