Skip to content

Commit a729d65

Browse files
committed
ffmpeg: use samba4
1 parent 415197d commit a729d65

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

multimedia/ffmpeg-devel/Portfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set my_name ffmpeg
1717
conflicts ffmpeg
1818

1919
version 8.0
20-
revision 1
20+
revision 2
2121
epoch 2
2222

2323
# FIXME: drop this upon next update
@@ -492,7 +492,7 @@ variant gpl3 requires gpl2 description {Enable GPL code, license will be GPL-3+}
492492
--enable-version3
493493
depends_lib-append \
494494
port:libaribb24 \
495-
path:lib/pkgconfig/smbclient.pc:samba3
495+
path:lib/pkgconfig/smbclient.pc:samba4
496496
}
497497

498498
# the build server uses the default variants, and we want distributable binaries

multimedia/ffmpeg/Portfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ conflicts ffmpeg-devel
1818

1919
# Please increase the revision of mpv whenever ffmpeg's version is updated.
2020
version 4.4.6
21-
revision 2
21+
revision 3
2222
epoch 1
2323

2424
# FIXME: drop this upon next update
@@ -493,7 +493,7 @@ variant gpl3 requires gpl2 description {Enable GPL code, license will be GPL-3+}
493493
--enable-version3
494494
depends_lib-append \
495495
port:libaribb24 \
496-
path:lib/pkgconfig/smbclient.pc:samba3
496+
path:lib/pkgconfig/smbclient.pc:samba4
497497
}
498498

499499
# the build server uses the default variants, and we want distributable binaries

multimedia/ffmpeg6/Portfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name ffmpeg6
1616
set my_name ffmpeg
1717

1818
version 6.1.3
19-
revision 0
19+
revision 1
2020

2121
license LGPL-2.1+
2222
categories multimedia
@@ -500,7 +500,7 @@ variant gpl3 requires gpl2 description {Enable GPL code, license will be GPL-3+}
500500
--enable-version3
501501
depends_lib-append \
502502
port:libaribb24 \
503-
path:lib/pkgconfig/smbclient.pc:samba3
503+
path:lib/pkgconfig/smbclient.pc:samba4
504504
}
505505

506506
# the build server uses the default variants, and we want distributable binaries

multimedia/ffmpeg7/Portfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name ffmpeg7
1111
set my_name ffmpeg
1212

1313
version 7.1.2
14-
revision 0
14+
revision 1
1515

1616
license LGPL-2.1+
1717
categories multimedia
@@ -493,7 +493,7 @@ variant gpl3 requires gpl2 description {Enable GPL code, license will be GPL-3+}
493493
--enable-version3
494494
depends_lib-append \
495495
port:libaribb24 \
496-
path:lib/pkgconfig/smbclient.pc:samba3
496+
path:lib/pkgconfig/smbclient.pc:samba4
497497
}
498498

499499
# the build server uses the default variants, and we want distributable binaries

multimedia/ffmpeg8/Portfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name ffmpeg8
1111
set my_name ffmpeg
1212

1313
version 8.0
14-
revision 0
14+
revision 1
1515

1616
# FIXME: drop this upon next update
1717
# drop "configure.ldflags-append -Wl,-ld_classic"; this was required at some point to build the port
@@ -504,7 +504,7 @@ variant gpl3 requires gpl2 description {Enable GPL code, license will be GPL-3+}
504504
--enable-version3
505505
depends_lib-append \
506506
port:libaribb24 \
507-
path:lib/pkgconfig/smbclient.pc:samba3
507+
path:lib/pkgconfig/smbclient.pc:samba4
508508
}
509509

510510
# the build server uses the default variants, and we want distributable binaries

0 commit comments

Comments
 (0)