Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opusfile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timothy B. Terriberry
Opusfile
Commits
c97a068d
Commit
c97a068d
authored
9 years ago
by
Ralph Giles
Browse files
Options
Downloads
Patches
Plain Diff
mingw: Building on Fedora 22 works as well.
parent
51de1ced
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mingw/Dockerfile
+7
-6
7 additions, 6 deletions
mingw/Dockerfile
mingw/Makefile
+1
-1
1 addition, 1 deletion
mingw/Makefile
with
8 additions
and
7 deletions
mingw/Dockerfile
+
7
−
6
View file @
c97a068d
FROM
fedora:2
1
FROM
fedora:2
2
MAINTAINER
opus@xiph.org
# Linux build.
RUN
yum
update
-y
RUN
yum
install
-y
git gcc make wget
RUN
yum
install
-y
autoconf automake libtool
RUN
dnf
update
-y
RUN
dnf
install
-y
git gcc make wget
xz
RUN
dnf
install
-y
autoconf automake libtool
# mingw cross build.
RUN
yum
install
-y
mingw32-gcc zip
RUN
dnf
install
-y
mingw32-gcc zip
RUN
yum
clean all
RUN
dnf
clean all
RUN
git clone https://git.xiph.org/opusfile.git
...
...
@@ -17,3 +17,4 @@ WORKDIR opusfile
RUN
git pull
RUN
make
-C
mingw
RUN
./autogen.sh
&&
./configure
--host
=
i686-w64-mingw32
--prefix
=
${
PWD
}
/mingw
PKG_CONFIG_PATH
=
${
PWD
}
/mingw/lib/pkgconfig
&&
make
&&
make check
&&
make
install
RUN
make
-C
mingw package
This diff is collapsed.
Click to expand it.
mingw/Makefile
+
1
−
1
View file @
c97a068d
...
...
@@ -88,7 +88,7 @@ ssl_BUILD: $(ssl_DIR)
# CROSS_COMPILE="i686-w64-mingw32-" ./Configure mingw no-asm no-shared --prefix=$PWD/mingw && make depend && make -j8 && make install
# Package the binaries.
DIST
=
opusfile-0.7rc-f22docker-win32
DIST
:=
opusfile-0.7rc-f22docker-win32
package
:
$(DIST).zip
$(DIST).zip
:
$(DIST)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment