Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpeg-full: 2.8.5 -> 3.0 #13822

Merged
merged 1 commit into from
Mar 12, 2016
Merged

ffmpeg-full: 2.8.5 -> 3.0 #13822

merged 1 commit into from
Mar 12, 2016

Conversation

acowley
Copy link
Contributor

@acowley acowley commented Mar 10, 2016

Things done:
  • Built on platform(s): OSX
    More

For OS X, I disabled a few more options to keep the build simpler and quicker:

    ffmpeg-full = callPackage (<nixpkgs> + /pkgs/development/libraries/ffmpeg-full) {
      libXv = null;
      libXfixes = null;
      openglExtlib = false;
      ffplayProgram = false;
      SDL = null;

      # The following need to be fixed on Darwin
      frei0r = if stdenv.isDarwin then null else frei0r;
      game-music-emu = if stdenv.isDarwin then null else game-music-emu;
      libjack2 = if stdenv.isDarwin then null else libjack2;
      libmodplug = if stdenv.isDarwin then null else libmodplug;
      libvpx = if stdenv.isDarwin then null else libvpx;
      openal = if stdenv.isDarwin then null else openal;
      libpulseaudio = if stdenv.isDarwin then null else libpulseaudio;
      samba = if stdenv.isDarwin then null else samba;
      vid-stab = if stdenv.isDarwin then null else vid-stab;
      x265 = if stdenv.isDarwin then null else x265;
      xavs = if stdenv.isDarwin then null else xavs;
      inherit (darwin.apple_sdk.frameworks) Cocoa CoreServices;
    };

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @vcunat, @codyopel and @wkennington to be potential reviewers

@aneeshusa
Copy link
Contributor

Could you please update the meta.homepage attribute to an HTTPS URL (https://www.ffmpeg.org/) as well? Refs #13809.

Also changes the homepage URL to https.
@acowley
Copy link
Contributor Author

acowley commented Mar 11, 2016

@aneeshusa Done

@joachifm
Copy link
Contributor

ERROR: libx265 version must be >= 68.

acowley added a commit to acowley/nixpkgs that referenced this pull request Mar 12, 2016
@acowley acowley mentioned this pull request Mar 12, 2016
joachifm added a commit that referenced this pull request Mar 12, 2016
@joachifm joachifm merged commit 423a65b into NixOS:master Mar 12, 2016
@andrewrk
Copy link
Member

What about the other ffmpeg package?

@andrewrk
Copy link
Member

What about the other ffmpeg package?

#13977

@grahamc
Copy link
Member

grahamc commented Mar 16, 2016

🎊 thank you so much! And many thanks for this one too: #13977

andrewrk pushed a commit to andrewrk/nixpkgs that referenced this pull request Mar 16, 2016
@acowley
Copy link
Contributor Author

acowley commented Mar 17, 2016

Thanks @andrewrk! I didn't get around to the ffmpeg package yet as I'm wrestling with darwinian issues and wanted to reduce my pain vectors 😜

viric pushed a commit that referenced this pull request Jun 18, 2016
Unblocks #13822

(cherry picked from commit 6bc1aed)
@acowley acowley deleted the ffmpeg3 branch September 2, 2016 03:39
adrianpk added a commit to adrianpk/nixpkgs that referenced this pull request May 31, 2024
Unblocks NixOS#13822

(cherry picked from commit 6bc1aed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants